Laurent,

maybe you did not see my posting to the "official" solution that is posted on JavaSoft 
and some LINUX distrubutor sites:

Just execute the ulimit -s 2048 command before starting a VM. This works even with JDK 
1.3.1.

HTH
Markus

> 
> Hi all,
> 
> A few messages on this list are relating to segmentation errors of the JVM 
> when running GenIC.
> 
> I experienced it too.
> 
> I just wanted to indicate how I solved it, and the configuration needed.
> 
> It works for me :
> 
> 1. With jdk1_2_2_008 of Sun.
> 2. not with JDK 1.3.1 and J2SDK 1.4.0 beta of Sun ! ==> Segmentation Error 
> of 
> the JVM
> 3. Red Hat 7.1
> 
> Warning ! 
> 
> Don't forget to change both the CLASSPATH and the PATH environment variable 
> 
> to success. Indeed, the script compile.sh of the examples, or the GenIC 
> launch directly :
> 
> > java ...
> 
> Personnaly, I don't like it wery much. What should be done is the following 
> :
> 
> a. Personal configuration in .bashrc :
> export JAVA_HOME=/usr/local/jdk1.2.2
> b. Each of the script should use :
>  > $JAVA_HOME/bin/java
> or 
>  > $JAVA_HOME/bin/javac
> 
> So, changing JAVA_HOME in a shell will be used automatically by all the 
> scripts.
> 
> No ?
> 
> Best regards,
> 
> Laurent.
> 
> ----
> To unsubscribe, send email to [EMAIL PROTECTED] and
> include in the body of the message "unsubscribe jonas-users".
> For general help, send email to [EMAIL PROTECTED] and
> include in the body of the message "help".
> 
> To: [EMAIL PROTECTED]


To: [EMAIL PROTECTED]
    [EMAIL PROTECTED]

----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to