This error occurs after removing ~/.microemu
Caused by: java.lang.RuntimeException: Unable create
org.microemu.cldc.file.FileSystemRegistryDelegate implementation
at org.microemu.microedition.ImplFactory.getDefaultImplementation(ImplFactory.java:135)
at org.microemu.microedition.ImplFactory.getImplementation(ImplFactory.java:203)
at javax.microedition.io.file.FileSystemRegistry.<clinit>(FileSystemRegistry.java:39)
... 4 more
Caused by: java.security.PrivilegedActionException:
java.lang.InstantiationException:
org.microemu.cldc.file.FileSystemRegistryImpl
at java.security.AccessController.doPrivileged(Native Method)
at org.microemu.microedition.ImplFactory.getDefaultImplementation(ImplFactory.java:128)
... 6 more
Caused by: java.lang.InstantiationException:
org.microemu.cldc.file.FileSystemRegistryImpl
at java.lang.Class.newInstance0(Class.java:340)
at java.lang.Class.newInstance(Class.java:308)
at org.microemu.microedition.ImplFactory$1.run(ImplFactory.java:131)
... 8 more
versions affected:
microemulator-2.0.3-SNAPSHOT (today)
microemulator-2.0.2
the exception is gone after starting up an old
microemulator-2.0.2-SNAPSHOT version
after that the new versions work as well
Regards,
Francis
--
http://www.somatik.be
Microsoft gives you windows, Linux gives you the whole house.
|