Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我收到错误错误版本 java
因为 hudson builder 使用 java 1.7 而 webspare 使用默认 1.6。
我如何在 websphere 中更改我的 1.7 java 路径。
以下步骤应该做
停止服务器。
在WASCE_INSTALLED_DIR\bin\setenv.bat文件中,将WASCE_JAVA_HOME变量设置为指向您希望使用的 JRE。在进行此更改之前,您应该查阅 WebSphere Application Server CE 文档以了解支持的版本和供应商。
WASCE_INSTALLED_DIR\bin\setenv.bat
WASCE_JAVA_HOME
启动服务器。
请注意,控制台窗口中列出的 JRE 版本现在引用了新的 Java 版本。