vote up 1 vote down star
1

I have not been working on java for a long time, and now I am back; so I am sort of noob, particularly with Netbeans. I am using Netbeans 6.5 on Ubuntu. I want to use the Jaxb support to generate Jaxb binding from an XML schema, as documented at http://wiki.netbeans.org/NB6JAXBSample1 . But the document asks to click on "On Project node, New -> JAXB Binding or New -> Other -> XML -> JAXB Binding" but I do not find a "Jaxb binding" option. Do I need to install some plugin or some other thing?

Edit

I found that I can use the xjc tool on the command line, which should serve the purpose for now. However a Netbeans wizard will be much useful.

flag

76% accept rate
1  
do you have all the in your link listed prerequisites installed? Also, you don't state that you created a new EJB Module project. – Steen Oct 13 at 19:36
@Steen For the first question, I am not sure. For the second, I've created a J2SE application project, not EJB. – Amit Kumar Oct 14 at 1:43
1  
@Kumar - You may want to look at the steps again, as step 1 is: Create an EJB project using Java EE 5 version. – James Black Oct 14 at 1:54
1  
According to wiki.netbeans.org/JAXBWizard, the wizard should be available in the following project types: J2SE, EJB, WAR. – Pascal Thivent Oct 14 at 1:58

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.