Page 1 of 1

What do i need to run Java

Posted: Fri Jul 16, 2010 2:27 pm
by r_myers04
:D What programs do i need to run TextPad with Jave?

Re: What do i need to run Java

Posted: Wed Sep 08, 2010 9:44 pm
by edpoor
r_myers04 wrote::D What programs do i need to run TextPad with Jave?
I guess you mean run Java with TextPad.

You'll have to download and install the Java SDK.

If you are running Windows 7 64-bit, you'll also have to set the Path variable manually.

Does this answer your question?

Ed Poor

Posted: Wed Sep 22, 2010 7:21 pm
by Salve
I'm having the same problem, I'm trying to run the "Hello World!" program, but TextPad keeps saying, "Cannot find the specified file." When I type the file name into the Command box.
How do you set the Path Variable manually?
I'm using TextPad 5.3.1

Posted: Thu Sep 23, 2010 5:00 pm
by edpoor
Salve wrote:I'm having the same problem, I'm trying to run the "Hello World!" program, but TextPad keeps saying, "Cannot find the specified file." When I type the file name into the Command box.
How do you set the Path Variable manually?
I'm using TextPad 5.3.1
Windows 7 - Start, Control Panel, System and Security, System,
Advanced system settings (left column), click "Environment Variables", highlight Path, edit, add to path:
;C:\Program Files\Java\jdk1.6.0_20\bin Click OK
or
Click Start, right-click Computer and choose Properties,
Advanced system settings, click "Environment Variables", highlight Path, edit, add to path:
;C:\Program Files\Java\jdk1.6.0_20\bin Click OK