Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A run script named after your project should now be placed into the bin directory.

This script sets up the classpath and executes the main function of the specified class.

No Format

public static void main(String[] args)

The script can be run from the current directory, as follows.

No Format

./bin/myProject [args]

The command line syntax of the script is completely up to you.

JAS

This target will copy the project's JAR into JAS3's extensions directory at ~/.JAS3/extensions.

...