How To Run Jar File
807589Sep 8 2008 — edited Sep 8 2008I have a jar file and I need to run that jar file, I have to run this file in some other machine and I don't want to set class path to environment variable manually, In this I have a java file and I connected to data base, so I need drivers(jar files), I have placed that in ext folder so fine its working, how to run my application jar file in some other machine.