Skip to content

IntelliJ Run Config

Misha Turnbull edited this page Jan 25, 2019 · 1 revision

To get the application to run under IntelliJ, follow these steps:

  1. Clone git repo
  2. Open folder cloned into with IntelliJ
  3. Add a new run configuration: Top-right corner, Add Configuration
  4. Select Application from the dropdown menu on the top-left of the dialog that appears
  5. Set the Name field to whatever you want (I called it "Main")
  6. Set the main class dialog to net.sf.openrocket.startup.SwingStartup
  7. From the Use classpath of module: dropdown, select OpenRocket Swing
  8. Hit Apply and Ok
  9. Hit the run button next to where the Add Configuration box was (it should now say whatever you put into Name in step 5)!
Clone this wiki locally