Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
path and classpath
Name: xp Date: February 17, 2007 at 11:15:25 Pacific OS: xp CPU/Ram: 930/512 Product: dell/don't know
Comment:
I want to use jdk. Need to set path and classpath. Don’t know anything about it. I can go to “start>control panel>system>advanced>environment variables”. Upper window is user variables for dell. Lower window is system variables. In lower window I can see path that is “C:\WINDOWS\sysem32;C:\WINDOWS;C:WINDOWS\system32\WBEM”. I installed jdk1.5 at “C:\” but can’t use it yet. Answer as easy as possible. Answer what should write where should I write. Using xp.
Name: Guy Date: February 17, 2007 at 17:35:46 Pacific
Reply:
For PATH, edit the setting in the lower window, and add, for example:
C:\jdk1.5.0_11\bin;
at the very beginning of what is there. Make sure that name matches your install directory.
I am in the camp that believes a system wide CLASSPATH is not good practice.
Each Java app should set up the required CLASSPATH before the Java program is executed.
All of the base Java library functions are available with no explicit CLASSPATH set.
Guy
0
Response Number 2
Name: xp Date: February 19, 2007 at 06:23:40 Pacific
Reply:
Guy i've written up there my path please write my path according to that information i've given up there it will be easier for me to understand and thanks a lot for your answer.
Summary: newbie Q - anyone know how i set the PATH and CLASSPATH variables on XP?? all i know is that you use the 'environment variables' dialogue box, please give step by step instructions cheers ...
Summary: i'm trying to get a listbox to be able to select a music file and play it in a mediaplayer control.i'm trying to get the full path by getting the path and the filename separately, but i can't get them...