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
-
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?
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:
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/)
-
It's available in pdaXrom developer-feed
-
Ok, great.
Will it work on Sharp ROM too?
-
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.
-
Hi,
When using JamVM with GNU Classpath requirements are GTK+ 2 and gdk-pixbuf
-
It doesn't work on Sharp ROM. libgtkpeer.so complains about not finding the log symbol
-
Hm... someone managed to run it on OZ?
-
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...
-
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
-
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?
-
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++
-
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?
-
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)