I am wondering if anyone has looked at integrating Wandora into the Eclipse Rich Client Platform (RCP) as a plugin. I am starting to look at doing this for something I need to work on, but I am running into a roadblock in my first step of the process.. getting the Wandora project to compile and run under Eclipse.
I am getting this exception right now on startup and I am having trouble figuring out how to get around it.
java.lang.NullPointerException
at org.wandora.application.WandoraMenuManager.getSubjectLocatorExtractorMenu(WandoraMenuManager.java:1171)
at org.wandora.application.WandoraMenuManager.getSubjectLocatorExtractorMenu(WandoraMenuManager.java:1165)
at org.wandora.application.WandoraMenuManager.refreshExtractWithSLMenu(WandoraMenuManager.java:1157)
at org.wandora.application.WandoraMenuManager.refreshExtractMenu(WandoraMenuManager.java:197)
at org.wandora.application.WandoraMenuManager.refreshFileMenu(WandoraMenuManager.java:592)
at org.wandora.application.WandoraMenuManager.refreshMenus(WandoraMenuManager.java:134)
at org.wandora.application.WandoraMenuManager.<init>(WandoraMenuManager.java:125)
at org.wandora.application.Wandora.initializeWandora(Wandora.java:348)
at org.wandora.application.Wandora.<init>(Wandora.java:158)
at org.wandora.application.Wandora.main(Wandora.java:2249)
Any help would be greatly appriciated! Thank you!