W7 64 bit (again sorry)
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
W7 64 bit (again sorry)
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?
Workaround for W7 64 + JDK 64: Set PATH Entry
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)
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
Re: Workaround for W7 64 + JDK 64: Set PATH Entry
To set the PATH variable: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)
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
-
- Posts: 1
- Joined: Wed Oct 20, 2010 1:33 pm
Re: Workaround for W7 64 + JDK 64: Set PATH Entry
Hello,edpoor wrote:To set the PATH variable: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)
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
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?
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
You can download it from here:
http://www.oracle.com/technetwork/java/ ... index.html
Helios Software Solutions