This is where I record what I am learning about Java.
Monday, August 22, 2011
How Do I Include a Class
If the class is not in a package, simple put the compiled class file in the same directory and the class you are compiling.
If the class is in a package, build a directory structure beneight the directory of the file you are trying to compile that mirrors the package structure.
No comments:
Post a Comment