Dragan Keselj 13.Apr.10 08:24 PM a Web browser ToolkitAll releasesAll platforms
Hello,
I am developing plug-in for Lotus Notes.
Plug-in is working fine when I use LN through Eclipse. If I try to install plug-in in LN normally, I've got this error message:
Could not create the view: An unexpected exception was thrown.
java.lang.NullPointerException
at com.ibm.rcp.ui.internal.shelf.ShelfViewReference.createPartHelper(Unknown Source)
at com.ibm.rcp.ui.internal.shelf.ShelfViewReference.createPart(Unknown Source)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(Unknown Source)
at com.ibm.rcp.ui.shelf.ShelfPage.activatePart(Unknown Source)
at com.ibm.rcp.ui.shelf.ShelfPage.access$13(Unknown Source)
at com.ibm.rcp.ui.shelf.ShelfPage$15.handleEvent(Unknown Source)
at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
...
I think the problem is on referencing Notes.jar file (which I use in plug-in and have to insert the path in classpath in the plugin.xml file or in the manifest).
It is in C:\Program Files\IBM\Lotus.... folder, but in the Manifest file I can't insert folder name with spaces.
I have tried with C:\Program%20Files\... and C:\Progra~1\... but without success.
Any help?