Quick Links

Contact Information

4800 Liberty Ave
Pittsburgh, PA 15224

Open 9:30am-6pm EST
Monday-Friday

Phone: +1 (412) 682-5282

info@cometway.com
sales@cometway.com
support@cometway.com

For more information about Comet Way products and services, please visit our corporate website at

http://www.cometway.com

compile.sh

This shell script is used to compile Java class files for Comet Way Agent Kernel, and build the ak.jar archive.

The compile.sh command should be executed from the bin/ directory:

./compile.sh

This script performs the following operations:

  1. Removes all class files from the ../classes directory.
  2. Expands imported JAR files into the ../classes directory.
  3. Compiles all Java source files under the ../src directory to the ../classes directory.
  4. Creates the ../ak.jar from the contents of the ../classes directory.

[Prev] [Next]

Description: How to use the compile.sh Unix shell script

Updated: Mon May 19 06:26:01 EDT 2008