[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.webtools] Re: how to use j2ee platform with eclipse
|
"david" <david.vauquelin@xxxxxxxxx> wrote in message
news:19318376.1147598696663.JavaMail.root@xxxxxxxxxxxxxxxxxxxx
> Hello,
> I'd like to know how to configure eclipse to use j2ee platform. I'm doing
a Dynamic Web Project but eclipse doesn't know about my import statement
when i want to use a package from the j2ee platform.
> Thanks for helping.
You will generally need to add the jar file for the classes you're trying to
use. Exactly which jar files is specific to the J2EE container, but these
should be added to project classpath for you when specify the target server
when creating a new project.
Hope this helps.