jamvm

how to build GNU Classpath and JamVM

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...

How to force Java/awt to use a specific toolkit (qt)?

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)? ...

jamvm1.5+classpath-0.96+qt4.3 QPixmap: It is not safe to use pixmaps outside the GUI thread

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. ...

is there a way to install java virtual machine on iPhone (jalbroken)

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 ...