For example, the dictionary is /Wind/src/home/work/ . I have a java file named a.java in work folder and the first line of a.java indict its package: home.work. It will invoke other class in the same package. So I compile it in home folder and get the a.class. Now I want to run it in Wind folder,how can I do this?
Also,how can I compile this a.java in Wind folder?
I am fresh to Java.Thanks for your time