W7 64 bit (again sorry)

Using the Java SDK with TextPad

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

Post Reply
legecy
Posts: 2
Joined: Thu Jan 07, 2010 4:13 am

W7 64 bit (again sorry)

Post by legecy »

i have textpad5 with windows 7 64bit. i have downloaded the java jdk. i downloaded textpad after the jdk. when i got to configure > preferances> add i dont see java anywhere. how can i fix this?
EricW
Posts: 2
Joined: Sat Jan 16, 2010 7:46 pm

Workaround for W7 64 + JDK 64: Set PATH Entry

Post by EricW »

Set the PATH variable: Add the location of bin folder of JDK installation for PATH in User Variables - that works.
A typical value for PATH is:
C:\Program Files\Java\jdk1.6.0_18\bin


Details:
- http://java.sun.com/javase/6/webnotes/i ... ndows.html
- read par. 4. Update the PATH variable (Optional)
:) Eric
edpoor
Posts: 4
Joined: Wed Sep 08, 2010 9:09 pm

Re: Workaround for W7 64 + JDK 64: Set PATH Entry

Post by edpoor »

EricW wrote:Set the PATH variable: Add the location of bin folder of JDK installation for PATH in User Variables - that works.
A typical value for PATH is:
C:\Program Files\Java\jdk1.6.0_18\bin


Details:
- http://java.sun.com/javase/6/webnotes/i ... ndows.html
- read par. 4. Update the PATH variable (Optional)
To set the PATH variable:

1. Open the System Properties (e.g., by right-clicking on My Computer, choosing properties, and then "Advance System Settings")

2. Click on "Environment Variables"

3. Under "System Variables", scroll down to "Path"

4. Add the path ... separated by a semi-colon

For example, put "C:\Program Files\Java\jdk1.6.0_21\bin;" in front of what the current path is.

The next time you start TextPad and go to Configure | Preferences | Tools then the "Add" button will magically have "Java SDK Commands".

I hope this answers your question

Ed Poor
Polantaris
Posts: 1
Joined: Wed Oct 20, 2010 1:33 pm

Re: Workaround for W7 64 + JDK 64: Set PATH Entry

Post by Polantaris »

edpoor wrote:
EricW wrote:Set the PATH variable: Add the location of bin folder of JDK installation for PATH in User Variables - that works.
A typical value for PATH is:
C:\Program Files\Java\jdk1.6.0_18\bin


Details:
- http://java.sun.com/javase/6/webnotes/i ... ndows.html
- read par. 4. Update the PATH variable (Optional)
To set the PATH variable:

1. Open the System Properties (e.g., by right-clicking on My Computer, choosing properties, and then "Advance System Settings")

2. Click on "Environment Variables"

3. Under "System Variables", scroll down to "Path"

4. Add the path ... separated by a semi-colon

For example, put "C:\Program Files\Java\jdk1.6.0_21\bin;" in front of what the current path is.

The next time you start TextPad and go to Configure | Preferences | Tools then the "Add" button will magically have "Java SDK Commands".

I hope this answers your question

Ed Poor
Hello,

I am having the same issue as above, and added the Path correctly. I've had the JDK installed long before TextPad, and the SDK Commands will not show up under the Add button. I added the Path, as I said, and yet it does not appear.

Any reasoning on this?
helios
Posts: 716
Joined: Sun Mar 02, 2003 5:52 pm
Location: Helios Software Solutions
Contact:

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