Patrick Dixon wrote:
Hi Michael,
Thanks for the help, but I'm still getting the same error message, so:
echo $JAVA_HOME <not set> echo $CLASSPATH :/usr/local/SoftSqueeze/lib locate SoftSqueeze.jar /usr/local/SoftSqueeze/SoftSqueeze.jar
I guess the java enviroment is not setup or something; but how do I set it?
Regards, Patrick
Patrick:
Could you try something as simple as this:
java -version
export JAVA_HOME=/usr/java/jdk1.5.0_01 (or whatever your java home is)
# the following is on one line
java -classpath /usr/local/SoftSqueeze/lib/dtd-xercesImpl.jar:/usr/local/SoftSqueeze/lib/jflac-1.0.jar:/usr/local/SoftSqueeze/lib/jl0.4p1.jar:/usr/local/SoftSqueeze/lib/jl1.0.jar:/usr/local/SoftSqueeze/lib/jnlp.jar:/usr/local/SoftSqueeze/lib/jsch-20040429.jar:/usr/local/SoftSqueeze/lib/log4j-1.2.8.jar:/usr/local/SoftSqueeze/lib/tritonus_mp3.jar:/usr/local/SoftSqueeze/lib/tritonus_share.jar:/usr/local/SoftSqueeze/lib/xml-apis.jar
/usr/local/SoftSqueeze/SoftSqueeze.jar
My guess is that your error is due to not finding the Jars - this is as explicit as it gets.
_______________________________________________
Discuss mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/discuss
