Re: Can't use J2EE libraries in Eclipse

2009-03-01 Thread Pid
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 it up

Can't use J2EE libraries in Eclipse

2009-03-01 Thread Mighty Tornado
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. I downloaded J2EE with GlassFish from Sun. Set it up by running the setup shell script. Unfortunately the directory structure is very different now, I am guessing the J2EE is

Re: Can't use J2EE libraries in Eclipse

2009-03-01 Thread supareno
Mighty, you need to add to your classpath project the servlet.api to compile servlet tomcat6.0.x/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 glassfish/lib/javaee.jar now with javaee5, i'm not

Re: Can't use J2EE libraries in Eclipse

2009-03-01 Thread Mighty Tornado
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

RE: Can't use J2EE libraries in Eclipse

2009-03-01 Thread Martin Gainty
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.torn...@gmail.com To: users@tomcat.apache.org

Re: Can't use J2EE libraries in Eclipse

2009-03-01 Thread Mighty Tornado
. 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. Date: Sun, 1 Mar 2009 19:02:03 -0500 Subject: Re: Can't use J2EE libraries in Eclipse From

RE: Can't use J2EE libraries in Eclipse

2009-03-01 Thread Caldarale, Charles R
From: Mighty Tornado [mailto:mighty.torn...@gmail.com] Subject: Re: Can't use J2EE libraries in Eclipse form action=GetInfo.do method=post pPlease Choose Info:/p select name=InfoSelect option value=MembersFamily Members/option option value=TimeTime/option /select /form input type