java.lang.ClassNotFoundException: com.rscr.client.pc.RSCFrame


Player avatar

b u l y 24 Send PM

Member

Posts: 4

need help deleated java put back on still says this java.lang.class not foud ?  I'm missing something but think it come back after I download it

Last edited by b u l y 24 (25 Nov 2017 21:34)

Player avatar

antoniosarco Send PM

Member

Posts: 1

NoClassDefFoundError in Java comes when Java Virtual Machine is not able to find a particular class at runtime which was available at compile time. After you compile your code, you end up with .class files for each class in your program. These binary files are the bytecode that Java interprets to execute your program. The NoClassDefFoundError indicates that the classloader (in this case java.net.URLClassLoader), which is responsible for dynamically loading classes, cannot find the .class file for the class that you're trying to use.

NoClassDefFoundError can occur for multiple reasons like

* ClassNotFoundException -- .class not found for that referenced class irrespective of whether it is available at compile time or not(i.e base/child class).
* Class file located, but Exception raised while initializing static variables
* Class file located, Exception raised while initializing static blocks

Player avatar

Uncle Send PM

Member

Posts: 537

Make sure you have Java Installed and run this program.

https://johann.loefflmann.net/downloads/jarfix.exe


Please join us on Discord to keep in touch and quicker support.

https://discord.gg/cpx6Y44