https://kotlinlang.org logo
Title
j

jimn

02/09/2018, 9:59 PM
i have initializers in a couroutine which are happening apparently within clinit (gsonbuilder) and im getting strange error. Caused by: java.io.FileNotFoundException: null\lib\tzdb.dat (The system cannot find the path specified)
e

elizarov

02/10/2018, 1:59 PM
I don’t see how it is related to coroutines. Looks like your JVM cannot read time zone data while it initializes
java.util.TimeZone
. What JVM version do you use?
j

jimn

02/10/2018, 2:18 PM
hi Roman thanks, it turns out, was unrelated. new ; System.setProperties(Properties.load('...')) is not as good as System.getProperties().load(...)