Forum: Java Nov 1st, 2007 |
| Replies: 4 Views: 604 I got it semi-working.
/*
* NewClass.java
*
* Created on November 1, 2007, 3:47 PM
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.... |
Forum: Java Nov 1st, 2007 |
| Replies: 4 Views: 604 So I should just rename the class as midterm1? |
Forum: Java Nov 1st, 2007 |
| Replies: 4 Views: 604 This program will build/compile but not run. I get an error message
Code:
java.lang.NoClassDefFoundError: midterm1/Main Exception in thread "main" Java Result: 1
Now I am very new to... |