Intellij Idea 9 – Building a Java webapp + missing dependencies
To build a Java webapp in Intellij Idea 9. follow the standard procedure documented in various places (to be supplied).
When the sample classes are examined, there will be undefined dependencies or imports for all the servlet – and any other J2EE – dependencies.
This is a change from Intellij 8, which included the J2EE libraries as compile-time options. To correct this there are two choices:
- Java 5 – Use the attached java 5 – J2EE jar and add as a compile-time dependency (taken from Intellij 8 )
- Java 6 – Use the attached java6 EE jars and add as a compile-time dependency (taken from glassfish v3 dependencies)
No Comments
No comments yet.
RSS feed for comments on this post. TrackBack URI
Leave a comment
You must be logged in to post a comment.