OESF Portables Forum

Everything Else => General Support and Discussion => Zaurus General Forums => Archived Forums => Software => Topic started by: ralphrmartin on October 26, 2004, 08:47:32 am

Title: Java - IBM WebSphere Personal Profile 1.0
Post by: ralphrmartin 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 (http://www.handango.com/sharp/PlatformProductDetail.jsp?siteId=423&jid=7AB96338X49E61F457DACDD51CCA68FA&platformId=9&productType=2&productId=141006§ionId=0&catalog=80)

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.
Title: Java - IBM WebSphere Personal Profile 1.0
Post by: lardman on October 26, 2004, 11:21:38 am
Hmm, it seems to be 78.5Mb big!!

I wonder why?
Title: Java - IBM WebSphere Personal Profile 1.0
Post by: ralphrmartin 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.
Title: Java - IBM WebSphere Personal Profile 1.0
Post by: Greg2 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
Title: Java - IBM WebSphere Personal Profile 1.0
Post by: lardman on October 27, 2004, 11:35:24 am
Yep, from the release notes it looks like the binary's called 'startj9ppro'

Si
Title: Java - IBM WebSphere Personal Profile 1.0
Post by: ralphrmartin 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
Title: Java - IBM WebSphere Personal Profile 1.0
Post by: johnw 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?
Title: Java - IBM WebSphere Personal Profile 1.0
Post by: Greg2 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
Title: Java - IBM WebSphere Personal Profile 1.0
Post by: lareya 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
Title: Java - IBM WebSphere Personal Profile 1.0
Post by: stupkid 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 (http://www.bryandeluca.com/feed/personal-profile-for-zaurus_1.0-fcs-b25_arm.ipk)

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

Thanks!
Title: Java - IBM WebSphere Personal Profile 1.0
Post by: ralphrmartin 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.