On 6 Oct 2004, <[EMAIL PROTECTED]> wrote:

>  Index: DefaultCompilerAdapter.java
>
>  +                if (Os.isFamily("openvms")) {
>  +                    //Use the VM launcher instead of shell launcher on VMS
>  +                    //for java
>  +                    exe.setVMLauncher(true);
>  +                }

...

>  Index: Execute.java
>
>  +        //By default, use the shell launcher for VMS
>  +        //
>  +        if (Os.isFamily("openvms")) {
>  +            useVMLauncher = false;
>  +        }

which one is correct?  Or better, why use a different default for
<javac> than for general <exec>?

Also, do the same changes you've made for javac apply to rmic as
well?

Stefan

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

Reply via email to