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:

  1. Download and install the latest version of NetBeans from the official website.
  2. Launch NetBeans.
  3. Select File > New Project....

The New Project dialog appears.

  1. Depending on the version of NetBeans in use, select either Java or Java with Ant from the Categories list.
  2. Select Java Application from the Projects list.




  3. Click Next.

The New Java Application dialog appears.

  1. In the Project Name field, enter the project name.
  2. Clear the Create Main Class option.


  3. Click Finish.
The project is added to your projects list. Continue by adding the Java packages and Java classes.