Dave Tolls wrote:When running an executable jar file the CLASSPATH environment variable is not used.
It only uses the classpath as defined in the Manifest.
And...how old is your Oracle instance?
classes12.zip has not been the driver for must be close to 15 years now.
Thanks Dave, for quick reply
Oracle 10g and classes12 works for it when I use it with independent class file. My problem is when i package that file in a jar and try to refer it from outside.
- Is there a way by which I can keep the dependent jar outside and set it in the classpath? Like here I do not want to keep the classes12 as part of my App jar and wants to refer it from outside.
Regards,
Jigar