In the java folder I have three subfolder, is that normal?

Asked

Viewed 35 times

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:

inserir a descrição da imagem aqui

System Path:

inserir a descrição da imagem aqui

My JAVA_HOME:

C:\Program Files (x86)\Java\jdk1.8.0_131

My briefcase C:\Arquivo de programa(x86)\java

inserir a descrição da imagem aqui

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?

  • I am uninstalling everything, deleting the remaining folders and reinstalling from scratch to see if it works.

  • 1

    The last line of PATH system shows %JAVA_HOME\bin%. Shouldn’t be %JAVA_HOME%\bin?

  • Honestly, I didn’t know. I just copied and pasted. I’ll change. Thanks for the correction.

1 answer

0

Well, I did the reinstallation and the alterations that LINQ posted. I don’t know if it was the reinstallation or the changes, because when he said, he was already uninstalling. Now it worked.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.