user975706
user975706

Reputation: 21

Internal Error in Eclipse

I'm trying to launch a program in Eclipse, but I keep getting an error message saying:

An internal error occurred during: "Launching WindChillTester".
org/eclipse/jdt/debug/core/JDIDebugModel**

WindChillTester is the name of my program. What should I do to fix this?

Upvotes: 2

Views: 1316

Answers (1)

jdk.error
jdk.error

Reputation: 21

Adding

-Dcom.ibm.icu.util.TimeZone.DefaultTimeZoneType=ICU

...at the end of eclipse.ini seems to have solved the issue.

Upvotes: 2

Related Questions