Top "Classnotfoundexception" questions

The Java exception thrown when an application tries to load a class by name but is not able to find the class.

eclipse/tomcat: deploy doesn't work any more (ClassNotFoundException)

I'm running Eclipse Helios Service Release 1, with Tomcat 7.0.12 in Linux Ubuntu Natty Narwhal. I've been happily hot re-deploying my webapp …

java linux eclipse tomcat classnotfoundexception
bouncycastle provider can't find classes needed for algorithm

I'm trying to use bouncycastle to encrypt a file using a public key. I've registered the provider programatically: Security.addProvider(…

java bouncycastle classnotfoundexception
java.lang.ClassNotFoundException: org.apache.catalina.core.ThreadLocalLeakPreventionListener

I'm trying to create a web service and deply it on Tomcat. I'm following this tutorial. I'm using Eclipse Europa. …

java tomcat classnotfoundexception
java.lang.ClassNotFoundException: com.mysql.jdbc.Driver

I am getting this error when compiling my java program java.lang.ClassNotFoundException: com.mysql.jdbc.Driver Then I knew …

java jdbc classpath classnotfoundexception
Android E/Parcel﹕ Class not found when unmarshalling (only on Samsung Tab3)

I've been unable to resolve why this error occurs, and only on a Samsung Tab3 device, running 4.4.2? It happens when …

android android-intent classnotfoundexception unmarshalling parcel
RemoteException java.rmi.UnmarshalException: error unmarshalling return

I'm running the program here on 2 JVMs on diff physical machines. I get the error RemoteException java.rmi.UnmarshalException: error …

java rmi classnotfoundexception
Java class execution problem: java.lang.ClassNotFoundException

Below is what I tried in linux terminal: compiled Test.java, run Test.class, and got an error. Then, I …

java class classnotfoundexception
Android: class not found exception: android.support.v4.app.FragmentPager

In my code I import android.support.v4.view.ViewPager but I get a ClassNotFoundException: android.support.v4.view.ViewPager …

android classnotfoundexception
Getting ClassNotFoundException on code: "Class.forName("com.microsoft.sqlserver.jdbc.SqlServerDriver");"

This is my first Java application and I'm completely inexperienced with Java and NetBeans. I have been trying to connect …

java classpath classnotfoundexception sqljdbc