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 am trying to enable spring-loaded in Eclipse STS 4.6.3.
I have taken the following steps.
Updated my pom to include springloaded.
Added -javaagent:<path to my jar> to the VM arguments of my run configuration.
After running I get this error.
Error opening zip file or JAR manifest missing : <path to my jar>-noverify
Error occurred during initialization of VM
agent library failed to init: instrument
A few things to note.
I didn't actually put <path to my jar>, that is just the path to my actual jar.
Yes, that path is correct. I double checked it, I even moved it to a fail-proof location (at the root of the drive) and it still did not work.
There are no spaces in my path, nevertheless, I have tried with and without quotation marks.
Initially, my path was on D:. I have also tried on C:.
If I ONLY add -noverify, I get the error Unrecognized option: -noverify-noverify.
If I add both the -javaagent and -noverify, I get the -noverify-noverify error.
The text was updated successfully, but these errors were encountered:
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 ( spring-attic/spring-ide#197 ). Do you have fast startup checked if working in a boot launch config?
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.The text was updated successfully, but these errors were encountered: