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: steven999 on April 14, 2004, 08:38:39 pm
-
Hi All,
I saw this on handango today:
http://www.handango.com/PlatformProductDet...roductId=118025 (http://www.handango.com/PlatformProductDetail.jsp?siteId=1&jid=586B94XC688994F44EF8C82F6ECA355C&catalog=0§ionId=0&productType=2&platformId=9&productId=118025)
Has anyone tried this out and know what\'s included? (I do java swing development and haven\'t had much experience with j2me so don\'t know what\'s in the CLDC profile)
Thanks,
steven
-
I have installed in my SL-5600 with original Sharp ROM.
When I try to invoke the JVM j9 to test HelloWorld.class, I encountered the following erorr message:
"(W)J9VM0011 Unable to load jclfound10_22: libjclfound10_22.so: cannot open shared object file":No such file or directory"
Any pointer?
-
Does the lib exist (libjclfound10_22.so)?
Si
-
Works OK for me on a c860.
-
ralphrmartin,
Please check whether libjclfound10_22.so can be found under /home/QtPalmtop/j9/ppro10/bin of your c860.
-
There's no libjclfound10_22.so under /home/QtPalmtop/j9/ppro10/bin on my c860.
There is a libjclppro10_22.so, however.
-
Solved the linking problem by activating the following symbolic linkage:
ln -s libjclppro10_22.so libjclfoun10_22.so (no "d" infront of 10)
But another problem pops up:
(W)J9VM0015 Initialization error for library j9gc22: Failed to instantiate heap.
-
Solved the linking problem by activating the following symbolic linkage:
ln -s libjclppro10_22.so libjclfoun10_22.so (no "d" infront of 10)
But another problem pops up:
(W)J9VM0015 Initialization error for library j9gc22: Failed to instantiate heap.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=53201\"][{POST_SNAPBACK}][/a][/div]
I met this when creating jvm using jni with c code. did you get any clue to figure this out?
JVMJ9VM015W Initialization error for library j9gc23(2): Failed to instantiate heap. 2048M requested
-
Solved the linking problem by activating the following symbolic linkage:
ln -s libjclppro10_22.so libjclfoun10_22.so (no "d" infront of 10)
But another problem pops up:
(W)J9VM0015 Initialization error for library j9gc22: Failed to instantiate heap.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=53201\"][{POST_SNAPBACK}][/a][/div]
I met this when creating jvm using jni with c code. did you get any clue to figure this out?
JVMJ9VM015W Initialization error for library j9gc23(2): Failed to instantiate heap. 2048M requested
[div align=\"right\"][a href=\"index.php?act=findpost&pid=123134\"][{POST_SNAPBACK}][/a][/div]
LOL, it's trying to allocate 2GB of memory, a bit difficult since the max on Z is 64MB
-
Hi All,
I saw this on handango today:
http://www.handango.com/PlatformProductDet...roductId=118025 (http://www.handango.com/PlatformProductDetail.jsp?siteId=1&jid=586B94XC688994F44EF8C82F6ECA355C&catalog=0§ionId=0&productType=2&platformId=9&productId=118025)
Has anyone tried this out and know what's included? (I do java swing development and haven't had much experience with j2me so don't know what's in the CLDC profile)
Thanks,
steven
[div align=\"right\"][a href=\"index.php?act=findpost&pid=20028\"][{POST_SNAPBACK}][/a][/div]
I have gotten two different versions of J9 working on the 5500/Sharp Roms some time ago. I wrote about the use of J9 on Pocket PC 2002 in an article posted on my tools site C:\FoxFrenchTranslations.com\zaurus, and that, while a long read, may show you some of the tricks you will need to get J9 going. My memory is not too clear now, but I recall that the zaurus j9 ipk was a bitch to install. There was about zero documentation, and the result was no improvement over Jeode, and little over CVM. I remember that Sun's Javac would not work with it because IBM removed the deprecated classes from the personal profile.
I could probably get it going again if anyone is interested. The key is a script named startppro in j9's bin directory -- you have to understand everything in that to get it to do anything.
Jeff