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

前端 未结 12 1229
再見小時候
再見小時候 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:11

    create a batch file clearing the variables and run the RAD.

    set IBM_JAVA_OPTIONS=
    set _JAVA_OPTIONS=
    set JAVA_TOOL_OPTIONS=
    "C:\Program Files\IBM\RAD85\eclipse.exe" -product com.ibm.rational.rad.product.v85.ide
    

提交回复
热议问题