Re: ClassNotFoundException when i export a Jar executable file from Eclipse 3.2 and try to execute it.
Posted By:
Anonymous
Posted On:
Friday, August 18, 2006 11:12 AM
"Order and Export" won't add the jar into your jar - Checking Export in that tab means that when you add that project to the build path of another project those libraries will also be added.
The correct way to do this is add oracle9.jar to your classpath. IMHO you shouldn't try to package the oracle classes with yours or you will have trouble upgrading one without the other. If you need to package a distribution - zip all your jars up together or use Java Web Start