Uploaded image for project: 'Commons BCEL'
  1. Commons BCEL
  2. BCEL-72

BCEL depends on AWT

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 5.2
    • Main
    • None

    Description

      BCEL has a dependency on AWT (See
      http://svn.apache.org/viewcvs.cgi/jakarta/bcel/trunk/src/java/org/apache/bcel/verifier/structurals/Subroutines.java?rev=292117&view=markup
      ) that forces users on Unix/Linux systems to have the X11 libs installed and to
      specify -Djava.awt.headless=true if running on a headless system.

      Since it looks like the above-mentioned class just uses the Color.white,
      Color.gray and Color.black constants from java.awt.Color, we could probably
      define and use an own set of constants for this purpose.

      Attachments

        Activity

          People

            issues@commons.apache.org Apache Commons Developers
            ugo Ugo Cei
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: