Here is how I got it to work:
Get the following files all into one directory.
*------------------------------------------------------------------------------*
OperaMini
http://www.opera.com/products/mobile/operamini/campaign/Or
http://mini.opera.com/global/opera-mini-1....advanced-us.jarhttp://mini.opera.com/global/opera-mini-1....60-basic-us.jar*-------Optional if you have trouble with the above----------------------------*
operette-lofi-us.jar:
http://mini.opera.com/builds/releases/oper...tte-lofi-us.jaroperette-hifi-us.jar:
http://mini.opera.com/builds/releases/oper...tte-hifi-us.jarRename operette-lofi-us.jar to opera-mini-1.2.2960-basic-us.jar
Rename operette-hofi-us.jar to opera-mini-1.2.2960-advanced-us.jar
*------------------------------------------------------------------------------*
me4se:
http://kobjects.sourceforge.net/me4se/Or direct link
http://voxel.dl.sourceforge.net/sourceforg...jects/me4se.jar*------------------------------------------------------------------------------*
javapng-2.0-rc3.jar:
http://prdownloads.sourceforge.net/javapng...c3.jar?downloadOr directly from:
http://voxel.dl.sourceforge.net/sourceforg...png-2.0-rc3.jar*------------------------------------------------------------------------------*
Make a shell script to launch OperaMini.
-Copy the lines below without the copy and paste sections they are just markers.
-Create a file and paste the lines into it. I named mine OpraMini.sh.
-You may have to change the permisions on the file you created.
-The file works with either Linux Java or Jeode on a Zaurus.
-Run the script.
x----COPY----X
#/bin/sh
if [ `which evm 2>/dev/null` ]
then
evm -Xprogress -XappName=$0 -cp "me4se.jar:javapng-2.0-rc3.jar:opera-mini-1.2.2960-basic-us.jar"" org.me4se.MIDletRunner com.opera.browser.Browser
fi
if [ `which java 2>/dev/null` ]
then
java -cp "me4se.jar:javapng-2.0-rc3.jar:opera-mini-1.2.2960-basic-us.jar" org.me4se.MIDletRunner com.opera.browser.Browser
fi
x----PASTE----X
*------------------------------------------------------------------------------*
Are we allowed to post these files on here? I can post a complete archive with everything needed. I'll also see if I can make a clickable icon so you wont have to launch it from a shell.
The fonts really small, but you press "*" to get started and then click OK, you only need to do this once.
BTW, the script works with either Java on a Linux machine or the Zaurus at least on my two setups it worked.
Obviously this is what works for me. Your milage may vary.