Open icougil opened 9 years ago
Hi!
I have had the same issue. I'm using Tomcat 8 and JDK 8. Can anyone help us?
thanks, and excuse my english.
Can you post your command-line? Did you specify -noverify
parameter?
@lucas-felix I run into this issue too and add the -noverify
parameter to the vm options. This should solve your problem.
Then I update to version 1.2.3 (it's currently not in the maven repo) and unfortunately I got this issue #106.
Hi!
I'm trying to use Spring-loaded in order to be able to reload class changes but I'm not able to launch the servlet container we are using (Tomcat 8). I'm using IntelliJ and I've made the changes to the server runtime in order to add the spring-loaded JAR to the startup VM options (we are using JDK 8) but it is impossible to launch it. The VM throws an exception when I add the reference to the VM arguments.
Do you know what can we do?
Best regards,