The Artima Developer Community
Sponsored Link

Java Answers Forum
JDK 1.3.1 classpath

1 reply on 1 page. Most recent reply: Nov 15, 2002 6:16 AM by twisty

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Karafotis

Posts: 1
Nickname: pankar
Registered: Nov, 2002

JDK 1.3.1 classpath Posted: Nov 15, 2002 5:25 AM
Reply to this message Reply
Advertisement
My Operating System is Windows Me. Does anybody knows how can i change(modify) the CLASSPATH in JDK 1.3.1? If i do this, will my java programs run from a directory different from jdk1.3.1/bin? I want to use the command prompt only!(not JCreator or JBuilder).
I will appreciate any kind of help.
A (brand)new Java Programmer!


twisty

Posts: 22
Nickname: twisty
Registered: Nov, 2002

Re: JDK 1.3.1 classpath Posted: Nov 15, 2002 6:16 AM
Reply to this message Reply
All you have to do is modify the system variables to include a path to your JDK 1.3.1 bin directory, and then you can run you java programs from anywhere. You have to use a different procedure for the loathsome WinME, then what you do on any of their other OS's.

I had to set it up on someones elses box last year and included the following steps:
- go into systemInformation for the Help and Support dialog and choose the tools menu. Go to the Environment tab and set your path to point to your bin directory.
- After saving, reboot.

Flat View: This topic has 1 reply on 1 page
Topic: Trouble setting up MySQL JDBC Previous Topic   Next Topic Topic: EJB,JSP,Servlets Interview questions?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use