OESF Portables Forum
Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: LordDavon on March 03, 2004, 07:44:12 pm
-
untar to /usr/local
Feedback needed as this one I think is the JVM people are wanting.
http://zaurus.spy.org/feeds/davonz (http://zaurus.spy.org/feeds/davonz)
LD
-
arrrrgh! too much to play with!
I hope this works.... the x rom needs java.
if we can get it to work as a plugin, this will be amazing.
Scott
-
LorDavon,
what jdk version does this jvm support? Does it support swing apps?
thanks!
-
The blackdown vm for arm from http://www.blackdown.org (http://www.blackdown.org) works fine on the pdaxrom. I just tested it. This includes swing apps. It is a v1.3 vm.
-
Anybody tested kaffe with the latest pdaXrom ?
-
The blackdown vm for arm from http://www.blackdown.org (http://www.blackdown.org) works fine on the pdaxrom. I just tested it. This includes swing apps. It is a v1.3 vm.
Which pdaxrom version you use? I hope, it's rc5.
-
untargzipped... what should I do now?
-
Hello,
look here (http://radio.weblogs.com/0102385/2004/03/06.html) for more information, but i am not sure if this runs unfer RC 5
Denis
-
Hi,
I can definitely confirm that blackdown
(http://zaurus.spy.org/feeds/java/blackdown-jdk_1.3.1_arm.ipk)
works on RC5. I only had problems with the Boolean class, so I borrowed
it from kaffe.
Christoph
-
Hi,
I can definitely confirm that blackdown
(http://zaurus.spy.org/feeds/java/blackdown-jdk_1.3.1_arm.ipk)
works on RC5. I only had problems with the Boolean class, so I borrowed
it from kaffe.
Christoph
Try if floating-point arithmetic works, too.
-
I can run Math.sin() and Math.sqrt() with BeanShell running on this JVM. I think it works on RC5.
BTW, what's wrong with Boolean? How to borrow it from Kaffe? Thanks in advance.
-
Hi,
BTW, what's wrong with Boolean? How to borrow it from Kaffe? Thanks in advance.
I had problems running JEdit which complained about a method it didn't find in Boolean.
With the Boolean taken from rt.jar in Kaffee it worked. But it's unsably slow.
Christoph
-
But I can use Boolean with beanshell.
Furthermore, I can run JBoss 2.4.9 with Tomcat 4.0.4. No prolbem so far.
Edit: I tried jEdit as well. It work fine without problems in Boolean. Replace rt.jar with the one in Kaffe is not necessary.