
- INSTALL JDK ON MAC INTELLIJ IDEA HOW TO
- INSTALL JDK ON MAC INTELLIJ IDEA INSTALL
- INSTALL JDK ON MAC INTELLIJ IDEA MOD
- INSTALL JDK ON MAC INTELLIJ IDEA CODE
- INSTALL JDK ON MAC INTELLIJ IDEA FREE
Give it any name, such as "Run Starsector". Click the + and choose "Batch Script" (Windows) or "Bash Script" (Linux/MacOS).

INSTALL JDK ON MAC INTELLIJ IDEA INSTALL
INSTALL JDK ON MAC INTELLIJ IDEA HOW TO
INSTALL JDK ON MAC INTELLIJ IDEA MOD
INSTALL JDK ON MAC INTELLIJ IDEA CODE
You can use a debugger to run your program very slowly, one line of code at a time (called single stepping), while you examine the values of its variables. You can use a debugger to halt the execution of your program when it reaches a particular place in your code, then examine the values of the variables in the program. The technical means it uses for doing this are not important for understanding the basics of how to use a debugger. Click Apply to save the dependency.Ī debugger is a program that can examine the state of your program while your program is running.

Use shift-click or control-click to select multiple items at once. Navigate to your Starsector installation, open starsector-core, and choose all of the.

jar files as dependencies, and a combination of LazyLib, MagicLib, and GraphicsLib will be needed, as well. At the very least, a mod will need to add Starsector's. When configured, the Project Structure dialog should look as follows.ĭependencies are things that a project needs in order to compile. Under Project language level, open the dropdown and choose 7.The folder you select should have a folder called bin directly inside of it. Navigate to where you unzipped the JDK you downloaded at the beginning of the tutorial and select it. Under Project SDK, click the dropdown and choose + Add SDK, then JDK.Go to File - Project Structure and go to the Project tab, under Project Settings.Next, we'll configure the JDK, add the Starsector and other libraries so it compiles, tell it how to create a.
INSTALL JDK ON MAC INTELLIJ IDEA FREE
These can be ignored they contain the IntelliJ-specific project settings, which we will modify in the next stage.įeel free to look around the project and get a feel for how it's laid out, but don't change anything yet. IntelliJ will load the project and add a. The folder should contain a mod_info.json file.
