Presentation
Adichatz Installation contains binary distribution and source distribution. Both are included in Eclipse plugins. The Adichatz project is licenced under the CeCILL-C license.
Prerequisites
- Java version 14.
- https://www.eclipse.org/downloads/packages/ Eclipse standard 4.15 for Windows.
- PostgreSQL (recommended) or another RDMBS. Optionnally, test database for PosgreSQL is provided here.
Install from Eclipse Marketplace (1rst option)
Start eclipse, then open Marketplace item: Help > Eclipse Marketplace… . |
As for Adichatz, use Install Manager
|
Use 'drag to install' (2nd option)
|
Install from Eclipse update site (3rd option)
|
Next steps
After you have installed Adichatz, you can follow these steps.
- Install a SQL database (MySql recommended).
- Install an Application Server (optional). Wildfly 18.0.x is recommended, see Application Server installation.
- Read the complete get_started document you will find here and try examples.
- Look for information on this site.
- Generate and launch your first application (2 minutes).
- Customize the generated application.
- …