Hi Aaron,
http://java.sun.com/j2se/1.5.0/docs/api/java/sql/SQLException.html http://java.sun.com/javase/6/docs/api/java/sql/SQLException.html
SQLException(String reason, Throwable cause) was added in Java 6
I have this in my .bashrc on the mac to quickly change between versions:
#JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.5/Home JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home export JAVA_HOME
Cheers
Tim
On Aug 26, 2009, at 1:01 PM, Aaron Steele wrote:
Thanks for the fast response! The missing JAR error has been resolved, but a new error has emerged. Basically the constructor SQLException(java.lang.String,java.lang.ClassNotFoundException) can't be found. Here's the Maven output for the test task in pom.xml:
FWIW, I'm running Maven on Mac OS X with Java 1.5.