In Eclipse, I have a project TEST which is dependent on Project TEST2 and an externat jar external.jar. While creating jar for TEST Project with Order and Export option checked , created jar is not including TEST2.jar or external.jar.. So how I can do this to run the TEST.jar idependently ?
Share
Two options are possible here. First:
Add TEST2 in Java Build Path > Projects of TEST1 project.
Second: