caused by: java.lang.classnotfoundexception

caused by: java.lang.classnotfoundexception
Error: Main class cannot be found or could not be loaded

caused by: java.lang.ClassNotFoundException: hello.Lautturi
Sou‮r‬ce:www.lautturi.com

Cause

  1. The file name and class name do not match.

filename:

Lautturi

class name:

public class LautturiTest {
}
  1. make sure the classpath is not overridden and JAR be added to the classpath.
Created Time:2017-09-02 13:33:42  Author:lautturi