[EMAIL PROTECTED] wrote:
I reinstalled, the msg is now---
Error occurred during initialization of VM
java/lang/NoClassDefFoundError: java/lang/Object
Plenty of responses on Google, none work for me.
Does java require a runtime file rt.jar because it has not been
installed/exists on my box?!?!?
My PATH is more specific:
/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/3.3.6:/o=
pt/ghc/bin:/opt/blackdown-jdk-1.4.1/bin:/opt/blackdown-jdk-1.4.1/jre/bin:/usr=
/games/bin
Mine is now similar as far as java goes
you might want to play with PATH to include /usr/java/jdk1.5.0_09/bin and
/usr/java/jdk1.5.0_09/jre/bin
done - no change in output
I take it you didn't use your distro's jdk/jre package? Thats what
packaging is all about, fixing those trick bits like PATH etc.
Agreed, but can't locate it on the web now
Sorry about my crazy webmail client today everyone.
We all have those little oops's at times
On 11/29/2006, "Barry" <[EMAIL PROTECTED]> wrote:
Thanks Nick,
[EMAIL PROTECTED] wrote:
I have Sun java & the package includes JRE in /usr/java/jdk1.5.0_09/jre
Further idea: what is the contents of the JAVA_HOME variable? ie
echo $JAVA_HOME
/usr/java/jdk1.5.0_09
also try:
java -XX:+TraceHPI -version (got that one from google)
failed with unknown option
Barry