to make tomcat to use javaw.exe instead of java.exe

using some startup parameter or environment varibale


At the bottom of
setclasspath.bat

set _RUNJAVA="%JRE_HOME%\bin\java"
set _RUNJAVAW="%JRE_HOME%\bin\javaw"

These are the settings
set _RUNJAVA="%JRE_HOME%\bin\javaw"

Should do it, I think...

If I'm not mistaken... JavaW is only found on Windows versions of Java... 
remember that

相关文章:

  • 2021-05-08
  • 2022-01-21
  • 2022-12-23
  • 2021-03-30
  • 2022-12-23
  • 2021-09-17
  • 2022-12-23
猜你喜欢
  • 2021-04-01
  • 2022-01-07
  • 2022-12-23
  • 2022-01-10
  • 2021-10-18
相关资源
相似解决方案