What libraries do I need to compile my SmartWeb based project?
The full list of needed libraries is listed on the Dependencies page. If you don’t use Maven 2 as build tool you have to verify you follow also transitive dependencies which are libraries needed by some libraries we use. Generally speaking the javax.* dependancies should be provided by your container so you don’t need to dowload them, but just to copy them to your compilation classpath which depends on the tool you use. We suggest to use Maven 2 for your compilation needs as it will transparently resolve all the dependancies you need. The framework is available to Maven 2 adopters in the standard iBiblio repository.