|
User Guide
Using JaLoopA requires a basic understanding of invoking Java from the command line. After downloading the JAR file JaLoopA is executed in the following manner: java JaLoopA <input file path> <output file dir> <numcores> Currently JaLoopA only supports Java source code that meets a particular pattern. Attempting to run JaLoopA against code that does not meet this pattern will result in output that will neither nor compile nor execute. Some of these constraints are a reflection of JaLoopA's lack of maturity as an application and in the future a wider range of input will be accepted. As of the the beta the following criteria must be met to be compatible with JaLoopA:
|