Hello again! After my hardware shenanigans I'm stuck with some software troubles. Main thing – PalmOS emulator qpose. I'm installed it (both bin and data packages), obtained a ROM from site PalmDB, but upon starting emulator says "Please wait..." and after a couple of seconds closes without any error. Also it's starting with incorrect screen position (portrait instead of landscape), and libSDL installed (working, tested with emulator zgnuboy).
Second issue – Java, J2ME MIDP. Why – wanna run Opera Mini, just as proof that my little outdated device can browse modern internet. I found a pretty detailed instruction (
here, section "MIDP"), made as it says, upon executing run command – in my case it looks like this:
evm -classpath ./me4se.jar:./midpx.jar:./opera-mini-8.0.jar org.me4se.MIDletRunner Browser
I've got an exception which looks like this:
Exception in thread "main", java.lang.NoSuchMethodError: java/lang/System.setProperty(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
at javax.microedition.midlet.ApplicationManager.setSystemProperty (bytecode 21)
at javax.microedition.midlet.ApplicationManager.<init> (bytecode 186)
at org.me4se.MIDletRunner.main (bytecode 147)
My code-experienced friend said that this is some locale issue, so someone can help me with that?