Since it's not in the java.lang package (the one you get for free), you need
to import the class...

<%@ page import="java.util.Vector" %>

... or reference it with its full package in your code.




                                                                                       
                            
                    "Stuart                                                            
                            
                    Stephen"             To:     "Tomcat Users List" 
<[EMAIL PROTECTED]>              
                    <swadge@swadg        cc:                                           
                            
                    e.co.uk>             Subject:     Tomcat Apache JSP compilation 
error                          
                                                                                       
                            
                    01/14/02                                                           
                            
                    08:31 AM                                                           
                            
                    Please                                                             
                            
                    respond to                                                         
                            
                    "Tomcat Users                                                      
                            
                    List"                                                              
                            
                                                                                       
                            
                                                                                       
                            




Hi all,

For some reason i'm getting a class not found exception for a Vector? I
can't think why the Vector class isn't found? Where should these classes be
found or what am I doing wrong? The details are at the base of the email.

Thanks
Stuart Stephen

An error occurred at line: 51 in the jsp file:
/basket_edit_details_content.jsp

Generated servlet error:
T:\Tomcat\work\www.myonlineshop.com\shop\basket_0005fedit_0005fdetails_0005f
content$jsp.java:128: Class org.apache.jsp.Vector not found.
                          Vector points=(Vector)items.get(item_number);



--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>






--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to