I’m trying to add JTSL capabilities to an existing web project and get these errors:
Unable to create all JSTL resources.
Reason: Unable to populate project with all JSTL resources.
Error creating file: dom.jar
Error creating file: jaxen-full.jar
Error creating file: jaxp-api.jar
Error creating file: jdbc2_0-stdext.jar
Error creating file: jstl.jar
Error creating file: mail.jar
Error creating file: sax.jar
Error creating file: saxpath.jar
Error creating file: xalan.jar
Error creating file: xercesImpl.jar
It seems to be failing on adding all the JAR files. I created a new project and the process worked fine. Also these tld files were added to the WEB-INF folder:
c-rt.tld
c.tld
fmt-rt.tld
fmt.tld
sql-rt.tld
sql.tld
x-rt.tld
x.tld
I am using a fresh install of
Eclipse 3.01 myEclipse 3.8.2
XP-SP2
Tomcat 5
Only myEclipse plugin installed
Thanks,
Damon