Twitter

Sponsors

Netbeans web site
Different download options highlighted
We love Netbeans but like many Open Source projects, they release new versions on a regular basis. The community is also very active in fixing bugs. You can report bugs and download a nightly build as soon as the problem is fixed. Each download always installed into its own directory. In the beginning this bothered us because we would end up with many versions of the application installed on our system. In the end, this is in fact a very good thing.

By having multiple versions installed in different directories, you can use any of them and know that they are isolated from each other. So, you can go grab that nightly build and know that it isn’t going to break your stable development platform. Furthermore, if you follow a couple of simple steps, the platform will also update its plugins.

If you want to try a new build, simply download it and install it. After this, just start the application. The application will then detect and ask if you want to import settings from a previous version. Once the application fully opens, it will then look at any installed plugins from previous versions and ask if you want to import them. It will also warn you if an older plugin isn’t compatible with the new build.

So, in the end all you really need to do is run the new build before you uninstall any previous builds. Eventually, you will need to uninstall old builds, but there really isn’t any rush since they are isolated.

Have fun and go grab the newest build of Netbeans.

This is the first in a series of letters to mom and dad. Many of us have or are parents who are mostly computer literate, but sometimes wish we knew more. This series will explore technology that may be unfamiliar to us.

We love NetBeans! It neatly fills our needs for developing php applications. It does seem to have some minor annoyances, but at least one of them can easily be overcome by using Ant. NetBeans with php allows you to designate a local web server for testing. The IDE automatically will copy files to the web server… well, most of the time. Sometimes, for whatever reason, NetBeans, doesn’t know if it needs to copy files.

top