compiler options
Our JSF application we are building wtih SC2 needs to communicate with a Weblogic 8.1 server. The problem is that the weblogic client jars are java 1.4 and we run into problems trying to use them with our application because sc2 builds the app with 5.0.
Is it possible to point SC2 to another jvm for compiling? what are my options here?

