IAdaptable?
IAdaptable
is a key interface in the Eclipse arsenal. For old hands, its use trips off the fingers like exception handling or abstract classes. For the uninitiated, it may be quite scary. This article looks at what the IAdaptable interface is, and how it can be used to extend existing functionality within Eclipse. (1,000 words)
When starting off with Eclipse plugin development or rich client platform development, you're more than likely to run into issues like ClassNotFoundException or problems with the Java command line and properties like java.endorsed.dirs.
Most often, these problems arise because many Eclipse developers don't realise the magic that lets Eclipse do its work. Amongst these are the fact that there's actually two processes under the covers, and that each bundle has its own classloader. Once you understand how these fit together, debugging problems may be somewhat easier. (2,500 words)
Unless otherwise noted, these articles are licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/2.5/ or send a letter to Creative Commons, 543 Howard Street, 5th Floor, San Francisco, California, 94105, USA.
You might also like to peruse the articles on Eclipse.org or subscribe to a the feed instead. There is also a feed for these articles as well.