I am trying to import the JAR files of the Apache-Wink-1.3.0.
I downloaded the .zip file and extracted the content into a folder. In Eclipse I clicked Preferences - Java - Build Path - User Libraries - Import - Browse.
Now I navigated into the corresponding folder "lib" with all the JAR files in it.
Unfortunately, when trying to import ANY of those files, eclipse stats an error:
The selected file is not a valid user library data file
Is it the right way to import a library in eclipse?
BTW, I have Eclipse Juno, with Java EE. Shouldn't stuff like Apache-Wink be already included somewhere?