Closed GoogleCodeExporter closed 8 years ago
To access filesystem you have to start MicroEmulator like this:
java -cp microemulator.jar;lib/microemu-jsr-75.jar org.microemu.app.Main --impl
"org.microemu.cldc.file.FileSystem"
For details,refer to:
http://www.microemu.org/usage.html
On my Windows Xp MicroEmulator 3.0 snapshot, it works fine.
BR,
Kder
Original comment by kder...@gmail.com
on 16 Jun 2010 at 4:25
thanks a lot for r reply
i changed this sign ";" into ":" cause i got permission denied and it worked
java -cp microemulator.jar:microemu-jsr-75.jar org.microemu.app.Main --impl
org.microemu.cldc.file.FileSystem apps/opera-mini-5.0.19693-advanced-en.jar
thanks again for the help
Original comment by haytham....@gmail.com
on 16 Jun 2010 at 11:01
Original comment by bar...@gmail.com
on 17 Jun 2010 at 11:33
Original issue reported on code.google.com by
haytham....@gmail.com
on 15 Jun 2010 at 1:39