OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: LordDavon on March 03, 2004, 07:44:12 pm

Title: Kaffe (Java VM) uploaded (untested)
Post 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
Title: Kaffe (Java VM) uploaded (untested)
Post by: ScottYelich on March 05, 2004, 02:17:31 am
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
Title: Kaffe (Java VM) uploaded (untested)
Post by: ppfundst on March 05, 2004, 04:42:12 am
LorDavon,

what jdk version does this jvm support? Does it support swing apps?

thanks!
Title: Kaffe (Java VM) uploaded (untested)
Post by: doublec on March 05, 2004, 06:35:27 am
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.
Title: Kaffe (Java VM) uploaded (untested)
Post by: ostense on December 01, 2004, 08:02:06 am
Anybody tested kaffe with the latest pdaXrom ?
Title: Kaffe (Java VM) uploaded (untested)
Post by: ViV on December 01, 2004, 10:55:08 am
Quote
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.  
Title: Kaffe (Java VM) uploaded (untested)
Post by: scoutme on December 01, 2004, 10:58:41 pm
untargzipped... what should I do now?
Title: Kaffe (Java VM) uploaded (untested)
Post by: deniscallies on December 02, 2004, 03:42:03 am
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
Title: Kaffe (Java VM) uploaded (untested)
Post by: Christoph on December 02, 2004, 10:03:35 am
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
Title: Kaffe (Java VM) uploaded (untested)
Post by: pmf on December 02, 2004, 12:53:37 pm
Quote
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.
Title: Kaffe (Java VM) uploaded (untested)
Post by: cs_jacky on December 02, 2004, 07:10:08 pm
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.
Title: Kaffe (Java VM) uploaded (untested)
Post by: Christoph on December 03, 2004, 06:57:29 am
Hi,

Quote
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
Title: Kaffe (Java VM) uploaded (untested)
Post by: cs_jacky on December 03, 2004, 07:24:31 am
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.