OESF Portables Forum

Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => Personal Java/Jeode/J2ME Personal Profile => Topic started by: marvi on November 24, 2005, 07:51:22 am

Title: Anyone Ported Jamvm?
Post by: marvi on November 24, 2005, 07:51:22 am
JamVM looks like a nice and small JVM, suitable for Zaurus. It's already ported to ARM so I guess it should be fairly easy for a Zaurus devloper to port it?

Quote
JamVM is a new Java Virtual Machine which conforms to the JVM specification version 2 (blue book). In comparison to most other VM's (free and commercial) it is extremely small, with a stripped executable on PowerPC of only ~135K, and Intel 100K. However, unlike other small VMs (e.g. KVM) it is designed to support the full specification, and includes support for object finalisation, Soft/Weak/Phantom References, the Java Native Interface (JNI) and the Reflection API.

And:

Quote
ARM: ported and tested on the iPAQ running Linux (3950, with xscale PXA250 processor, though it should work on StrongARM). Little and Big Endian machines are supported, and soft/kernel FP emulation.


http://jamvm.sourceforge.net/ (http://jamvm.sourceforge.net/)
Title: Anyone Ported Jamvm?
Post by: Chero on November 24, 2005, 08:07:20 am
It's available in pdaXrom developer-feed
Title: Anyone Ported Jamvm?
Post by: marvi on November 24, 2005, 09:26:11 am
Ok, great.

Will it work on Sharp ROM too?
Title: Anyone Ported Jamvm?
Post by: Chero on November 24, 2005, 10:02:33 am
Quote
Ok, great.

Will it work on Sharp ROM too?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=104810\"][{POST_SNAPBACK}][/a][/div]

I guess not.

Maybe using X/Qt, but I have no experience with it.
Title: Anyone Ported Jamvm?
Post by: cortez on November 24, 2005, 04:35:43 pm
Hi,
When using JamVM with GNU Classpath requirements are GTK+ 2 and gdk-pixbuf
Title: Anyone Ported Jamvm?
Post by: Meanie on November 24, 2005, 05:28:28 pm
It doesn't work on Sharp ROM. libgtkpeer.so complains about not finding the log symbol
Title: Anyone Ported Jamvm?
Post by: cesarcardoso on November 24, 2005, 08:45:43 pm
Hm... someone managed to run it on OZ?
Title: Anyone Ported Jamvm?
Post by: Meanie on May 17, 2006, 11:09:16 pm
I compiled latest jamvm 1.4.2 for X/Qt

runs all the samples fine, but crashes when running my apps

this is so frustrating!

ok, figured out the problem. its working now

even loads jEdit...
Title: Anyone Ported Jamvm?
Post by: Meanie on June 13, 2006, 03:50:22 am
finally found the culprit causing the crash

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23040 (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23040)

it's a new bug and not fixed yet.

so now I got jamvm 1.4.2 with classpath 0.20 working under Sharp ROM but without cairo and xmlj support
Title: Anyone Ported Jamvm?
Post by: adf on June 13, 2006, 10:30:15 am
Quote
finally found the culprit causing the crash

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23040 (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23040)

it's a new bug and not fixed yet.

so now I got jamvm 1.4.2 with classpath 0.20 working under Sharp ROM but without cairo and xmlj support
[div align=\"right\"][a href=\"index.php?act=findpost&pid=130944\"][{POST_SNAPBACK}][/a][/div]
What does the lack of cairo and xmlj in pdaxrom prevent from working, in general terms?
Title: Anyone Ported Jamvm?
Post by: Meanie on June 13, 2006, 06:24:37 pm
Quote
Quote
finally found the culprit causing the crash

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23040 (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23040)

it's a new bug and not fixed yet.

so now I got jamvm 1.4.2 with classpath 0.20 working under Sharp ROM but without cairo and xmlj support
[div align=\"right\"][a href=\"index.php?act=findpost&pid=130944\"][{POST_SNAPBACK}][/a][/div]
What does the lack of cairo and xmlj in pdaxrom prevent from working, in general terms?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=130981\"][{POST_SNAPBACK}][/a][/div]

it just means no jedit but i got jedit running with blackdown jvm anyway.
also no cairo means no 2D and vector graphics
no xmlj means xml parsing will be slow++
Title: Anyone Ported Jamvm?
Post by: adf on June 13, 2006, 09:16:21 pm
Thanks.  So, basically things are moving in the right direction, but not quite there for firefox plugins.

Any luck with gplflash and mplayer plugin on pdaxqt/firefox?
Title: Anyone Ported Jamvm?
Post by: Meanie on June 13, 2006, 09:55:24 pm
Quote
Thanks.  So, basically things are moving in the right direction, but not quite there for firefox plugins.

Any luck with gplflash and mplayer plugin on pdaxqt/firefox?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=131057\"][{POST_SNAPBACK}][/a][/div]

gplflash and firefox plugin is already in 0.7.9
mplayer plugin for xmms works and available in 0.7.9, but not for firefox. having problems with moz sdk
java plugin is in 0.8.0 (not released yet)