I followed your suggestions.Now new errors...
No, you didn't.
javac is the compiler. You pass file names as arguments to the compiler, and those filenames should have the .java extension .
java is the interpreter. You pass class names as arguments to the interpreter. Class names don't have any ...
Search found 21 matches
- Fri Jun 12, 2009 10:19 pm
- Forum: Java
- Topic: Netbeans and Eclipse ok, Textpad not...
- Replies: 6
- Views: 1980
- Fri Jun 12, 2009 3:10 pm
- Forum: Java
- Topic: Netbeans and Eclipse ok, Textpad not...
- Replies: 6
- Views: 1980
- Fri Jun 12, 2009 9:42 am
- Forum: Java
- Topic: Netbeans and Eclipse ok, Textpad not...
- Replies: 6
- Views: 1980
- Fri Apr 03, 2009 8:06 am
- Forum: Java
- Topic: Netbeans upset my machine (I think)
- Replies: 3
- Views: 1296
- Mon Feb 16, 2009 8:04 am
- Forum: Java
- Topic: Textpad Is Not Seeing My User Made Classes
- Replies: 7
- Views: 2651
- Wed Dec 31, 2008 9:23 am
- Forum: General
- Topic: Erasing blank lines
- Replies: 10
- Views: 2470
- Thu May 15, 2008 7:58 am
- Forum: Java
- Topic: which version of textpad is compatible with j2sdk-1.4?????
- Replies: 9
- Views: 2688
Has someone already mentioned good old uncle eric? 

- Thu Apr 10, 2008 6:54 am
- Forum: General
- Topic: Zero vs Oh
- Replies: 7
- Views: 1523
- Wed Feb 20, 2008 8:50 am
- Forum: WildEdit
- Topic: 600 expressions
- Replies: 8
- Views: 3569
- Mon Dec 17, 2007 7:57 am
- Forum: Java
- Topic: Java Script
- Replies: 1
- Views: 1364
How to compile and run your first java program, from the java tutorial: java.sun.com
- Fri Aug 17, 2007 1:26 pm
- Forum: General
- Topic: New here, trying to learn regex -
- Replies: 11
- Views: 2604
- Fri Aug 17, 2007 7:54 am
- Forum: General
- Topic: New here, trying to learn regex -
- Replies: 11
- Views: 2604
That regular expression should match every single line in any file (unless match case is checked) since all it says is "match the lines that begin with zero or more occurences of any (lowercase) letter". If a line begins with a lowercase letter the regex matches (1 occurrence), if it doesn't the ...
- Sat Apr 21, 2007 11:26 am
- Forum: General
- Topic: Several problems - TextPad5 (5.0.3)
- Replies: 9
- Views: 2298
- Fri Jan 27, 2006 9:33 am
- Forum: Java
- Topic: javac won't compile class files in same directory - Solution
- Replies: 9
- Views: 4148
- Thu Jan 26, 2006 8:58 am
- Forum: General
- Topic: compile error
- Replies: 4
- Views: 875
Same as here 
