Hi,
I've just started with ECJ, and I'm trying work through the tutorials.
Working within the Eclipse framework, I can get the tutorials to run fine,
but trying the Console I got this:
Exception in thread "main" java.lang.NullPointerException
at javax.swing.ImageIcon.<init>(Unknown Source)
at ec.display.Console.getPlayButton(Console.java:181)
at ec.display.Console.getJToolBar(Console.java:163)
at ec.display.Console.getJContentPane(Console.java:525)
at ec.display.Console.initialize(Console.java:508)
at ec.display.Console.<init>(Console.java:96)
at ec.display.Console.main(Console.java:494)
Did I not grab everything I was supposed to when I downloaded ECJ 16?
Thanks,
David vun Kannon