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

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -