Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does "Could not initialize class com.ibm.icu.impl.JavaTimeZone" mean?

Tags:

android

"An error has occurred. See error log for more details. Could not initialize class com.ibm.icu.impl.JavaTimeZone"

like image 976
Problem Avatar asked Jan 20 '23 17:01

Problem


1 Answers

Have look at: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600288. This workaround solved the issue for me.

Specifically, add -Dcom.ibm.icu.util.TimeZone.DefaultTimeZoneType=ICU to eclipse.ini (or in my case it was eclipse-php.ini).

Thanks due to to "Luca" / Luca Tettamanti for posting that.

like image 136
Alexander Egger Avatar answered Jan 30 '23 04:01

Alexander Egger