我正在嘗試學習如何使用Java生成webservices。我已經將JAXB插件添加到eclipse/plugin文件夾中,並重新啓動了eclipse。我已經將.xsd文件添加到eclipse下的源文件夾中,並且正在嘗試從xsd文件生成類。本教程提到,當我右鍵單擊.xsd文件時,應該看到一個名爲「JAXB 2.1 - >運行XJC」的選項,但在eclipse安裝中沒有看到任何此類選項。我只看到「生成 - > JAXB類選項」。如果我選擇了此選項,迫使它建立的類,它給出了一個錯誤的說法:從xsd文件生成java類 - JAXB
The classpath for this project does not appear to contain the necessary libraries to proceed with class generation.
Please insure that a JAXB implementation is available on the classpath. Couldn't find the main class com.sun.tools.xjc.XJFacade.
有人可以幫助我弄清楚爲什麼我不能看到月食下這種選擇?我試過伽利略和赫利俄斯。
那是什麼用了從Java調用前景做安裝嗎? – razlebe
yikes ..對不起,我昨天會問一些完全不同的問題..我開始了它,但發現自己asnwer ..沒有注意到,我有這個標題仍然 – RKodakandla