Search found 2 matches
- Wed Sep 21, 2005 5:07 pm
- Forum: Java
- Topic: Textpad doesnt recognise other classes
- Replies: 2
- Views: 1185
Got it! Here is what I did, hope it helps. Click Start. Right click on My computer. Click properties. Select the 'Advanced' tab, and look for 'Evironment Variables'. Find or create CLASSPATH and set its value to . or, in otherwords, set it to a period. CLASSPATH = . I found this reference elsewhere ...
- Wed Sep 21, 2005 4:32 pm
- Forum: Java
- Topic: Textpad doesnt recognise other classes
- Replies: 2
- Views: 1185
I was using the search command, looking for this very topic. I am having the exact same problem. I am starting an intro-to-java-concepts class, and after much struggle, had TextPad working properly. I wrote my own class, and then a tester program to make sure it worked. It all did, until about a ...