How to set up Eclipse for JSynthLib?
Here is the setting I’m using for Eclipse 3.0. • Preferences->Java->Editor->Displayed tab width set to ‘8’. • On Project->Java Build Path->Source tab, select Excluded…, and click Edit…. Add midiprovider/** onto Exclusion patterns:. • On Project->Java Build Path->Library tab, add groovy.jar and asm.jar. • For using the Javadocs for the JDK (e.g. the “J2SE 5.0 Documentation”) go to Preferences->Java->Installed JREs->Edit->Javadoc URL set to the directory where you installed the Javadocs. A short description is shown when moving the mouse cursor on a class or a member. You can see the full documentation by hitting Shift-F2 after selecting a class or member. • Don’t forget to generate the Javadocs for JSynthlib with Project->Generate Javadoc…. VI. Related Documentation VI.a. JSynthLib • JSynthLib Home Page • JSynthLib SourceForge.net Developer Home Page (contains the CVS Repository) • JSynthLib mailing list • JSynthLib Yahoo group – file section • MIDI Provider for Windows. JDK older