[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] Re: [Error] org.eclipse.swt.SWTError: No more handles
|
- From: m-heiss@xxxxxx (Michael Heiß)
- Date: Fri, 14 Mar 2008 07:52:40 +0000 (UTC)
- Newsgroups: eclipse.platform.rcp
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
Thanks for the hints but i cannot get sleak running.
I have done the following:
-extracted the sleak plugin to the eclipse/plugins folder.
- modified the run configuration and added tracing for the eclipse ui
plugin for debug and graphics
- Added the dependencies for sleak in the plugin xml.
In the application.java i added the following lines after the diplay
creation.
Sleak sleak = new Sleak();
sleak.open();
When i try to runn my application i got the follwing errors:
!MESSAGE Missing required bundle org.eclipse.swt.sleak_0.0.0.
java.lang.RuntimeException: No application id has been found.
How can i get the sleak tool running for my rcp application?