Jump to content

Java help needed please


Recommended Posts

Posted

Does anyone know how to fix this please? I downloaded SDK and then used Eclipse for app development

The error is caused by something I use, if that's important I can state what it is but don't feel it is at the moment.

Caused by: java.lang.ClassNotFoundException: org.apache.log4j.Logger

at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)

at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)

at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)

at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

... 23 more

Exception: java.lang.RuntimeException: java.lang.NoClassDefFoundError: org/apache/log4j/Logger

Posted

Hi Navie,

This error means the code you use needs Log4J library - link

Anyway I do not think it is a common practice to use it in mobile development, it's created for Java SE/EE

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.