Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I can't see Jaxb tools in intellij IDEA

I'm going crazy. I want to generate jaxb classes from a XSD in intellij, but I don't have the option in tools/jaxb or with right click in the file. I read that I need a "webservices" plugin, but I don't see it. Sorry if my english is bad. Thanks in advance.

like image 665
leoxs Avatar asked Jul 25 '15 00:07

leoxs


2 Answers

Well, Community edition of Intellij don't have this option, that's the problem :P

To anyone with this problem, you can use Eclipse for free JAXB.

like image 114
leoxs Avatar answered Oct 07 '22 19:10

leoxs


You need to have Ultimate Version of IntelliJ Idea to do this as JAXB doesn't seem to be supported by Community Edition.

In Ultimate Version make sure you open the file (And not just select it in the navigator). It's kind of counter-intuitive as I expected Tools menu to change based on what I have selected rather than opened but that's just me.

tldr: Make sure the file is open in editor and not just selected in navigator to see the JAXB menu

like image 2
Ganesh Krishnan Avatar answered Oct 07 '22 18:10

Ganesh Krishnan