-
Notifications
You must be signed in to change notification settings - Fork 15
F.A.Q.
Which IDE should I use?
An experienced programmer will use any IDE. For beginners, NetBeans is recommended.
A simple procedure is explained below using NetBeans:
- Download the wanted repository from GitHub;
- Create a new Project in NetBeans using existing sources;
- Add the STAR-CCM+ libraries to the current Project;
- Compile the Project using Shift-F11 shortcut;
- MacroUtils.jar should be available in the dist folder.
The process is the same as adding STAR-CCM+ libraries. Just create a new Library and point to the MacroUtils JAR file. Additionally one can add the javadoc information as well.
Once you have a MacroUtils JAR file just point it to the User Macro Classpath under STAR-CCM+ Options menu.
The support files are attached along with release files (since v13.04).
STAR-CCM+ seems to be in busy state when playing macro that imports MacroUtils methods. What is happening?
This behavior was noticed when both the MacroUtils JAR file and JAVA files were present in the same folder. Remove one of them -- e.g: leave only MacroUtils.jar file in the classpath folder -- and try again.
MacroUtils can also be found in the MacroHUT portal. EDIT: portal is offline