| Java Layers Installation Instructions | ||
| Java Layers Home |
Short Version
ContentsJava Layers zip files are label with a release number followed by a content description. Archives labeled "src-bin" contain the JL compiler source and class files; archives labeled "bin" contain only the class files. Java Layers is written completely in Java, with the exception of some test scripts written as Windows batch files. I apologize in advance for using only Windows examples in these instructions even though JL will work on any system that supports Java. Unpacking the ArchiveCreate a directory named "jl" or a name of your choosing. If such a directory already exists, it should be empty. Use your favorite unzipping utility to extract all files in the JL archive file into the above directory, preserving path names. Setting Up the Environment
Testing the EnvironmentTo test that the JL compiler can be easily invoked, type in "java jlc" on a command line. The JL compiler options will be listed. To test that the javac compiler can be invoked by JL, make the test subdirectory in the JL installation directory the current directory. Enter "java jlc TestDummy.jl" to compile the TestDummy.class file. For those with the full source code distribution, the JL compiler regression tests (currently automated for Windows only) can be run by making the tests\regress directory in the JL installation directory the current directory. Type in "runtests" to test the installation; no error messages of any kind should appear. Invoking the JL CompilerThe JL compiler is named jlc and can be invoked once the environment has been correctly set up by entering: java jlc <jlsourcefiles> where <jlsourcefiles> end in the .jl suffix and contain JL code. If <jlsourcefiles> is empty, a help screen is displayed. Last Modified: 08/24/2001 04:43 PM |
|