[
https://issues.apache.org/jira/browse/BCEL-72?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Emmanuel Bourg updated BCEL-72:
-------------------------------
Priority: Major
Environment: (was: Operating System: other
Platform: Other)
Affects Version/s: (was: unspecified)
Fix Version/s: 5.2
Priority: (was: P2)
Severity: (was: normal)
> BCEL depends on AWT
> -------------------
>
> Key: BCEL-72
> URL: https://issues.apache.org/jira/browse/BCEL-72
> Project: Commons BCEL
> Issue Type: Bug
> Components: Main
> Reporter: Ugo Cei
> Assignee: Apache Commons Developers
> Fix For: 5.2
>
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.2#6252)