I am installing the Wicket framework for my web application on eclipse-Juno.I am not able to find the lib folder wherein i have to put some supporting jar files.Here is the list of folders i have after unzipping my downloaded wicket:archetypes,licenses,testing,wicket,wicket-spring etc.am i installing correctly or have i downloaded the wrong wicket?Please help
thanks in advance
If you’re struggling with “installing” Wicket into Eclipse and unzipping some distributions, you should definitely look into Maven, Gradle or any other tool that helps you to manage your dependencies.
However, if you’re really, really, really struggling with this, I suggest that you start learning some more about the Java classpath, what IDEs do and what they don’t do and how libraries are usually distributed in the Java world before actually tackling a Wicket project. Believe me, you will benefit from the knowledge you gain here throughout your life as a developer.