Installing NetBeans 5.5 Visual Web Pack Redux
Tuesday Dec 12, 2006
Today I looked into the VWP installation process from a customer viewpoint. VWP is short for "NetBeans 5.5 Visual Web Pack" and is the latest incarnation of the project I've been working on for the past three years. I found some verbose but complete instructions, but I wanted to provide a simpler set of steps and provide a recommended configuration. (All of the following downloads are free, as in without cost.)
- First, if you have VWP TP installed, uninstall it.
- If you do not yet have a JDK (Java Development Kit) installed, download and install one from this page. Among the several download buttons on that page, select the one that is for the JDK. It should be the first one listed.
- Next we will install NetBeans 5.5 and a Java EE 5 app server. If you do not yet have NetBeans 5.5 installed, download and install the NetBeans 5.5 and Sun App Server bundle. VWP supports Java EE 5 which has features that make applications easier to develop. The bundle includes Sun App Server 9.0 UR1, a Java EE 5 conforming server, and it also includes a database which many VWP apps use. However if you already have NetBeans 5.5 installed, download and install just Sun App Server 9.0 UR1 or later. Select the "Java EE 5 SDK Now" button at the very top of the page above the tabs. After installing the app server, manually add it to NetBeans. Go to the "Runtime" window over the "Servers" node and select "Add Server" from the context menu, then follow the instructions.
- Finally, download and install the Visual Web Pack.
I have tried to minimize the downloads and installs required to produce a recommended configuration of VWP similar to a Creator all-in-one type download. I'm sure that some of the links above may change. Please post comments on this entry and I will try to keep this information current. If you have problems with the installation process, you can look at the full instructions and post questions to the nbusers mailing list. For those that have used Creator before, the VWP installation process is currently more complex. There is not a single all-in-one bundle. As I understand it, there is an effort underway to make this easier. Until then, I hope this information is useful.











No, you can just install a Java EE 5 app server su...
I forgot to mention one other detail. After instal...
The easiest way to insta...