Redefinition failed with error 62 while trying to profile an application

后端 未结 4 729
醉酒成梦
醉酒成梦 2020-12-10 00:31

If I try to profile application, (which is prepared under Eclipse, but running from command line) with the help of VisualVM, I get the following error message

4条回答
  •  旧巷少年郎
    2020-12-10 01:09

    If you are using eclipse, then go to Run/Debug configuration. Select your application from left side and click on Arguments.

    Here you will see two text boxes.

    1. Program Arguments
    2. VM Arguments
    

    In VM arguments, enter below commands. -Xverify:none

    Click on apply and then Run/Debug.

提交回复
热议问题