i am really having a rough time from past 4 days searching for methods as to how do i include the two external jars jsoup-1.7.2.jar and jxl-2.6.10.jar to my application while running it from an batch file. I have a small application that uses these jars. Yes, i searched all round the google and stackoverflow(which is my favorite!!) i tried all these links,
Setting the classpath for JAR files
How to run JAVA program through bat file
Including jar files in class path
I tried all the methods given there. but NO LUCK. So finally i taught of posting the question here! please help me. my application works fine in eclipse (where the external two jars that i have mentioned is included through build configuration. but i wanna build my application as a jar file and launch it with a .bat file!! this is the last stage of my application. and i am really wanna have a successful completion without any compramise.
Thanks in Advance!! :) :) :)