I thought maven would include the db4o jar in my project jar? If I specify -classpath and point to db4o.jar then java can't find my test class.
bash-3.2$ java -classpath ./db4o-8.0.184.15484-all-java5.jar -jar Db4oServer.jar Does not even run.. -- View this message in context: http://maven.40175.n5.nabble.com/Packaged-jar-cannot-access-class-of-a-dependency-tp4315587p4315628.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
