![]() ![]() |
Apr 14 2004, 04:38 PM
Post
#1
|
|
|
Group: Members Posts: 73 Joined: 9-October 03 Member No.: 557 |
Hi All,
I saw this on handango today: http://www.handango.com/PlatformProductDet...roductId=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 |
|
|
|
Nov 18 2004, 01:13 AM
Post
#2
|
|
|
Group: Members Posts: 409 Joined: 7-November 03 Member No.: 811 |
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? |
|
|
|
Nov 18 2004, 03:59 AM
Post
#3
|
|
|
Group: Members Posts: 4,515 Joined: 25-October 03 From: Bath, UK Member No.: 464 |
Does the lib exist (libjclfound10_22.so)?
Si |
|
|
|
Nov 18 2004, 09:43 AM
Post
#4
|
|
|
Group: Members Posts: 69 Joined: 25-October 04 Member No.: 5,192 |
Works OK for me on a c860.
|
|
|
|
Nov 18 2004, 05:59 PM
Post
#5
|
|
|
Group: Members Posts: 409 Joined: 7-November 03 Member No.: 811 |
ralphrmartin,
Please check whether libjclfound10_22.so can be found under /home/QtPalmtop/j9/ppro10/bin of your c860. |
|
|
|
Nov 21 2004, 09:10 AM
Post
#6
|
|
|
Group: Members Posts: 69 Joined: 25-October 04 Member No.: 5,192 |
There's no libjclfound10_22.so under /home/QtPalmtop/j9/ppro10/bin on my c860.
There is a libjclppro10_22.so, however. |
|
|
|
Nov 23 2004, 02:27 AM
Post
#7
|
|
|
Group: Members Posts: 409 Joined: 7-November 03 Member No.: 811 |
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. |
|
|
|
Apr 13 2006, 07:39 PM
Post
#8
|
|
|
Group: Members Posts: 1 Joined: 13-April 06 Member No.: 9,617 |
QUOTE(freizugheit @ Nov 23 2004, 02:27 AM) 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. 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 |
|
|
|
Apr 13 2006, 08:02 PM
Post
#9
|
|
![]() Group: Members Posts: 2,808 Joined: 21-March 05 From: Sydney, Australia Member No.: 6,686 |
QUOTE(ivanxian @ Apr 14 2006, 01:39 PM) QUOTE(freizugheit @ Nov 23 2004, 02:27 AM) 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. 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 LOL, it's trying to allocate 2GB of memory, a bit difficult since the max on Z is 64MB |
|
|
|
Dec 29 2006, 06:42 PM
Post
#10
|
|
|
Group: Members Posts: 13 Joined: 10-December 03 Member No.: 950 |
QUOTE(steven999 @ Apr 14 2004, 04:38 PM) Hi All, I saw this on handango today: http://www.handango.com/PlatformProductDet...roductId=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 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 |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 25th May 2013 - 12:30 PM |