I'm using RC2 as it comes out of the box (or out of the zip). I also emptied
all system CLASSPATH to try to avoid conflicts and still can't compile JSP
when they make references to the Struts tag libraries.

In RC1 the JVM was clearly  jdk1.3 as per the directory installation,
whereas now for RC2 it just says jdk although the timestamps are recent.
Also there are two JspException constructors that Struts utilize that RC2's
servlet.jar doesn't support. I got that when I tried to add the whole Struts
source code to my project instead of using the jars.

The issue is very easy to repro, just have a small project using Struts and
use the latest builds or the Beta. When you put older versions back
everything works fine.

Otavio

----- Original Message -----
From: "Steve Muench" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Friday, March 29, 2002 12:37 PM
Subject: Re: ExceptionInInitializerError in JDeveloper


> As a tip, if you do run into the problem with RC2,
> please let us know what JVM you're using when you
> hit the problem in case that's relevant to investigating
> the issue.
>
> __________________________________________________________
> Steve Muench - Developer, Product Mgr, Evangelist, Author
> Oracle JDeveloper Dev Team
> Simplify J2EE and EJB Development with BC4J
> http://otn.oracle.com/products/jdev/htdocs/j2ee_bc4j.html
> Building Oracle XML Apps, www.oreilly.com/catalog/orxmlapp
> ----- Original Message -----
> From: "Otavio Decio" <[EMAIL PROTECTED]>
> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> Sent: Friday, March 29, 2002 18:34
> Subject: Re: ExceptionInInitializerError in JDeveloper
>
>
> | Thanks, at least I know I'm not alone on this.
> |
> |
> | ----- Original Message -----
> | From: "Honman Lee" <[EMAIL PROTECTED]>
> | To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> | Sent: Friday, March 29, 2002 12:07 PM
> | Subject: RE: ExceptionInInitializerError in JDeveloper
> |
> |
> | I am using JDeveloper too with Struts 1.0.1 and it works fine.  But when
I
> | upgraded to Struts 1.1 I was receiving the same problem except it was
with
> | the InsertTag instead of the EqualTag.  I am planning to upgrade to RC2
> | relatively soon so I will let you know if I run into similar issues.
> |
> | -----Original Message-----
> | From: Otavio Decio [mailto:[EMAIL PROTECTED]]
> | Sent: Thursday, March 28, 2002 7:36 PM
> | To: Struts Users Mailing List
> | Subject: ExceptionInInitializerError in JDeveloper
> |
> |
> | Hi,
> |
> | I've been using Struts and JDeveloper RC1 for a while without any
problems.
> | I just got RC2 and was trying to compile my system and I keep getting
errors
> | such as:
> |
> | Error: java.lang.ExceptionInInitializerError:
> | org.apache.struts.taglib.logic.EqualTag
> |
> | As far as I could see in the javadocs, this means something wrong
happened
> | when a static variable was initialized. My suspicion is that this might
have
> | to do with the taglib's Resource file, but I'm not sure.
> |
> | I'd appreciate if anyone has any idea about this issue.
> |
> | Thanks!
> |
> | Otavio
> |
> |
> |
> | --
> | To unsubscribe, e-mail:
> | <mailto:[EMAIL PROTECTED]>
> | For additional commands, e-mail:
> | <mailto:[EMAIL PROTECTED]>
> |
> |
> | --
> | To unsubscribe, e-mail:
> | <mailto:[EMAIL PROTECTED]>
> | For additional commands, e-mail:
> | <mailto:[EMAIL PROTECTED]>
> |
> |
> |
> | --
> | To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> | For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
> |
> |
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to