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

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -