I have been using Textpad 4.5 to write,compile and run small
java proagrams for quite some time now. All of a sudden it seems that each time I run the program using the Tools/Run Application option, a .BAT file is getting created. The .bat file contents are as follows.
[B]
@ECHO OFF
D:
CD "\Download\Test\Working files\starting"
D:\JBuilder35\jdk1.2.2\bin\java.exe
Test PAUSE
[B]
Even though I have Jbuilder installed on the same PC, I don't want to use the java.exe that comes with Jbuilder. My PATH, CLASSPATH and JAVA_HOME variables do not have any reference to JBuilder. I have JDK1.3.1 installed on the PC and all the environment variables point to the JDK1.3.1 installation.
Does anyone have any idea why this is happening and how I can fix it so Textpad stops generating these mysterious .BAT files?
Thanks