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

testing - Detect whether test has failed within fixture -

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

android - Create single AAR file from multiple modules using Gradle -