[java-dev] Re: Tutorial: Setting up Eclipse for Max/MSP development
Thomas Sandberg
post at thomassandberg.dk
Tue Apr 29 15:40: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 ]
Great. Thanks Adam ! - Thomas Den 29/04/2008 kl. 23.10 skrev Adam Murray: > > 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 > _______________________________________________ > java-dev mailing list > java-dev at cycling74.com > http://www.cycling74.com/mailman/listinfo/java-dev
- 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 ]
