I made a simple standard-lone java Application using Spring,Apache Camel,Activemq
for processing messages.
Note: My Application don't have any GUI.
My project structure is in the following way.
SACLib
folder have nearly 70 external jars(all Spring,Camel and Activemq corresponding jars).
It's working fine in Eclipse
. SO Now We want to deploy into Jar
file.I tried in Eclipse
,But I didn't seen Rod1,Rod2,Copy1 and SACLib
folders in my Jar
file.
after Deploying Jar
, If I run FirstConsumer.java
it runs Rod1-->ThMapInfratab1-2.exe
file. For this I mention Real paths of .exe
file.
How can I make Jar file with including all my folders.
Thanks