i have initializers in a couroutine which are happ...
# coroutines
j
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
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
hi Roman thanks, it turns out, was unrelated. new ; System.setProperties(Properties.load('...')) is not as good as System.getProperties().load(...)