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.