- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
