Skip to content

Instantly share code, notes, and snippets.

@ELLIOTTCABLE
Created September 15, 2008 03:19
Show Gist options
  • Save ELLIOTTCABLE/10805 to your computer and use it in GitHub Desktop.
Save ELLIOTTCABLE/10805 to your computer and use it in GitHub Desktop.
[Sun Sep 14 - 19:16:07] [elliottcable @ Geoffrey] [~/Code/school/]
-- javac Exercises.java ; java Exercises.class
Exception in thread "main" java.lang.NoClassDefFoundError: Exercises/class
public class Exercises {
public static void main(String[] args) {
System.out.println("Test");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment