F
freesoft_2000
Hi everyone,
I need to ask a very generalised question about
classpath.
Now i have a java class file named JTim.class
Now on the command line i run JTim like that
C:\j2sdk1.4.2\bin\java -cp .;C:\WINDOWS\Desktop\JProc\ JTim
Now do you guys see the folder in which JTim is in which is called
JProc. You see in JProc there is another folder called JProcTim
Now in the folder called JProcTim is a java class file also named
JTim.class
Now my question taking into account that to run the class JTim in the
JProc i did this
C:\j2sdk1.4\bin\java -cp .;C:\WINDOWS\Desktop\JProc\ JTim
is why does the intrepreter run the JTim class in the JProcTim folder and
not the one i specified which is the JTim class in the JProc folder?
Any help is greatly appreciated
Thank You
Yours Sincerely
Richard West
I need to ask a very generalised question about
classpath.
Now i have a java class file named JTim.class
Now on the command line i run JTim like that
C:\j2sdk1.4.2\bin\java -cp .;C:\WINDOWS\Desktop\JProc\ JTim
Now do you guys see the folder in which JTim is in which is called
JProc. You see in JProc there is another folder called JProcTim
Now in the folder called JProcTim is a java class file also named
JTim.class
Now my question taking into account that to run the class JTim in the
JProc i did this
C:\j2sdk1.4\bin\java -cp .;C:\WINDOWS\Desktop\JProc\ JTim
is why does the intrepreter run the JTim class in the JProcTim folder and
not the one i specified which is the JTim class in the JProc folder?
Any help is greatly appreciated
Thank You
Yours Sincerely
Richard West