Skip to main content

Posts

Showing posts from February, 2017

Changing integrated weblogic server class path in 12c

To change the class path/modify/add any new jar file to 12.2.1.2 jdeveloper integrated weblogic server follow below steps. 1. Find the oracle_common\common\bin\commExtEnv.cmd file in Orcale Home     (ex  : C:\Oracle\Middleware12c\Oracle_Home_12_2_1_2\oracle_common\common\bin\commExtEnv.cmd) 2. Place your jar file to \wlserver\common\Sample.jar or some location in Oracle Home 3.  Append %MW_HOME%\wlserver\common\Sample.jar; to WEBLOGIC_CLASSPATH variable or the location where you placed your jar file..