You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to launch Tomcat using different JDK from the default project configuration but there doesn't seem to be a way to do that.
In my case I'm trying to run TC9 using JDK 1.8 when my project SDK is JDK21.
(assuming the project is set to compile for JDK8 compatibility)
The plug-in doesn't seem to apply setenv.bat to force the JAVA_HOME,
nor does it work to try to override that with ENV in the plugin config
I'm guessing it would need to be patch created here:
I would like to launch Tomcat using different JDK from the default project configuration but there doesn't seem to be a way to do that.
In my case I'm trying to run TC9 using JDK 1.8 when my project SDK is JDK21.
(assuming the project is set to compile for JDK8 compatibility)
The plug-in doesn't seem to apply setenv.bat to force the JAVA_HOME,
nor does it work to try to override that with ENV in the plugin config
I'm guessing it would need to be patch created here:
SmartTomcat/src/main/java/com/poratu/idea/plugins/tomcat/conf/TomcatCommandLineState.java
Line 145 in cb4ea9e
The text was updated successfully, but these errors were encountered: