-
|
如题,改了catalina.bat后,把这句插入首行set CATALINA_OPTS="-javaagent:E:\xxx\agent.jar -Dproject.name=",但提示Error opening zip file or JAR manifest missing(系统找不到指定的文件)Error occurred during initialization of VM |
Beta Was this translation helpful? Give feedback.
Answered by
Akira-09
Dec 29, 2021
Replies: 1 comment
-
|
解决了,set CATALINA_OPTS=-javaagent:"E:/agent.jar" -Dproject.name="" 这样就可以了 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Akira-09
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
解决了,set CATALINA_OPTS=-javaagent:"E:/agent.jar" -Dproject.name="" 这样就可以了