#224860 - java.lang.IllegalStateException: Toolkit not initialized

Martin Entlicher <[email protected]> Tue, 15 Jan 2013 17:49:19 +0100
Newsgroups gmane.comp.java.netbeans.reviewers
Message-ID <[email protected]>
Bug: http://netbeans.org/bugzilla/show_bug.cgi?id=224860

Description: An agent class, which is used by Visual Debugger, is 
uploaded via JVM boot class loader, that loads JVM classes including AWT 
and Swing classes. But it does not work correctly with JavaFX classes. 
Therefore the agent class fails with JavaFX. The QuantumToolkit's class 
loader is used to load JavaFX agent as a fix.

Impact assessment: Visual debugging of JavaFX applications does not work.

Risk assessment: most of the Visual Debugger functionality depends on 
it's agent classes.

The fix was successfully tested by Stepan Zebra and reviewed by Jaroslav 
Havlin.

Fix: http://hg.netbeans.org/main-golden/rev/258d3f30f7e0

Thanks for the review,
Martin.