[java-dev] Re: Tutorial: Setting up Eclipse for Max/MSP development
Adam Murray
adamjmurray at gmail.com
Tue Apr 29 15:10:30 MDT 2008
- Previous message: [java-dev] Re: Tutorial: Setting up Eclipse for Max/MSP development
- Next message: [java-dev] Re: Tutorial: Setting up Eclipse for Max/MSP development
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Quote: Thomas Sandberg wrote on Tue, 29 April 2008 13:36 ---------------------------------------------------- > Thanks a lot for the Eclipse Tutorial. > > I am learning Netbeans. Can I use that for creating MaxMSP externals as well or do have to install Eclipse ? > Nope, any Java IDE will work. I setup Netbeans for Max development a while back. Don't remember the details, but the basic steps are the same. Specifically: 4. Create a Java project. 5. Add the Max Jar to your project's classpath. 6. Set the max.dynamic.jar.dir setting to point to your project's build directory Then you should be ready to make mxj externals. Can't remember if Netbeans has an "autobuild" feature, you may need to manaully build the project after changing your Java code. Check out Netbeans example java projects if you are having trouble. -- Adam Murray compusition.com
- Previous message: [java-dev] Re: Tutorial: Setting up Eclipse for Max/MSP development
- Next message: [java-dev] Re: Tutorial: Setting up Eclipse for Max/MSP development
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
