java - configure Xuggler on Ubuntu 14-04 -


i trying install xuggle on ubuntu this tutorial

but when used ant stage doesn`t work. see these commands on terminal

> root@test1:~# ant stage unable locate tools.jar. expected find > in /usr/lib/jvm/java-7-openjdk-amd64/lib/tools.jar buildfile: > build.xml not exist! build failed 

do have idea how can fix it?

the tools.jar error because ant can't find jdk, appears looking in open jdk location. might need install oracle-java7-set-default points system java oracle java installed.


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -