Installing the JDK on 64 bit operating systems

Using the Java SDK with TextPad

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

Post Reply
helios
Posts: 716
Joined: Sun Mar 02, 2003 5:52 pm
Location: Helios Software Solutions
Contact:

Installing the JDK on 64 bit operating systems

Post by helios »

Anyone running a 64 bit operating system will need to install the 32 bit edition of the JDK, and then TextPad will be able to find it. Once installed, you will still need to manually add the java commands to the TextPad Tools menu.

You can download it from here:

http://www.oracle.com/technetwork/java/ ... index.html
Helios Software Solutions
KaYZaR
Posts: 3
Joined: Thu Nov 11, 2010 3:08 am

NO one has actually answered this questions.

Post by KaYZaR »

If you are going to use TextPad on Windows 7 64 Bit then you need to define your class path as this
.;C:\Program Files (x86)\Java\jre6\lib\ext\QTJava.zip

The dot and semicolon are important. It has to be exactly this in order to run a compiled app in Textpad. You have to have them at the beginning and with a normal jdk install that is the exact path.
G.T. Smart
KaYZaR
Posts: 3
Joined: Thu Nov 11, 2010 3:08 am

I forgot to add.

Post by KaYZaR »

That needs to be set as the system variable under system and advanced system setting. The user defined setting will be the bin and lib folder. But for system variables the Class Path must be .;C:\Program Files (x86)\Java\jre6\lib\ext\QTJava.zip
G.T. Smart
Bumbolt
Posts: 1
Joined: Tue Mar 08, 2011 9:38 am

Re: NO one has actually answered this questions.

Post by Bumbolt »

KaYZaR wrote:If you are going to use TextPad on Windows 7 64 Bit then you need to define your class path as this
.;C:\Program Files (x86)\Java\jre6\lib\ext\QTJava.zip

The dot and semicolon are important. It has to be exactly this in order to run a compiled app in Textpad. You have to have them at the beginning and with a normal jdk install that is the exact path.
THANK YOU SO MUCH!!

3 days of searching. Just forgot the .; now java finds the classes.
Post Reply