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
To take HotswapAgent into use, there are always multiple steps required:
Download and install DCEVM
Download HotswapAgent jar, place it "somewhere"
Add arguments for DCEVM and for HotswapAgent.jar to the launch configuration
If the HotswapAgent snapshot jar was pushed to some Maven snapshot repository, e.g. oss.sonatype.org, you could just add a dependency in any Maven project and use the location in e.g. launch configurations in pom.xml. This would reduce the number of steps required for users of the project from three to one (download and install DCEVM)
The text was updated successfully, but these errors were encountered:
To take HotswapAgent into use, there are always multiple steps required:
If the HotswapAgent snapshot jar was pushed to some Maven snapshot repository, e.g. oss.sonatype.org, you could just add a dependency in any Maven project and use the location in e.g. launch configurations in
pom.xml
. This would reduce the number of steps required for users of the project from three to one (download and install DCEVM)The text was updated successfully, but these errors were encountered: