Re: [java programming] 1003 class path...

2010-08-26 Thread Mihai DINCA
Hi ooo.stephen This is a good question, because it worth to understand the "classpath" philosophy in the beginning, once for all. In brief, Java CLASSPATH is a list of directories representing the place where Java looks for the (fully qualified with the package name) .class files, in about t

[java programming] 1003 class path...

2010-08-26 Thread ooo.stephen
my grasp of this is a little shaky. please correct me if i'm wrong, but my understanding (and maybe my articulation will help others), is the following: 1- -cp statement essentially counter acts/accommodates the package path statement. this is because the package statement is a directive to look