Author Topic: Java - IBM WebSphere Personal Profile 1.0  (Read 3932 times)

ralphrmartin

  • Jr. Member
  • **
  • Posts: 69
    • View Profile
Java - IBM WebSphere Personal Profile 1.0
« on: October 26, 2004, 08:47:32 am »
WebSphere Everyplace Micro Environment Personal Profile 1.0 for Sharp Zaurus

This is IBM's Personal Profile for Java for the Zaurus.

You can download a free trial version from Handango which is fully functional. It seems you only need to buy a licence if you wish to deploy apps on other machines.

Download from Handango

This is much more recent than other Java's for the Zaurus (apart maybe from the 6000).

Just tried it on my c-860 and it seems to work fine.

lardman

  • Hero Member
  • *****
  • Posts: 4512
    • View Profile
    • http://people.bath.ac.uk/enpsgp/Zaurus/
Java - IBM WebSphere Personal Profile 1.0
« Reply #1 on: October 26, 2004, 11:21:38 am »
Hmm, it seems to be 78.5Mb big!!

I wonder why?
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
Java - IBM WebSphere Personal Profile 1.0
« Reply #2 on: October 26, 2004, 05:42:50 pm »
Its so big because most f it is files for Windows / Linux.

After you extract it, the ipk for the Zaurus is about 3MB.

Greg2

  • Hero Member
  • *****
  • Posts: 790
    • View Profile
    • http://
Java - IBM WebSphere Personal Profile 1.0
« Reply #3 on: October 27, 2004, 11:19:20 am »
Quote
This is much more recent than other Java's for the Zaurus (apart maybe from the 6000).
I downloaded this on my dialup connection last night and extracted the ipk for install on my Z. After an installation on my 5600 with the Watapon rom v1.5.5 (that has no java with it), here is what it shows:
Code: [Select]
# evm -version
Jeode EVM Version 1.10.7
  Supported Java Platforms: Personal Java 1.2
  Requires JeodeClass: 1.10.7
I believe that's the some old java?

Greg

lardman

  • Hero Member
  • *****
  • Posts: 4512
    • View Profile
    • http://people.bath.ac.uk/enpsgp/Zaurus/
Java - IBM WebSphere Personal Profile 1.0
« Reply #4 on: October 27, 2004, 11:35:24 am »
Yep, from the release notes it looks like the binary's called 'startj9ppro'

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
Java - IBM WebSphere Personal Profile 1.0
« Reply #5 on: October 27, 2004, 11:50:21 am »
You need to set $IVEHOME to /home/QtPalmtop/j9/ppro10
(seems to be a minor mistake in the readme about where IVEHOME should be)

and then I have setup the alias
java='$IVEHOME/bin/startj9ppro'

Now doing

java -version

gives

java version "1.3.0"

Licensed Materials - Property of IBM

etc

johnw

  • Jr. Member
  • **
  • Posts: 94
    • View Profile
    • http://wallacesoftware.com/zaurus
Java - IBM WebSphere Personal Profile 1.0
« Reply #6 on: October 27, 2004, 12:10:19 pm »
I know that the 1.3 JDK had Swing, but I'm doubtful that the Personal Profile has Swing.  Still, wishful thinking makes me ask anyway.  Does this version have Swing?
Sharp SL6000L Sharp SL5000d Intel PRO Wireless 802.11b CF 512MB Toshiba SD Sharp CE-AG06 camera Pocketop

Greg2

  • Hero Member
  • *****
  • Posts: 790
    • View Profile
    • http://
Java - IBM WebSphere Personal Profile 1.0
« Reply #7 on: October 27, 2004, 12:10:22 pm »
Quote
You need to set $IVEHOME to /home/QtPalmtop/j9/ppro10
(seems to be a minor mistake in the readme about where IVEHOME should be)

and then I have setup the alias
java='$IVEHOME/bin/startj9ppro'
Ahhh... thank you ralphrmartin

I thought that PocketDesign was running a little faster.  

Thanks

Greg

lareya

  • Full Member
  • ***
  • Posts: 150
    • View Profile
    • http://
Java - IBM WebSphere Personal Profile 1.0
« Reply #8 on: October 27, 2004, 03:02:42 pm »
okay, I know I am a dork .......    but i copied exactly this in su
set $IVEHOME  /home/QtPalmtop/j9/ppro10
java='$IVEHOME/bin/startj9ppro'

and yet java -version
gives this:  
bash: command not found
I installed it on the command line cuz my installer doesn't work at all anymore.

so what am I doing wrong?

TIA

Lareya
SL-C3000: un-bricked (Thanks to Cresho!)
C-860: pdxRom

stupkid

  • Hero Member
  • *****
  • Posts: 578
    • View Profile
    • http://
Java - IBM WebSphere Personal Profile 1.0
« Reply #9 on: October 27, 2004, 03:27:18 pm »
Has anyone compared this IBM jre with the Personal Profile java from Sharp?  

I have the Sharp package here:

http://www.bryandeluca.com/feed/personal-p...fcs-b25_arm.ipk

Is one faster than the other, is one more featureful, etc.

Thanks!
« Last Edit: October 27, 2004, 03:29:23 pm by stupkid »

Zaurus SL-C3200 pdaXii13v2 5.5 / Ambicom WC1100C-CF / Socket Bluetooth Rev G


OpenMoko FreeRunner - Running Tweaked OM2008.x Image

ralphrmartin

  • Jr. Member
  • **
  • Posts: 69
    • View Profile
Java - IBM WebSphere Personal Profile 1.0
« Reply #10 on: October 27, 2004, 05:32:25 pm »
lareya:

add the following two lines to your
.bash_profile
file:

export IVEHOME=/home/QtPalmtop/j9/ppro10
alias java='$IVEHOME/bin/startj9ppro $@'

then type

source .bash_profile

then

java -version

should tell you you are using IBM's java.

--------

stupkid:

No benchmarks done as yet, still playing with it.

--------

johnw:

Its a J2ME version, not J2SE, so I believe it doesn't have Swing.

To quote the IBM readme:

jclPPro10 is an implementation of the J2ME Personal Profile 1.0 (JSR-62), based on the CDC/Foundation Profile

The J9 runtime environment is Java 2 Platform, Micro Edition (J2ME™) compliant and contains Connected Device Configuration (CDC) based technologies.