I am trying to run a Java application, but getting this error:
java.lang.ClassNotFoundException:
After the colon comes the location of the cla
Put all the code in try block then catch exception in a catch block
try { // code } catch(ClassNotFoundException e1) { e1.getmessage(); }