Most likely, the native WebLogic libraries are not in your PATH. Change the server environment setting to include the appropriate directory in the PATH. You can set this to WL_HOME% \ wlserver \ server \ bin \ setWLSEnv.cmd (or .sh). Add this after setting up WL_HOME (example for 64-bit Windows):
set WL_HOME=C:\wl12120 @REM added the next line set PATH=%WL_HOME%\server\native\win\x64;%PATH%
After setting up the domain, do the same in% domain% \ bin \ setDomainEnv.cmd.
Tested for Weblogic 12.1.1 and 12.1.2 email distribution.
source share