yatsek / microemu

Automatically exported from code.google.com/p/microemu
0 stars 0 forks source link

access filesystem? #52

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.download opera mini midlet
2.
3.

What is the expected output? What do you see instead?
problem is i cant access filesystem, to save pages for ex. , but the program 
itself works fine (http://www.opera.com/mobile/demo/)

What version of the product are you using? On what operating system?
microemu 2.0.4.62
ubuntu 8.10
using openjdk

Please provide any additional information below.
discussed more here http://my.opera.com/opera.mini/forums/topic.dml?id=234030

thanks for the project :)

Original issue reported on code.google.com by haytham....@gmail.com on 15 Jun 2010 at 1:39

GoogleCodeExporter commented 9 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by bar...@gmail.com on 17 Jun 2010 at 11:33