Oops, Sorry for wasting your time.
No more coding early in the morning for me.
Denise
Search found 2 matches
- Thu Aug 28, 2003 5:35 pm
- Forum: Java
- Topic: Java Setup Problem?
- Replies: 2
- Views: 538
- Thu Aug 28, 2003 4:03 pm
- Forum: Java
- Topic: Java Setup Problem?
- Replies: 2
- Views: 538
Java Setup Problem?
Hi, I just installed java and then Textpad on a computer and I think there may be a problem with the setup. I created a very simple class to test that it could run. The code is as follows: public class test { System.out.println("Hi"); } When compiled I get the following errors: test.java:3 ...