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:
- Go to File > New > Java Project (or a different type of project).
- Fill in the project name and select Finish.
- Open the Run Configuration window (Run > Run Configuration) and add your project to the SocrateOpen Client Classpath.
- Develop your custom classes.
- 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.
|