Created
September 15, 2008 03:19
-
-
Save ELLIOTTCABLE/10805 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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