I'm trying to build GNU Classpath 0.98 and JamVM 1.5.2.
Following the JamVM readme, I did 'configure; make; make install' on the jamVM, and it worked.
I then added jamvm and Sun javac to the path.
Then with GNU Classpath I did this:
./configure --enable-jni --disable-gtk-peer --disable-gconf-peer --disable-plugin
I got this error:
Th...
I am working on an embedded Linux device that has only qt. For some reason, Java decides to use gnu.java.awt.peer.gtk.GtkToolkit. How can I force it to use gnu.java.awt.peer.qt.QtToolkit instead (or change the default behavior)?
...
jamvm -Dawt.toolkit=gnu.java.awt.peer.qt test
QPixmap: It is not safe to use pixmaps outside the GUI thread
I'm new to Qt, I don't know how to deal with it.
...
has any one tested java virtual machine on iPhone? will jamVM work on iPhone correctely?
any ideas I know python runtime works on jailbroken iphones but I am not sure about the jvm
...