Packages in Java?
|
I need to put a class in a package..So,.. I wrote: package PackageName; in the first line of the class.... My problem is...How to compile the class?? Should I change the CLASSPATH?and how to change the classpath? Please Help me!!! YoGa |
Re: Packages in Java?
|
about the classpath windows: SET PATH=[path] unix: export [path]
From ordinary human..to a flame master..to Orochi..
|
Re: Packages in Java?
|
Thanks,.. But,I think there was a problem with the jdk.. so,I reinstalled it YoGa |