Author Topic: IBM WebSphere Micro Environment  (Read 15618 times)

steven999

  • Jr. Member
  • **
  • Posts: 73
    • View Profile
    • http://
IBM WebSphere Micro Environment
« on: April 14, 2004, 08:38:39 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

freizugheit

  • Sr. Member
  • ****
  • Posts: 409
    • View Profile
    • http://
IBM WebSphere Micro Environment
« Reply #1 on: November 18, 2004, 04:13:08 am »
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?

lardman

  • Hero Member
  • *****
  • Posts: 4512
    • View Profile
    • http://people.bath.ac.uk/enpsgp/Zaurus/
IBM WebSphere Micro Environment
« Reply #2 on: November 18, 2004, 06:59:49 am »
Does the lib exist (libjclfound10_22.so)?

Si
C750 OZ3.5.4 (GPE, 2.6.x kernel)
SL5500 OZ3.5.4 (Opie)
Nokia 770
Serial GPS, WCF-12, Socket Ethernet & BT, Ratoc USB
WinXP, Mandriva

ralphrmartin

  • Jr. Member
  • **
  • Posts: 69
    • View Profile
IBM WebSphere Micro Environment
« Reply #3 on: November 18, 2004, 12:43:02 pm »
Works OK for me on a c860.

freizugheit

  • Sr. Member
  • ****
  • Posts: 409
    • View Profile
    • http://
IBM WebSphere Micro Environment
« Reply #4 on: November 18, 2004, 08:59:14 pm »
ralphrmartin,

Please check whether libjclfound10_22.so can be found under /home/QtPalmtop/j9/ppro10/bin of your c860.

ralphrmartin

  • Jr. Member
  • **
  • Posts: 69
    • View Profile
IBM WebSphere Micro Environment
« Reply #5 on: November 21, 2004, 12:10:52 pm »
There's no libjclfound10_22.so under /home/QtPalmtop/j9/ppro10/bin on my c860.

There is a libjclppro10_22.so, however.

freizugheit

  • Sr. Member
  • ****
  • Posts: 409
    • View Profile
    • http://
IBM WebSphere Micro Environment
« Reply #6 on: November 23, 2004, 05:27:06 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.

ivanxian

  • Newbie
  • *
  • Posts: 1
    • View Profile
IBM WebSphere Micro Environment
« Reply #7 on: April 13, 2006, 11:39:30 pm »
Quote
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

Meanie

  • Hero Member
  • *****
  • Posts: 2803
    • View Profile
    • http://www.users.on.net/~hluc/myZaurus/
IBM WebSphere Micro Environment
« Reply #8 on: April 14, 2006, 12:02:28 am »
Quote
Quote
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
SL-C3000 - pdaXii13 build5.4.9 (based on pdaXrom beta3) / SL-C3100 - Sharp ROM 1.02 JP (heavily customised)
Netgear MA701 CF, SanDisk ConnectPlus CF, Socket Bluetooth CF, 4GB Kingston CF,  4GB pqi SD, 4GB ChoiceOnly SD, 2GB SanDisk SD USB Plus, 1GB SanDisk USB Plus, 1GB Transcend SD, 2GB SanDisk MicroSD with SD adaptor, Piel Frama Leather Case, GoldX 5-in-1 USB cable, USB hub, USB mouse, USB keyboard, USB ethernet, USB HDD, many other USB accessories...
(Zaurus SL-C3000 owner since March 14. 2005, Zaurus SL-C3100 owner since September 21. 2005)
http://members.iinet.net.au/~wyso/myZaurus - zBook3K

jfox

  • Newbie
  • *
  • Posts: 13
    • View Profile
    • http://FoxFrenchTranslations.com/zaurus
IBM WebSphere Micro Environment
« Reply #9 on: December 29, 2006, 09:42:02 pm »
Quote
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
[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