spring-loaded icon indicating copy to clipboard operation
spring-loaded copied to clipboard

when to reload the new jar?

Open hlyang opened this issue 7 years ago • 3 comments

Please help! Centos,java8,spring-boot(with tomcat8) command line: java -javaagent:springloaded-1.2.6.RELEASE.jar -noverify -Dspringloaded=watchJars=lib/first_warehouse-1.0.0.RELEASE.jar -jar bootstrap-1 .0.0.RELEASE-1.0.jar

when put first_warehouse-1.0.0.RELEASE.jar to override it then doesn't reload this jar. why ?

hlyang avatar Oct 17 '17 08:10 hlyang

I have the same issue, environment is windows, JDK8 with resin. Does it need some extra configuration?

highkari avatar Oct 18 '17 06:10 highkari

from the code,the value of watchJars is not a path,is the jar name

xx569029747 avatar Dec 15 '17 02:12 xx569029747

This can be closed since:

"watchJars=lib/first_warehouse-1.0.0.RELEASE.jar" should have been "watchJars=first_warehouse-1.0.0.RELEASE.jar"

@hlyang Please confirm that using only the JAR file name solved your problem.

asoltesz avatar Aug 24 '18 12:08 asoltesz