设置项目方面的问题
正如以下 IBM 教程中所述, http ://public.dhe.ibm.com/software/dw/xml/x-springandroid/x-springandroid-pdf.pdf 我尝试创建 JAX RS Web 服务。
但我无法将项目方面设置为 JAX - RS,因为我没有得到任何此类选项。另外,我想知道如何将服务器的类路径设置为相应的 jar。
我正在使用 Eclipse Ganymade IDE
谢谢
斯内哈
As said in the following IBM tutorial, http://public.dhe.ibm.com/software/dw/xml/x-springandroid/x-springandroid-pdf.pdf I have tried to create a JAX RS web services.
But I am not able to set the Project facets to JAX - RS as I don't get any such options. Also, I wanted to know hoew do i set the class path of server to the respective jars.
I am using Eclipse Ganymade IDE
Thanks
Sneha
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们必须使用 Helios 版本的 eclipse 来获取 JAX RS 的这些选项。我用的是ganymade版本。另外,要设置类路径,我只需将 jar 复制到 lib 文件夹。
we have to use Helios version of eclipse to get those options for JAX RS. I was using ganymade version. Also,To set the class path i just nedd to copy the jars to lib folder.