java - How does the PATH parameter in windows RegEdit get set when running a web logic service -
i have java app deploy windows service.
after install can go regedit , navigate to: hkey_local_machine\system\currentcontrolset\services\beasvc_mydoamain_myserver\parameters
i can see there path parameter , value empty.
- where value set?
the place can see set c:\bea\wlserver_10.0\common\bin\commenv.cmd
there entry (and can see wl_use_x86dll set true)
@rem add jvm , weblogic directory in path if "%wl_use_x86dll%" == "true" set path=%patch_path%;%wl_home%\server\native\win\32;%wl_home% \server\bin;%ant_home%\bin;%java_home%\jre\bin;%java_home%\bin;%path%;%wl_home%\server\native\win\32\oci920_8
i thought set doesn’t.
- also if path not set in registry use system environment’s variables path instead?
- what other problems there if path empty in registry?
double click unset path value set it. that's how works running windows through wine on mac anyway. can't speak differences native windows.
Comments
Post a Comment