Hello everybody,
this is the first time I'm going to create a real-life JAR, so maybe a bit stupid question but I'm totally out of ideas here...
Okay, I have a project named WiWClient which depends on other project named common and requires libraries from lib (there are like 20 JAR files). What I need is to somehow put this all together and create a JAR file which will containt everything required.
I go WiWClient->Export -> Java -> JAR file. On the first screen (select resources to export) I can only select WiWClient and common but not lib. This creates JAR file containg all .class files from both projects, but no libraries from lib.
In WiWClient -> Project Properties->Java Build Path I have all JARs from lib listed under Libraries and OrderAndExport.
Can you please give me an advice what I need to do to have everything required included in one JAR which can be then deployed to our server?
Thanks a lot in advance!
Adam