Laurie Harper wrote:
Right, because by default a 1.4 compiler will target a 1.4 runtime. If you then try to run it on 1.3 you'll have problems unless you override the runtime target when using the 1.4 compiler.

And this is typically done by specifying "-target" and optionally "-source" arguments when invoking the javac program.


-Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to