Bart Heinsius wrote: > On 6/28/05, Olaf Mueller wrote: >> > java -h shows the help. >> > java -version also gives a segmentation fault. >> What is the output of 'cat /proc/sys/kernel/exec-shield'? >> If it is '2', then try 'echo 1 > /proc/sys/kernel/exec-shield' (or >> echo 0), maybe that fixed it. > That did the trick, thanks. > Now can you tell me what I did with those commands? Take a look at http://lwn.net/Articles/31032/ to get more information. Olaf