java - ScalarFunctionMultiPageEditor cannot be found by Plug-in -
this weird situation. creating plug-in utilizes hana sql editor functions .hdbscalarfunction. uses dependency: com.sap.ndb.studio.sqlscript.function. now, when try accessing class scalarfunctionmultipageeditor not working due access restrictions. tried editing access restrictions allowing access specific package class. however, noclassdeffounderror.
i noticed in plugin.xml of com.sap.ndb.studio.sqlscript.function package scalarfunctionmultipageeditor not exported, not visible anyone.
any ideas?
thanks!
if plugin not export package cannot use in package. eclipse/osgi classloaders enforce , can't work around it.
Comments
Post a Comment