Pier Fumagalli wrote:

> Can't see the stacktraces... It works on mine! :-P
> (And I can't disable AWT, as I'm on OS/X)

Well, looking at [1], bcel is using java.awt.Color to do graph coloring.

Though I don't understand much about graph coloring in general, I feel
that they could've done with some integer constants representing colors
rather than using the actual Color class.

I've installed X on my server and started in headless mode, the javaflow
samples work now.


[1]
http://svn.apache.org/viewcvs.cgi/jakarta/bcel/trunk/src/java/org/apache/bcel/verifier/structurals/Subroutines.java?rev=292117&view=markup

Reply via email to