Share

Java Application Update Utility Software

File Release Notes and Changelog

Release Name: Version 1.072505 (zip)

Notes:
Only one new change going in today.  The ability to start the server
with an external config file.  The default is still the file
embedded inside the jar [server.properties].  

To use an external file use the following command when starting 
the server:
java -jar jauus_1.072505.jar -server -c ./conf/server.properties

Standard startup commands....

To start the server, you can use the testServer or startServer.bat
or run it from the command line with 
java -jar  jauus_1.072505.jar -server
or
java -cp  jauus_1.072505.jar integrity.server.IntegrityServer

[The client is the default jar executable]
To run the client click the executable Jar file or run it from
the command line with either.
java -jar jauus_1.072505.jar
or
java -cp jauus_1.072505.jar integrity.client.JAUUS

Changes: