On Wed, 21 Nov 2001, Magesh Umasankar <[EMAIL PROTECTED]> wrote: > From: "Stefan Bodewig" <[EMAIL PROTECTED]> > >> Why doesn't classic for JDK > 1.1 use it as well? extJavac? > > Good point. How do I test what version of compiler is being used?
check the version of the current VM - this is not perfect, but we use the same check to decide, whether we should pass -g:none as well 8-) > What's the deal with extJavac? extJavac is the forked version of javac - if your forked javac happens to be the modern one, we already have support for it thanks to your patch, if you add the flag in the classic case as well, you should be done. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
