Really? Great! :-) If we are lucky, the final release of 1.4 does no more need that trick. I read on Sun website that they think about incooperating a patch in the "next release" (1.4 retail or 1.5 I think) that will do this internally. Markus -------- Original Message -------- Subject: Re: Solve GenIC and segmentation error of the JVM (15-Aug-2001 15:49) From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] > > Thanks a lot... > > It event works with J2SDK1.4.0 beta ! > > > > > > Le Mercredi 15 Ao�t 2001 15:22, vous avez �crit : > > 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: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [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".
