Name | Modified | Size | Downloads / Week |
---|---|---|---|
OpenAutonomy.jar | 2015-02-27 | 184.9 kB | |
OpenAutonomy_static.jar | 2015-02-27 | 251.7 kB | |
README | 2015-01-19 | 1.0 kB | |
Totals: 3 Items | 437.7 kB | 0 |
Note that both a minimal JAR and a static JAR are provided, depending on your needs: OpenAutonomy.jar -includes the bytecode and source of the OpenAutonomy Java RPC glue code required by all Java OpenAutonomy client applications -build-time dependencies (see details in lib/Dependencies.txt): aXMLRPC.jar OpenAutonomy_static.jar -includes the bytecode and source of the OpenAutonomy Java RPC glue code required by all Java OpenAutonomy client applications -includes the bytecode of all build-time and run-time dependencies: aXMLRPC.jar Which to choose: OpenAutonomy_static.jar is a good "quick start" as it can be run, out of the box, with even the correct main class. It is, however, larger in that it contains the code from dependent projects, as well. OpenAutonomy.jar includes just the minimal bytecode and source for the RPC glue so it is best to use this if your environment already includes the dependencies or if you will be repackaging the OpenAutonomy source in your own application's distribution or deployment.