Hello all.
After my initial forays with OX on Ubuntu I've decided to move to OpenSuSE.
I'd really like to run it on 10.3 but I understand why that isn't supported yet.
(The package manager is sooo much faster under 10.3 though)
Anyway, my 10.2 install is not going as well.
Any idea on this error?
susevm:/usr/src/concurrent # ant -q dist
BUILD FAILED
/usr/src/concurrent/build.xml:45: Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK
Total time: 1 second
If i run which javac I get:
/usr/bin/javac
If I do echo $JAVA_HOME I get:
/usr/lib/jvm/jre
I should mention that I am executing the install script line by line to find out
why I ended up with an install via the install script that was non-functional.
I think I may have found the problem. For some reason the JDK/SDK cannot be
found under OpenSuSE 10.2 which is causing a variety of problems.
**UPDATE**
I was able to get past the java problem by installing java first and then rebooting the box.
You can either install it via YaST or execute:
zypper in java-1_5_0-sun java-1_5_0-sun-devel
I had to reboot before any call to javac could find the SDK.
After my initial forays with OX on Ubuntu I've decided to move to OpenSuSE.
I'd really like to run it on 10.3 but I understand why that isn't supported yet.
(The package manager is sooo much faster under 10.3 though)
Anyway, my 10.2 install is not going as well.
Any idea on this error?
susevm:/usr/src/concurrent # ant -q dist
BUILD FAILED
/usr/src/concurrent/build.xml:45: Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK
Total time: 1 second
If i run which javac I get:
/usr/bin/javac
If I do echo $JAVA_HOME I get:
/usr/lib/jvm/jre
I should mention that I am executing the install script line by line to find out
why I ended up with an install via the install script that was non-functional.
I think I may have found the problem. For some reason the JDK/SDK cannot be
found under OpenSuSE 10.2 which is causing a variety of problems.
**UPDATE**
I was able to get past the java problem by installing java first and then rebooting the box.
You can either install it via YaST or execute:
zypper in java-1_5_0-sun java-1_5_0-sun-devel
I had to reboot before any call to javac could find the SDK.
Comment