Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] unable to instantiate class "net.refractions.udig.internal.ui.UDIGApplication"?

check to make sure that when you launch you have the junit plugins checked.  also maybe in the plugins tab of the launch configuration check  the "add optional plugins" check box then click the add required plugins button

Jesse

On Fri, Jul 24, 2009 at 9:01 AM, redstar <redstarfx@xxxxxxxxx> wrote:
You are right. So i don't know why i can run well with JUNIT in package net.refractions.udig.internal.ui, but it doesnt work when UDIG lanuchs?



2009/7/24 Jesse Eichar <jesse.eichar@xxxxxxxxxxxxxx>

HI redstar.

I see: org.eclipse.core.runtime.
CoreException[1]: java.lang.NoClassDefFoundError: org/codehaus/xfire/client/Client

It sounds like the xfire plugin is not available.  Run uDig with -debug and -consoleLog and keep an eye out for plugins that have been disabled because of dependencies.  That is a common problem.  Also make sure that the xfire plugin (if that is what it is) has gotten deployed properly and if you are running within eclipse make sure the run configuration has that dependency.

Jesse





_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel



Back to the top