Textpad bat file for java execution is wrong.

Using the Java SDK with TextPad

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

Post Reply
leegold
Posts: 65
Joined: Sat May 03, 2003 1:16 am
Location: USA

Textpad bat file for java execution is wrong.

Post by leegold »

Textpad complies the java ok. But when I try to run with textpad I get error. I look at dir w/java file and see a bat file made by textpad:

@ECHO OFF
C:
CD "\Documents and Settings\user1\Desktop\java"
"C:\Program Files\Java\jdk1.6.0_24\bin\java.exe"
PAUSE

There is NO file name for the class file (which IS there in the dir too) after the path to the exe in the bat. What is the problem? Why doesn't TP have the class file there?

Thanks
Post Reply