Enable Opera Mini's Save Page and Find Text in Microemulator
Monday, 17. November 2008, 05:23:25
Not using Microemulator to run Opera Mini, click here.
In Windows
1. Put Opera Mini JAD and JAR file in "apps" folder in Microemulator directory.
2. Create new shortcut in Microemulator directory. The target is "C:\WINDOWS\system32\java.exe -cp microemulator.jar;lib/microemu-jsr-75.jar org.microemu.app.Main --impl org.microemu.cldc.file.FileSystem org.microemu.examples.fcview.FCViewMIDlet apps\opera-mini.jad".
3. Replace "opera-mini.jad" above with your Opera Mini JAD file name.
4. Run the shortcut. Save Page and Find Text features should be enabled now.















Anonymous # 31. March 2009, 07:28
It is not working for me. A command prompt box appears and disappears. Nothing opens up.
Anonymous # 2. April 2009, 16:24
Try typing the shortcut target directly at the command prompt so you can find out what the error was.
Anonymous # 18. April 2009, 22:14
I entered it to the command line, and here is the error:
Exception in thread "main" java.lang.NoClassDefFoundError: org/microemu/app/Main
Caused by: java.lang.ClassNotFoundException: org.microemu.app.Main
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
ariesptn # 20. April 2009, 16:36
Then open the jad file and make sure it pointed to the correct opera mini jar file.
However if you still can't run it, simply install Opera Turbo.
Anonymous # 21. April 2009, 18:50
It turned out that I was creating a new shortcut without selecting MicroEmulator, whereas I should have right-clicked MicroEmulator then selected "create shortcut" :)
Thanks.
ariesptn # 22. April 2009, 15:17
Anonymous # 7. May 2009, 08:09
How do i use the mouse to click the stuff in microemulator without needing to press f1 or f2?
ariesptn # 8. May 2009, 11:28
it should be available by default. No configuration needed.
Anonymous # 18. May 2009, 08:42
hey lanward I'm having a similar problem, give me step by step how u solved urs...
Anonymous # 23. May 2009, 19:46
Is it possible to have keyboard buttons perform the roles of # and * in the resizable device. This will make it possible 2 use shortcuts
Anonymous # 31. May 2009, 20:13
is there any way to get this to work on the Mac?
If so, pleeeeeease help.
ariesptn # 9. June 2009, 12:37
Originally posted by anonymous:
Yes
java -cp microemulator.jar;lib/microemu-jsr-75.jar org.microemu.app.Main --impl org.microemu.cldc.file.FileSystem org.microemu.examples.fcview.FCViewMIDlet apps\opera-mini.jad
Mojakiss # 11. June 2009, 23:21
ariesptn # 13. June 2009, 04:29
Originally posted by Mojakiss:
Did you read my previous post? There are critical steps there.