View on GitHub

JS-Class-Loader config options

How to configure

The best way to set up JSCL is to put all your config options into a properties file, then you can use that file from the command line, maven, servlets, IDE, or any other method. Download a copy of the base js-class-loader.properties file and have a look at the comments in there for more info too.

These options are also all available on the command line, use

java -jar js-class-loader-1.x.x.jar --help
to see the options.

Available options