I did it. I ve created a package ( named euc ) under my app directory, but
TomCat didnt find it - " package euc does not exist... " - TomCat returns
me. Classpath is setted correctly.
I guess i need more help.
Thanks, Euclides.
-----Mensagem original-----
De: Shapira, Yoav [mailto:[EMAIL PROTECTED]
Enviada em: segunda-feira, 9 de junho de 2003 16:25
Para: Tomcat Users List
Assunto: RE: What does this crazy error message mean?



Howdy,
Perhaps you should place Dica in a package:
http://tomcatfaq.sourceforge.net/classnotfound.html

Yoav Shapira
Millennium ChemInformatics


>-----Original Message-----
>From: Jose Euclides da Silva Junior - DATAPREVRJ
>[mailto:[EMAIL PROTECTED]
>Sent: Monday, June 09, 2003 3:18 PM
>To: '[EMAIL PROTECTED]'
>Subject: What does this crazy error message mean?
>
>Hi everybody, i cant stand without solve this problem:
>whenever Rodrigo2.jsp runs, I always get  the bellow message, but the
bean
>Dica is there.... What should i do? The jsp complete code is attached.
>Regards, Euclides.
>
>An error occurred at line: 12 in the jsp file: /rodrigo2.jsp
>
>Generated servlet error:
>    [javac] Compiling 1 source file
>
>C:\jakarta-tomcat-4.1.18\work\Standalone\wtrjo210\_\rodrigo2_jsp.java:5
4:
>cannot resolve symbol
>symbol  : class Dica
>location: class org.apache.jsp.rodrigo2_jsp
>      Dica dica = null;
>      ^
>
>
>
>An error occurred at line: 12 in the jsp file: /rodrigo2.jsp
>
>Generated servlet error:
>C:\jakarta-tomcat-4.1.18\work\Standalone\wtrjo210\_\rodrigo2_jsp.java:5
6:
>cannot resolve symbol
>symbol  : class Dica
>location: class org.apache.jsp.rodrigo2_jsp
>        dica = (Dica) pageContext.getAttribute("dica",
>PageContext.PAGE_SCOPE);
>                ^
>
>
>
>An error occurred at line: 12 in the jsp file: /rodrigo2.jsp
>
>Generated servlet error:
>C:\jakarta-tomcat-4.1.18\work\Standalone\wtrjo210\_\rodrigo2_jsp.java:5
9:
>cannot resolve symbol
>symbol  : class Dica
>location: class org.apache.jsp.rodrigo2_jsp
>            dica = (Dica)
>java.beans.Beans.instantiate(this.getClass().getClassLoader(), "Dica");
>                    ^
>
> <<rodrigo2.jsp>>




This e-mail, including any attachments, is a confidential business
communication, and may contain information that is confidential, proprietary
and/or privileged.  This e-mail is intended only for the individual(s) to
whom it is addressed, and may not be saved, copied, printed, disclosed or
used by anyone else.  If you are not the(an) intended recipient, please
immediately delete this e-mail from your computer system and notify the
sender.  Thank you.


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

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

Reply via email to