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?
Solved! Go to Solution.
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
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
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.