Dashboard > UDIG Developer Guide > Home > FAQ > Eclipse RCP Questions > My plugins export but dont work in uDig.
My plugins export but don't work in uDig. Log In | Sign Up   View a printable version of the current page.

Added by Jesse Eichar , last edited by Andrea Antonello on Apr 29, 2007  (view change)
Labels: 
(None)

Q: My plugins export but don't work in uDig. What is going on?

A:
The common suspects are:

  1. The plugin depends on another plugin that is not part of the uDig your plugin is installed in. If a plugin depends on a missing plugin then that plugin will be deactivated
  2. Make sure that all the required resources are checked off in th build.properties editor. The build is the important one for running and exporting
  3. If you made a plugin that contains code as well as other jars then on the runtime tab of the Manifest.MF editor you must make sure that the all the extra jars and a . are in the Classpath list. (The period is intensional as it indicates the code of this plugin).
    • This last point is important only if the build.properties Runtime Information maps . to your source directory. If the mapping is to a jar then make sure that jar is in the classpath of the manifest.
  4. The exported plugin and the current udig build were compiled with different jdk. -debug -consoleLog as program arguments help to keep track of such errors.
Powered by a free Atlassian Confluence Open Source Project License granted to uDig. Evaluate Confluence today.
Powered by Atlassian Confluence 2.7.1, the Enterprise Wiki. Bug/feature request - Atlassian news - Contact administrators
User-friendly Desktop Internet GIS