rjolly / jarlister   1.1

GitHub

A tool that lists a jar's classes into its manifest. Used to make libraries visible to the Scala interpreter when run as a script engine

Scala versions: 2.11
Software needed:

- scala 2.11 ( http://www.scala-lang.org/ )
- sbt 0.13 ( http://github.com/harrah/xsbt/ )


To build the jarlister:
  sbt package


To run the jarlister, add the bin directory to your path, give bin/jarlister execution privilege (unix), then:
  jarlister file.jar