forked from openrocket/openrocket
-
Notifications
You must be signed in to change notification settings - Fork 0
IntelliJ Run Config
Misha Turnbull edited this page Jan 25, 2019
·
1 revision
To get the application to run under IntelliJ, follow these steps:
- Clone git repo
- Open folder cloned into with IntelliJ
- Add a new run configuration: Top-right corner,
Add Configuration
- Select
Application
from the dropdown menu on the top-left of the dialog that appears - Set the
Name
field to whatever you want (I called it "Main") - Set the main class dialog to
net.sf.openrocket.startup.SwingStartup
- From the
Use classpath of module:
dropdown, selectOpenRocket Swing
- Hit
Apply
andOk
- Hit the run button next to where the
Add Configuration
box was (it should now say whatever you put intoName
in step 5)!