On Thu, 2005-03-17 at 14:00, Mikael Petterson (KI/EAB) wrote: > Hi again, > > So what is the difference of > > javac attributes "target" and "compiler". > If I want to make sure that my code is compilable for 1.3? > I am getting somewhat confused. > > //Mikael
compare with `javac -help` for the target argument. target - Generate class files for specific VM version compiler - what is to be used to compile the .java files - javac, jikes, etc. James --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]