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
this project is very amazing
now i have some questions
i use the aspectj at the loaded time
so the run command is :set JAVA_OPTS= -javaagent:aspectjweaver.jar
then i use startup.bat to start tomcat
when i want to use spring-loaded
the run command is : set JAVA_OPTS= -javaagent:spring-loaded.jar -noverify -javaagent:aspectweaver.jar
but start tomcat error
the error:
how can i deal with it,thank u
The text was updated successfully, but these errors were encountered:
this project is very amazing
now i have some questions
i use the aspectj at the loaded time
so the run command is :set JAVA_OPTS= -javaagent:aspectjweaver.jar
then i use startup.bat to start tomcat
when i want to use spring-loaded
the run command is : set JAVA_OPTS= -javaagent:spring-loaded.jar -noverify -javaagent:aspectweaver.jar
but start tomcat error
the error:
how can i deal with it,thank u
The text was updated successfully, but these errors were encountered: