Hi all,
I have just started reading classpath setting stuff and I am totally held up with the following scenario in setting classpaths during compilation/run.
I have the following folder structure:
C:\
|
|
----Prg
The
Prg folder contains two more folders:
(1)
com10 (contains test2.java)
(2)
com11 (contains test1.java)
The file contents are:
I am able to succesfully compile test2.java (its direct compilation)
What class paths do I need to set in javac and
java to get test1.java compiling and running? And, from which folder path do I need to run those commands? I am a Windows user.