Page 1 of 1
NO JAVA tools on my menu! Any 1 can HELP!
Posted: Tue Feb 05, 2002 1:49 pm
by John C
I don't have a compile/run/run applet function in my
textpad .
its version 4.5 and i'm running on NT4.0.
I did not install any JDK on my pc. I just start to learn
JAVA with textpad.
Please advise.
Re: NO JAVA tools on my menu! Any 1 can HELP!
Posted: Tue Feb 05, 2002 2:18 pm
by Andreas
Without a JDK there will be no Java Commands on the tools menu.
These menu items call the compiler ... from the JDK, so as long as there is no JDK, these commands would not make any sense.
Re: NO JAVA tools on my menu! Any 1 can HELP!
Posted: Wed Feb 06, 2002 6:05 am
by Julie
If you DO have the JDK installed, make sure you are not using jdk1.4 beta or rc because TextPad will not recognize that jdk.
Go back to jdk1.3 and it should work.
Re: NO JAVA tools on my menu! Any 1 can HELP!
Posted: Tue Feb 12, 2002 9:28 pm
by Eddie
Actually, I am using jdk 1.4 with textpad 4.5, and it works flawlessly.
Re: NO JAVA tools on my menu! Any 1 can HELP!
Posted: Thu Feb 14, 2002 9:23 pm
by Hot Pastrami
You should be able to get the JDK commands by going to Configure > Preferences > Tools, then Click Add, and select "JDK Commands." If not, then make sure the directory you installed the JDK to is in your system's PATH environment variable.
Good luck,
Hot Pastrami