nb-darcula icon indicating copy to clipboard operation
nb-darcula copied to clipboard

ClassNotFoundException: org.netbeans.modules.form.layoutdesign.LayoutPainter

Open ghost opened this issue 8 years ago • 2 comments

I have ClassNotFoundException when using darcula: nb-darcula-exc.txt

Stacktrace:

java.lang.ClassNotFoundException: org.netbeans.modules.form.layoutdesign.LayoutPainter
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:222)

ghost avatar Nov 13 '16 09:11 ghost

This is not a problem: it usually happens in applications built on the NetBeans Platform that do not include all the modules of the NetBeans IDE, the Darcula LAF does not manage to find certain classes to tweak colors by using reflection. You can notice that the message is not at ERROR level but INFO.

I made a pull request ( #97 ) to hide the stack traces to reduce the perceived severity of the problem but it has not been merged yet.

AlexFalappa avatar Nov 14 '16 07:11 AlexFalappa

Thank you for your explanation.

ghost avatar Jan 16 '17 08:01 ghost