> From: Sharanya Vemu [mailto:[EMAIL PROTECTED]] > I end up getting an error like this when i run ant > > A nonfatal internal JIT (3.10.107(x)) error 'Relocation error: NULL > relocation target' has occurred in : > 'org/apache/crimson/parser/Parser2.maybeComment (Z)Z': Interpreting > method. > Please report this error in detail to > http://java.sun.com/cgi-bin/bugreport.cgi > > Can some one please help me out with this >
It is non-fatal - you can ignore it. It is a problem in the JIT for JDK 1.2, I believe, and has been marked by Sun as "Won't fix". If you upgrade to JDK 1.3, it should go away. Conor -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
