Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README | 2015-08-08 | 689 Bytes | |
SetStatus.jar | 2015-08-08 | 8.0 kB | |
SetStatus_static.jar | 2015-08-08 | 303.6 kB | |
Totals: 3 Items | 312.2 kB | 0 |
Note that both a minimal JAR and a static JAR are provided, depending on your needs: SetStatus.jar -includes only the bytecode and source for the SetStatus demo SetStatus_static.jar -includes the bytecode and source of the SetStatus demo -includes the bytecode of all build-time and run-time dependencies: OpenAutonomy.jar and aXMLRPC.jar Which to choose: SetStatus_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. SetStatus.jar is best if your interest is to build a derivative of this demo or investigate how it functions in greater detail.