Cannot run/debug Java applications in Eclipse (JavaTimeZone issue)

Posted by Andre on Stack Overflow See other posts from Stack Overflow or by Andre
Published on 2009-10-12T08:13:07Z Indexed on 2010/05/02 12:47 UTC
Read the original article Hit count: 386

Filed under:
|
|

I'm trying to get started with Eclipse/Java/Scala on a MacBook. The installed JDK was 1.5. The SDT plugin for Scala requires 1.6 which was included in an OS update, but I also manually installed a package from Apple to update 1.6. The problem is that I cannot run anything from Eclipse. I always get the following error:

An internal error occurred during: "Launching TestFooBasicTest". Could not initialize class com.ibm.icu.impl.JavaTimeZone

I also tried to use the old 1.5 version, but to no avail.

What is going wrong here?

© Stack Overflow or respective owner

Related posts about java

Related posts about eclipse