문제

I am working with weblogic 11g server and now I want to change the jdk which is using by server for that I found some hints. for that I want to know the java vender of the jdk.

can any one know how to find java vendor for particular jdk version.

도움이 되었습니까?

해결책

If you are using jrockit -

JAVA_VENDOR=Oracle

If you are using the normal/standard jdk -

JAVA_VENDOR=Sun

You can set JAVA_VENDOR explicitly in your startWebLogic.sh or setDomainEnv.sh file if you are having problems. You can also set the JAVA_VENDOR on the Server Start tab in the admin console.

See these questions that more or less ask the same thing:

WebLogic, choosing the JDK

Starting weblogic server instance in jDeveloper

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top