In order to setup a new Java project, the general setup steps are:

  1. Have a project with Java Architect installed

  2. Select the right Java version (8 or 11) and the JDK path in the module parameters

  3. Deploy model components that already exist for used java libraries

  4. Set up the reverse class path

  5. Reverse from sources or JAR archives java libraries for which no model component already exist

  6. Update the reverse class path to add the reversed JAR archives

  7. Create the skeleton of the application

You will find below some practical examples of how to setup a project.