mantlik / swingbox-javahelp-viewer

Netbeans plugin which installs alternative javahelp viewer into Netbeans RCP application
GNU Lesser General Public License v3.0
3 stars 1 forks source link

Exception is thrown when starting Netbeans #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
NullPointerException or ClassNotFoundException is thrown when Netbeans are 
starting.

Problem is caused by duplicate XercesImpl installation.

Original issue reported on code.google.com by mantl...@gmail.com on 14 Dec 2012 at 7:14

GoogleCodeExporter commented 8 years ago
Related bug in Netbeans Bugzilla: 
http://netbeans.org/bugzilla/show_bug.cgi?id=223678

Original comment by mantl...@gmail.com on 14 Dec 2012 at 7:26

GoogleCodeExporter commented 8 years ago

Original comment by mantl...@gmail.com on 14 Dec 2012 at 7:26

GoogleCodeExporter commented 8 years ago
This issue was updated by revision d8eab410a66b.

- XercesImpl dependency changed to provided.
- Created new JoinClassLoader which combines swingbox-javahelp-viewer module 
classloader with xerces module class loader and loads BrowserPane 
implementation via reflection with the use of the combined classloader.
- Created BrowserPane instance and pluged in into JHelpContentViewer

Original comment by mantl...@gmail.com on 14 Dec 2012 at 7:43

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 9ab1ed9c2728.

Create intermediate release which fixes Issue 1 problem with 
NullPointerException when starting Netbeans.

Original comment by mantl...@gmail.com on 14 Dec 2012 at 7:50

GoogleCodeExporter commented 8 years ago

Original comment by mantl...@gmail.com on 24 Dec 2012 at 4:05