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"?

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





Back to the top