I’m trying to generate JAXB classes from a .xsd file.
I figured out that I need JAVA EE version of Eclipse to do that.
If I right click on the .xsd file and choose Generate>JAXB Classes.
I get the same wizard this guy gets in his tutorial video > http://www.youtube.com/watch?v=kOLziP28598&t=2m26s
But the problem is, that if I hit next, the title in the wizard change from “Specify project for the new classes” to “Configure JAXB compiler options”, but the form underneath stays the same.
So everytime I click next, the title in the wizard changes, but the form is still showing the project tree form from the first step
for using JAXB in eclipse. U have to add a plugin to eclipse.
Download this org.jvnet.jaxbw.eclipse_1.0.0 plugin and put it in your eclipse -> plugin directory.(ur indigo eclipse folder) . Restart your eclipse. Then right click on the xsd file -> JAXB 2.0 -> Run XJC.
http://rocksolutions.wordpress.com/2010/08/04/sample-on-jaxb-using-eclipse/ This link explains the procedure well.