Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
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.