<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hi Aaron,</div><div><br></div><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/sql/SQLException.html">http://java.sun.com/j2se/1.5.0/docs/api/java/sql/SQLException.html</a><div>http://java.sun.com/javase/6/docs/api/java/sql/SQLException.html</div><div><br></div><div><span class="Apple-style-span" style="font-family: Times; "><code><b><a href="http://java.sun.com/javase/6/docs/api/java/sql/SQLException.html#SQLException(java.lang.String,%20java.lang.Throwable)">SQLException</a></b>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class in java.lang">String</a>&nbsp;reason,&nbsp;<a href="http://java.sun.com/javase/6/docs/api/java/lang/Throwable.html" title="class in java.lang">Throwable</a>&nbsp;cause)</code>&nbsp;<span class="Apple-style-span" style="font-family: Helvetica; ">was added&nbsp;in&nbsp;Java&nbsp;6</span></span></div><div><br></div><div>I have this in my .bashrc on the mac to quickly change between versions:</div><div><br></div><div><div>#JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.5/Home</div><div>JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home</div><div>export JAVA_HOME</div><div><br></div></div><div>Cheers</div><div><br></div><div>Tim</div><div><br></div><div><div><div>On Aug 26, 2009, at 1:01 PM, Aaron Steele wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Thanks for the fast response! The missing JAR error has been resolved,<br>but a new error has emerged. Basically the constructor<br>SQLException(java.lang.String,java.lang.ClassNotFoundException) can't<br>be found. Here's the Maven output for the test task in pom.xml:<br><br>http://txtb.in/4cP<br><br>FWIW, I'm running Maven on Mac OS X with Java 1.5.<br><br></div></blockquote></div><br></div></body></html>