Installing the Development Environment Eclipse

Server

  • Create a new Java project.

  • Add the following jar files to the class path:

    • All jar files from the directory /server-lib

    • The file activemq-all-5.x.x.jar from the directory /apache-activemq

    • All spring-###-3.x.y.jar files from the directory /apache-activemq-5.x.x/lib/optional.

  • Copy all configuration files from the directory /server-conf into the source directory (src).

  • To conclude, launch the class JadiceServerControl from the jar file server-core-5.x.y.z.jar.

  • The server should be ready for use now.

Client

  • Create a new Java project.

  • Add all jar files from the directory /client-lib to the class path.

[jadice server Version 5.8.7.0: Documentation for Developers and Administrators. Published: 2021-04-15]