代码之家  ›  专栏  ›  技术社区  ›  Christopher Klewes

Eclipse中运行时目标的StandardServletContainer

  •  3
  • Christopher Klewes  · 技术社区  · 14 年前

    JRE_CONTAINER

    <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
    
    5 回复  |  直到 14 年前
        1
  •  0
  •   Pran    14 年前

    是的,我想是的。我正在运行Eclipse Galileo,我可以通过以下方式更改JRE:

    • 右键单击项目
    • 选择 Properties
    • 选择 Java Build Path
    • Libraries 标签

    .classpath 文件。最后,您可以使用Maven之类的构建管理器来管理所使用的版本/库。

        2
  •  0
  •   Daniel    14 年前

    我不知道你到底想做什么,但你可以添加jar的配置服务器通过 Java Build Path > Libraries > Add Library > Server Runtime .

        3
  •  0
  •   VonC    14 年前

    对于处理WTP(Web工具平台)的项目,您需要 see those kind of entries :

    <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/j2sdk1.6.0_12"/>
    

    here

    <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
    

    它们可以有一个定义:

    <stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
    

    也发现于 relation with JRE warnings .

        4
  •  0
  •   awsome    14 年前

    据我所知,您想更改jvm版本。

        5
  •  0
  •   Vinze    14 年前

    不确定您想要什么,但您可以向运行时“Build Path>声明一个库;图书馆>添加库“或者您可以声明自己的变量”Build Path>图书馆>添加变量“它可以包含你想要的罐子。。。