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 another pogramme Pac.java
package check.pac;
import check.Test;
public class Pac {
public static void main(String args[]) {
Test a = new Test();
}
}
then in d:\vinay\check\pac when i use javac d:\vinay\check\pac Pac.java
i get cannot find symbol Test
or even when i use javac d:\vinay\check\ Pac.java
i get cannot find symbol Test
Regards
vins
--
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/javaprogrammingwithpassion?hl=en