Page 1 of 1

Batch file solution to compile and run

Posted: Mon Aug 13, 2001 4:06 pm
by Steven Harris
I have noticed that some of the solutions presented that solve compilation and run problems rely on NT/2000 tricks. I have a solution that works using batch files that are compatible with Windows/DOS.

The solution works such that you can compile and/or run ANY java source/class file, without having to have a project set up in advance. It utilizes a files location within directory structure. Thus, it is perfect for use within TextPad!

If anyone is interested, let me know, and I'll go into more detail.

Later...
...Steven Harris

Re: Batch file solution to compile and run

Posted: Fri Sep 21, 2001 7:00 pm
by Mark
I've done the same thing but when I invoke it on Windows 2000, I get a GPF. However, it still completes successfully. Have you encountered this problem?