Hi,
Thought I'll learn and try some Java programming, so I have downloaded the latest version of "Java SE Development Kit and NetBeans IDE Cobundle (JDK 6 / NB 5.5) Final Release".
Now running the executable script, which tries to use a bundled JRE (though I have installed the latest JRE from SUN and added that to 'alternatives'), gives the following error:
[root@matrix opt]# ./j2sdk-1_4_2_13-nb-5_0-linux-ml.bin
Initializing InstallShield Wizard........
Launching InstallShield Wizard........
./j2sdk-1_4_2_13-nb-5_0-linux-ml.bin: line 1739: 20470 Aborted "/tmp/istemp20004337123957/_bundledJRE_/bin/java" -cp .:::::"/tmp/istemp20004337123957/setup.jar"::::: -Dtemp.dir="/tmp" -Dis.jvm.home="/tmp/istemp20004337123957/_bundledJRE_" -Dis.jvm.temp="1" -Dis.media.home="/tmp/istemp20004337123957/setup.jar" -Dis.launcher.file="/opt/./j2sdk-1_4_2_13-nb-5_0-linux-ml.bin" -Dis.jvm.file="/tmp/istemp20004337123957/_bundledJRE_/jvm" -Dis.external.home="/opt/." run >> /dev/null 2>> /tmp/istemp20004337123957/APP_STDERR
java: xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c->xlib.lock' failed.
After that a process with name "4552340.tmp" (the number changes on different attempts) and high CPU usage (about 60%) starts automatically and I need to kill it manually.
Any suggestion to solve this problem would be welcome.
Regards,
Suman Chakrabarty.