What do i need to run Java

Using the Java SDK with TextPad

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

Post Reply
User avatar
r_myers04
Posts: 9
Joined: Wed May 24, 2006 1:14 pm
Location: Waterford, Michigan
Contact:

What do i need to run Java

Post by r_myers04 »

:D What programs do i need to run TextPad with Jave?
"'When a golden girl can win
Prayer from out the lips of sin,
When the barren almond bears,
And a little child gives away its tears,
Then shall all the house be still
And peace come to Canterville.'
edpoor
Posts: 4
Joined: Wed Sep 08, 2010 9:09 pm

Re: What do i need to run Java

Post 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
Salve
Posts: 1
Joined: Wed Sep 22, 2010 7:18 pm

Post 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
edpoor
Posts: 4
Joined: Wed Sep 08, 2010 9:09 pm

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