class Example1{
public static void main(String args[]){
System.out.println("This is the output from Example1");
}
}
という文章をコマンドプロンプトでコンパイルしたあとに実行しようとすると
Exception in theread "main" java.lang.NoClassDefFoundError: Example1
というエラー表示が出ます。対処法がどうしても分かりません。お願いします。