> From: Mighty Tornado [mailto:mighty.torn...@gmail.com]
> Subject: Re: Can't use J2EE libraries in Eclipse
>
>
> Please Choose Info:
>
> Family Members
> Time
>
>
>
You're missing the closing (or just change the > to /> on the input
ny attachments relates to the official
> business of Sender. This transmission is of a confidential nature and Sender
> does not endorse distribution to any party other than intended recipient.
> Sender does not necessarily endorse content contained within this
> transmission.
>
>
&
nature and Sender does not
endorse distribution to any party other than intended recipient. Sender does
not necessarily endorse content contained within this transmission.
> Date: Sun, 1 Mar 2009 19:02:03 -0500
> Subject: Re: Can't use J2EE libraries in Eclipse
> From: mighty.tor
Thanks,
I resolved this issue by having Eclipse use the Tomcat SDK.
Unfortunately I now have a different problem with my initial app.
I have an HTML page - index.html which asks the user to select one of two
values from a dropdown and then click a Submit button.
It's a regular HTML form using PO
Mighty,
you need to add to your classpath project the servlet.api to compile
servlet
/lib/servlet-api.api
(right click on the projet -> build path/configure build path choose
librairy/ add external jar)
in glassfish v2, it is in /lib/javaee.jar
now with javaee5, i'm not sure that is possibl
Mighty Tornado wrote:
> Hi,
> I am working on Mac OS X.
> I have the latest version of Tomcat, and Eclipse Europa.
>
> Mac OS X did not come with J2EE.
Why do you need J2EE?
If you're just making a JSP/Servlet application you don't need it.
p
> I downloaded J2EE with GlassFish from Sun. Set