Creating A Simulation Assistant Project In NetBeans
Both Simcenter STAR-CCM+ and NetBeans require specific versions of the Java Development Kit (JDK). Before you create a project in NetBeans, make sure that your installations of Simcenter STAR-CCM+ and NetBeans have the same JDK requirements. For example, in Simcenter STAR-CCM+ 2302, java libraries use Java Development Kit (JDK) 17, which requires Apache NetBeans 12.5 or upwards.
To set up a NetBeans project:
- Download and install the latest version of NetBeans from the official website.
- Launch NetBeans.
- Select .
The New Project dialog appears.
- Depending on the version of NetBeans in use, select either Categories list. or from the
- Select Projects list. from the
- Click Next.
The New Java Application dialog appears.
- In the Project Name field, enter the project name.
- Clear the Create Main Class option.
- Click Finish.
The project is added to your projects list. Continue by adding the Java packages and Java classes.

