setting up processing for NetBeans 7.3 guide
in
Integration and Hardware
•
5 months ago
I get very frustrated when it comes to setting up new programs. I think most stuff i found about processing for NetBeans was unclear so here my attempt. Feel free to add suggestions to make it even better or keep it up to date.
Sorry for the retina screens, noticed to late.
2. open netbeans and goto File > New Project
3. In the New Project screen choose Java > Java Application
4. Now where at step 2 called Name and Location.
- give the project a name, i called it JavaTestApplication3
- choose project location if you don't like the default
- choose a project folder if you don't like the default
- now flag "Use Dedicated Folder for Storing Libraries". we do this so we don't have to copy jar's for every new project.
now click browse to change the location for the libraries folder.
I choosed my NetBeansProjects folder and made a folder there called libs, see image below:
Hit open when done, the screen should look like this:
continued in post 2...