Search found 4 matches

by sgware
Sun Aug 20, 2006 6:26 am
Forum: General
Topic: Tool help - $File without the file extension?
Replies: 1
Views: 219

Oops, I think I found it. $BaseName Sorry!
by sgware
Sun Aug 20, 2006 6:20 am
Forum: General
Topic: Tool help - $File without the file extension?
Replies: 1
Views: 219

Tool help - $File without the file extension?

I'm setting up a tool in Textpad to run a DOS batch file, but the batch file takes the file name without the extension as a parameter. The name of the batch file is "spasm" so that Parameters box on the tool setup reads: "spasm $File" Is ther something like $File-without-extensio...
by sgware
Thu Apr 06, 2006 8:41 am
Forum: Java
Topic: javac won't compile class files in same directory - Solution
Replies: 9
Views: 2559

Nevermind! Now I feel dumb. It actually wasn't a problem with my CLASSPATH... it was a problem with how I was defining the package... *doh*
by sgware
Thu Apr 06, 2006 8:26 am
Forum: Java
Topic: javac won't compile class files in same directory - Solution
Replies: 9
Views: 2559

Ahhh!

Ok, I am having the same problem as described above, but none of the solutions are working for me. Here's my situation. - I have the JDK and TextPad installed - I have written some .java files and compiled them successfully - The .class files are in the same directory as the .java files - I have tri...