Showing posts with label WLS not working. Show all posts
Showing posts with label WLS not working. Show all posts

Wednesday 2 July 2014

WLS not Working jrockit error in Jdeveloper

Hello Fellas, today i'm sharing my learning of how to remove the Jrockit error while deploying the Application in the inbuilt WLS from Jdeveloper.


for linux
/home/pratik/.jdeveloper/system11.1.1.7.40.64.93/DefaultDomain/bin

for windows.
C:\Users\sandeep\AppData\Roaming\JDeveloper\system11.1.1.7.40.64.93\DefaultDomain\bin

as you find these are the hidden folder so first enable it,

select the   setDomainEnv  file


make these changes in the the file

JAVA_HOME="/home/pratik/myApps/jdk1.6.0_24"

BEA_JAVA_HOME="" 

JAVA_VENDOR="Sun"

First Install the jdk 1.6.24




A Guide to Installing Oracle HR Schema on an Existing Docker Container

  Hi Reader, Today I want to share my learning on how to install Oracle HR schema on a existing docker container. Step 1: Download the verif...