> # ls /usr/lib/jvm/java-1.4.2-ibm-1.4.2.2 > bin include jre lib > > So I set JAVA_HOME: > JAVA_HOME=/usr/lib/jvm/java-1.4.2-ibm-1.4.2.2 ; export JAVA_HOME > > Then I can run startconsole > Ok, for test... - I've unistalled jre-1.4.2 and downloaded and installed jre1_5_0_06-linux-i586.rpm from Sun - after installation I check where system put the files, so Rpm -ql jre ....return that jre is installed on /usr/java/java1.5.0_06/ If I do ls /usr/java/java1.5.0_06/ The output is: Bin COPYRIGHT lib man README Welcome.html CHANGES javaws LICENSE plugin THIRDPARTYLICENSEREADME.txt ..but exporting JAVA_HOME with that path doen't work for me :-( You have IBM and Include....I've downloaded only jre.... Any suggestion? Alex