javaubuntuantffmpegxuggler

configure Xuggler on Ubuntu 14-04


I was trying to install Xuggle on Ubuntu with this tutorial

But when I used ant stage it doesn`t work. I see these commands on the terminal

> root@test1:~# ant stage Unable to locate tools.jar. Expected to find
> it in /usr/lib/jvm/java-7-openjdk-amd64/lib/tools.jar Buildfile:
> build.xml does not exist! Build failed

Do you have any idea how I can fix it?


Solution

  • The tools.jar error will be because ant can't find your JDK, it appears to be looking in the open JDK location. You might need to install oracle-java7-set-default so it points your system java to the oracle java you just installed.