在 Eclipse 中添加 WebSphere 时出错
我正在尝试将 WebSphere v6.0 与 Eclipse 一起使用。当我尝试为动态 Web 项目添加运行时服务器时,出现以下错误:
缺少类路径条目 \your_server_root\was-6.0\properties
为什么?
I am trying to use WebSphere v6.0 with Eclipse. When I try to add the runtime server for a Dynamic Web Project, I get the following error:
Missing classpath entry \your_server_root\was-6.0\properties
Why?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的想法?将该条目添加到 CLASSPATH 中。
另一个想法是放弃 WebSphere 并使用 Tomcat、JBOSS 或 Glassfish。
My thought? Add that entry to the CLASSPATH.
Another thought would be to ditch WebSphere and use Tomcat, JBOSS, or Glassfish.