Kevin Bauer wrote: > Everyone, > > How can I build DAS with a JDK 1.4 runtime. I am trying to build DAS from > the > Tuscany site. I was able to run maven and compile the jar with a 1.5 JDK > (but > this jar will not work with a 1.4 JRE). When I tried to compile with a 1.4 > runtime I got the following output... >
<snip/> > > java.lang.UnsupportedClassVersionError: > org/apache/tuscany/das/rdb/test/suites/A > llTestsDerby (Unsupported major.minor version 49.0) Tuscany requires JDK1.5 to build and run. -- Jeremy
