[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
| 
Re: [dsdp-ercp-dev] Workbench references org.eclipse.swt.dnd.Transfer
 | 
org.eclipse.swt.dnd is part of the expanded package so it should be 
available when expanded is available. The purpose of dnd is mainly to 
provide Clipboard support. So it should be available when expanded 
package is available. I have also checked the eswt-expanded.jar for 
Series 80 and the class files are available. Perhaps there is something 
with your installation?
--
Gorkem
Danail Nachev wrote:
Hi,
I just noticed that
org.eclipse.ui.application.IWorkbenchWindowConfigurer class references
org.eclipse.swt.dnd.Transfer class.
The problem is that this class is from the expanded eSWT set and it
isn't available on S80 platform (I checked the packages exported by
org.eclipse.swt bundle installed on S80 platform). The
org.eclipse.ercp.ui.workbench requires the org.eclipse.swt bundle
instead of importing the needed packages, so this doesn't cause problems
with resolving. However, I wonder is this package (org.eclipse.swt.dnd)
is an optional package or this is a potential problem? The third option
is that I hadn't get it right, which is also possible:)
I haven't much time and can't research it as much as I would like.
Because I'm not sure whether this is really a problem I haven't posted bug.