Inside the IDE we have the menu Tools –> Java Platforms. Here we can assign more JDK locations. But we can’t assign a default JDK. There is no interface button for this.
The way to assign a default JDK is to go to the Netbeans install location {root}/netbeans/etc and edit the file netbeans.conf.
# (see http://wiki.netbeans.org/wiki/view/FaqGCPauses)
# [...]
Say we have a web service using JAX-WS on Glassfish v2.1, and we have an operation using a XMLGregorianCalendar type. When this operation is called, an exception can be thrown:
java.lang.ClassNotFoundException: org.apache.xerces.jaxp.datatype.XMLGregorianCalendarImpl
In the {glassfish install map}/lib location we have a launcher.xml and a launcher.properties file. Inside the XML there is a reference
<sysproperty key=”javax.xml.parsers.SAXParserFactory” value=”com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl” />
assuming Xerces [...]
Unfortunately Netbeans 6.8 lost the availability for the SOA plugin (and the UML plugin ).
To get these plug-ins back just follow these steps as they are still available in the update center of the 6.8M1version of Netbeans.
1. Go to ”Plugins” dialog: ”Tools” >”Plugins”
2. Go to “Settings” tab
3. Add a new update center:
- Name: NetBeans plugins 6.8M1
- URL: http://updates.netbeans.org/netbeans/updates/6.8/uc/m1/dev/catalog.xml.gz
4. Go to “Available [...]