Batch file solution to compile and run

Using the Java SDK with TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
Steven Harris

Batch file solution to compile and run

Post 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
Mark

Re: Batch file solution to compile and run

Post 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?
Post Reply