Dalibor Topic <[EMAIL PROTECTED]> writes: > --- Dalibor Topic <[EMAIL PROTECTED]> wrote: > > > I didn't set the source option. It is just a > > HelloWorld program, really, so it doesn't use > > assertions ;) Should I try setting the source too, > > i.e. does source default to 1.4 ? My guess would be > > that it's easy to compile 1.1 source for a 1.4 > > target, > > but not the other way around, so that might explain > > the problem I'm seeing. I'll check and post a reply > > tonight. > > Setting the source option to 1.2 solved my problem.
I think Classpath sets the -target in lib/Makefile.am for jikes compiles to 1.1 without setting the -source option. Should something be changed then? The point was mainly to make emitted class files useful to 1.1+ JVMs. Thanks, Brian -- Brian Jones <[EMAIL PROTECTED]> http://www.haphazard.org/~cbj/ _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

