I am trying to run a Java application, but getting this error:
java.lang.ClassNotFoundException:
After the colon comes the location of the cla
I was trying to run .jar from C# code using Process
class. The java code ran successfully from eclipse but it doesn't from C# visual studio and even clicking directly on the jar file, it always stopped with ClassNotFoundException:
exception. Solution for my, was export the java program as "Runnable JAR file" instead of "JAR File". Hope it can help someone.