This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH] FAQ Fix.



Some changes around Faq #5.1. I'm checking this in. 

./A

2001-03-26  Alexandre Petit-Bianco  <apbianco@redhat.com>

	* faq.html (5.1): Fixed indentation, mentionned archive check.

Index: faq.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/faq.html,v
retrieving revision 1.39
diff -u -p -r1.39 faq.html
--- faq.html	2001/02/08 17:34:35	1.39
+++ faq.html	2001/03/27 04:51:59
@@ -587,13 +587,24 @@ $ ../configure [...]
           <h3><a name="5_1">5.1 My program is dumping core! What's going on?</a></h3>
         </dt>
         <p> 
-        <dd>It could be any number of things. One common mistake is having your 
-          <tt>CLASSPATH</tt> environment variable pointing at a third party's 
-          java.lang and friends. Either unset <tt>CLASSPATH</tt>, or make sure 
-          it does not refer to core libraries other than those found in libgcj.zip.</dd>
+        <dd>
+	  It could be any number of things. One common mistake is
+          having your <tt>CLASSPATH</tt> environment variable pointing
+          at a third party's java.lang and friends. Either unset
+          <tt>CLASSPATH</tt>, or make sure it does not refer to core
+          libraries other than those found in
+          <tt>libgcj.jar</tt>.</dd>
+
 	  <p> An other symptom covered by this fix is a running
           "<tt>Hello World</tt>" type program, with a lot of non printable
 	  ASCII garbage before and/or after the output.
+
+	  <p> But note that if this still happens to you, you should
+          definitively update to a newer front-end that will reject
+          <tt>libgcj.jar</tt>s that weren't <A
+          HREF="http://gcc.gnu.org/ml/java/2001-03/msg00383.html";>generated</A>
+          by gcj.
+
         <dd></dd>
       </dl>
       <p></p>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]