Apply custom plugin via .jar #37838
-
Hello. DBeaver version 25.0.2.202504061727 Can someone please help with this? P.S plugin.xml code and Manifest.mf Manifest-Version: 1.0 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Finally found a solution. Updating file bundles.info in \dbeaver\configuration\org.eclipse.equinox.simpleconfigurator With value com.scb.dbeaverplugin,1.0.0,plugins/com.scb.dbeaverplugin_1.0.0.jar,4,false (you have to insert your own plugin name) helped to solve the issue |
Beta Was this translation helpful? Give feedback.
Finally found a solution. Updating file bundles.info in \dbeaver\configuration\org.eclipse.equinox.simpleconfigurator
With value
com.scb.dbeaverplugin,1.0.0,plugins/com.scb.dbeaverplugin_1.0.0.jar,4,false
(you have to insert your own plugin name) helped to solve the issue