Not able to run Eclipse Application. Can't even start Eclipse IDE

前端 未结 12 1193
再見小時候
再見小時候 2020-12-03 23:06

I have an RCP product which doesn\'t run. Then I installed Eclipse freshly, and when I open Eclipse.exe it doesn\'t open Eclipse IDE. I get the error: NoClassDefFoundError:

12条回答
  •  温柔的废话
    2020-12-04 00:04

    Check the JAVA_TOOL _OPTIONS variable. It probably has a value of "-agentlib:jvmhook". Clear the variable and Eclipse based products should start working.

    You'll probably need to update your HP QT launcher to set this variable when you want to do profiling.

提交回复
热议问题