Guide to using IntelliJ with JMSL

IntelliJ is a very powerful Java Development Environment. This document includes step-by-step instructions on how to set up a new Java Project in IntelliJ that uses JMSL.

  1. In IntelliJ, create a New Project


  2. Name Your Project


  3. Open Module Settings
    Right click on your project and choose Open Module Settings from the bottom of the pop-up menu.


  4. Select Project Settings -> Libraries -> New Project Library -> Java
    (This is so we can import JMSL into your project.)


  5. Browse for JMSL jars
    Inside your distribution folder "JMSL_v2_(date)/classes" select jmsl.jar and jscore.jar


  6. JSyn: If your project makes sound with JSyn, browse for the JSyn jars in the lib directory.


  7. You can copy and paste HelloJMSL.java from the TestDev directory into your project.


  8. Select Run HelloJMSL from the Run menu


  9. You should see JMSL's MusicShapeEditor open, and messages printed out to the console.


Once this works, you can copy and paste other demos into this project and explore what JMSL has to offer!
Installation Page
JMSL Home