Re: [java programming] classpath problem pleasse help

2010-08-31 Thread Mihai DINCA
Hi Vinay You can compile any class from anywhere, no matter in which directory you are and no matter its package, but you can reference it (for execution purposes or for compile another class using it) only by properly taking into account its package. For e.g., you can compile your file d:\v

[java programming] classpath problem pleasse help

2010-08-30 Thread vinay basavanal
Hi all, This may be a stupid question but i am facing this problem I created a dir check under d:\vinay so in d:\vinay\check I wrote simple Test.java which just has a variable ; and compiled it Then i created a another dir pac so in d:\vinay\check\pac i wrote anoth