zengkid / SmartTomcat

The Tomcat plugin for Intellij IDEA
Apache License 2.0
125 stars 56 forks source link

Fix the failed to launch problem #71

Closed yuezk closed 3 years ago

yuezk commented 3 years ago

Introduced in #67 , the reason is that javaParams.getVMParametersList().addAll() and javaParams.getVMParametersList().addParametersString() are different when handling the empty string. The former won't ignore any empty strings, so it introduced an empty string "", which will break the Smart Tomcat plugin.