Duplicate :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
The current DownloadManager initialization begins before VM completes its initialization during System.initializeSystemClass is called. However, the DownloadManager's static initializer assumes that the VM initialization has completed. For example, it is using java.io.FileOutputStream. The DownloadManager initialization has to be revisited to make sure that the initialization sequence is properly implemented.
|