Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-dd-dev] Re: DSDP/DSF build problems

The classpath that PDE has for your DSF plugins has might be
broken. Try "PDE Tools > Update classpath". Clean all projects
(without rebuild), close project, reopen project might also
help. You do have a Java 1.5 runtime installed that Eclipse can use? (Window > Preferences > Java > Installed JREs)

AbstractUIPlugin should definitely be found, so somehow your
PDE / Classpath seems to be broken. I've seen that before on other plugins, but never quite found what's causing this or how to workaround it exactly... after some time of trying it eventually worked again.

Also copying the dsdp.dd newsgroup and the dsdp-dd-dev list.

Cheers,
--
Martin Oberhuber, Senior Member of Technical Staff, Wind River
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm




Jesper Eskilson wrote:
Hi all,

I'm trying to checkout the DSDP/DSF projects in order to study the implementations, but I get loads of build errors; things like "AbstractUIPlugin cannot be resolved".

Severity and Description Path Resource Location Creation Time Id AbstractUIPlugin cannot be resolved org.eclipse.dd.dsf.mi.ui/src/org/eclipse/dd/dsf/mi/ui DsfMIUIPlugin.java line 75 1199895367690 674

I've got a couple of other plugins which work fine, so my Eclipse installation is not totally broken.

Can anybody give a hint about where I should start looking?

--
/Jesper


Back to the top