3. Create your project(s)

This is valid only if you develop an extension using Eclipse. If not, please refer to your IDE documentation for creating new projects.

Follow the steps below to create a new project:

    1. Go to File > New > Java Project (or a different type of project).

    2. Fill in the project name and select Finish.

    3. Open the Run Configuration window (Run > Run Configuration) and add your project to the SocrateOpen Client Classpath.

    4. Develop your custom classes.

    5. If you need to include your extension in the SocrateOpen client or server, export the project as a jar file, copy the jar file in the COMPIERE_HOME/lib/external folder and run the RUN_setup.bat/sh file.