0
I’m having trouble with:
java/lang/Noclassdeffounderror : java/lang/Object.
I’ve already done a lot of things that colleagues asked for and nothing. I updated PATH and JAVA_HOME and nothing. My Classpath:
;%JAVA_HOME%\lib;%JAVA_HOME%\lib\tools.jar;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\htmlconverter.jar;%JAVA_HOME%\jre\lib;%JAVA_HOME%\jre\lib\rt.jar;
My System User PATH:
System Path:
My JAVA_HOME:
C:\Program Files (x86)\Java\jdk1.8.0_131
My briefcase C:\Arquivo de programa(x86)\java
And I still have the same mistake of:
java/lang/Noclassdeffounderror : java/lang/Object
Is there a service that might be disabled? What java services are you running?
– pnet
I am uninstalling everything, deleting the remaining folders and reinstalling from scratch to see if it works.
– pnet
The last line of
PATH
system shows%JAVA_HOME\bin%
. Shouldn’t be%JAVA_HOME%\bin
?– Jéf Bueno
Honestly, I didn’t know. I just copied and pasted. I’ll change. Thanks for the correction.
– pnet