错误信息
QUASAR WARNING: Quasar Java Agent isn’t running. If you’re using another instrumentation method you can ignore this message; otherwise, please refer to the Getting Started section in the Quasar documentation.
- 解决办法
加上javaagent运行参数,这个后面的路径要根据自己的找
找的方法是找到自己Quasar的maven包路径
我的是C:\Users\lenovo.m2\repository\co\paralleluniverse\quasar-core\0.7.10\quasar-core-0.7.10-jdk8.jar
目录分成三段你就看得懂了
- C:\Users\lenovo.m2\repository maven仓库位置
- co\paralleluniverse\quasar-core\0.7.10 包路径
- quasar-core-0.7.10-jdk8.jar jar包
前面是maven仓库的位置,后面是jar包位置
-javaagent:C:\Users\lenovo\.m2\repository\co\paralleluniverse\quasar-core\0.7.10\quasar-core-0.7.10-jdk8.jar