Open dgrahn opened 7 years ago
I'm not sure which version of STS you mean, the latest is 3.9.1. I recall a bug where vm args were being built incorrectly without a necessary space ( https://github.com/spring-projects/spring-ide/issues/197 ). Do you have fast startup checked if working in a boot launch config?
Sorry. Eclipse 4.6.3 / STS 3.9.0.RELEASE Fast startup is checked. I tried disabling it to no avail.
EDIT I thought I had disabled it... I didn't. That did fix the problem.
I am trying to enable spring-loaded in Eclipse STS 4.6.3.
I have taken the following steps.
-javaagent:<path to my jar>
to the VM arguments of my run configuration.After running I get this error.
A few things to note.
<path to my jar>
, that is just the path to my actual jar.D:
. I have also tried onC:
.-noverify
, I get the errorUnrecognized option: -noverify-noverify
.-javaagent
and-noverify
, I get the-noverify-noverify
error.