Class XNewRmic

All Implemented Interfaces:
RmicAdapter

public class XNewRmic extends ForkingSunRmic
Run rmic in a new process with -Xnew set. This switches rmic to use a new compiler, one that doesn't work in-process on ant on java1.6. see: https://issues.apache.org/bugzilla/show_bug.cgi?id=38732
  • Field Details

    • COMPILER_NAME

      public static final String COMPILER_NAME
      the name of this adapter for users to select
      See Also:
  • Constructor Details

    • XNewRmic

      public XNewRmic()
  • Method Details