Good Morning, I am not entirely sure about your question. I assume you are saying that you can run your plugin from within eclipse but not from the windows menus.
If so, the explanation is simple. Eclipse is adding your plugins to the uDig target and launching both whereas the "Start Menu" is simply launching the standard uDig without your plugin. To add your plugin, you simply need to: 1) package your plugin(s) into an exportable set (you do this with the File -> Export menu item in Eclipse). Generally we generate a zip file that contains one or more .jar files. 2) place those plugins (the .jars not the zip file) into your core uDig folder, in the plugins/ directory. They will automatically be added on next launch. hope that helps, adrian On Thu, 2007-03-22 at 19:22 -0700, Minh Tam wrote: > Hi all > I have written a new plug-in in eclipse SDK and run ok, this plug-in > show in uDig. But when I start uDig from setup (Start menu -> > Program->uDig), this plug-in not show in uDig. How can I add my > plug-in in uDig environment without run from eclipse SDK. > Thank you > > > > ______________________________________________________________________ > Be a PS3 game guru. > Get your game face on with the latest PS3 news and previews at Yahoo! > Games. > _______________________________________________ > User-friendly Desktop Internet GIS (uDig) > http://udig.refractions.net > http://lists.refractions.net/mailman/listinfo/udig-devel _______________________________________________ User-friendly Desktop Internet GIS (uDig) http://udig.refractions.net http://lists.refractions.net/mailman/listinfo/udig-devel
