05-01-2017 05:51 PM
I downloaded the Spring Loaded jar file but I do not know what directory to put in and how to do it.
I need your helpe?
05-02-2017 01:24 AM
Just add the -javaagent parameter with the full path to the spring loaded jar to your startup options.
See GitHub - spring-projects/spring-loaded: Java agent that enables class reloading in a running JVM
java -javaagent:<pathTo>/springloaded-{VERSION}.jar -noverify SomeJavaClass
05-02-2017 01:24 AM
Just add the -javaagent parameter with the full path to the spring loaded jar to your startup options.
See GitHub - spring-projects/spring-loaded: Java agent that enables class reloading in a running JVM
java -javaagent:<pathTo>/springloaded-{VERSION}.jar -noverify SomeJavaClass
Explore our Alfresco products with the links below. Use labels to filter content by product module.