Reputation: 21
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
Reputation: 21
Adding
-Dcom.ibm.icu.util.TimeZone.DefaultTimeZoneType=ICU
...at the end of eclipse.ini seems to have solved the issue.
Upvotes: 2