Prerequisites
Besides basic Java knowledge the example requires the Netbeans-IDE, version 6.1 or newer, and a current JDK, version 1.6 or newer. In principle you can use other IDEs as well, but with Netbeans everything works out of the box.You can download Netbeans along with the JDK here.
Next, please download the quickstart project quickstart.zip
Extract it with:jar xf quickstart.jarin a directory of your choice.
Although not strictly necessary, please install two Netbeans plugins as described
on the Wurbelizer's download page.
Now, open the project Quickstart.
- File -> Open Project
- Select the directory quickstart -> Open
- src: the standard java sources
- wurblets/src: optional java sources for the wurblets
- wurblets/wrbl: source of the wurblets
- build.xml: the ant script
