Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

WebLogicServer gets wrong Java Version

Daniel B.Sep 30 2015 — edited Oct 1 2015

Hello,

since I installed Java SDK 8 my local WebLogic Server wants to start with it. It displays the following error message:

[Starting IntegratedWebLogicServer.]

[waiting for the server to complete its initialization...]

"Files\Java\jdk1.8.0_60\bin""==""" kann syntaktisch an dieser Stelle nicht verarbeitet werden. (can't be syntactically processed at this point)

Process exited.

[IntegratedWebLogicServer terminated.]

I already checked the commEnv.cmd which is set like this:

@rem Reset JAVA Home

if NOT DEFINED JAVA_HOME set  JAVA_HOME=C:\\Oracle\\Middleware\\Oracle_Home\\oracle_common\\jdk

FOR %%i IN ("%JAVA_HOME%") DO SET JAVA_HOME=%%~fsi

And the jdev.conf like this:

SetJavaHome C:\\Oracle\\Middleware\\Oracle_Home\\oracle_common\\jdk

At the jdk folder there is a JDK 7 Version.

I'm using Jdeveloper 12c (12.1.3).. is there a way to avoid  a reinstall?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 29 2015
Added on Sep 30 2015
5 comments
1,063 views