Book Image

Mastering Eclipse Plug-in Development

By : Alex Blewitt, Bandlem Limited
Book Image

Mastering Eclipse Plug-in Development

By: Alex Blewitt, Bandlem Limited

Overview of this book

Table of Contents (18 chapters)
Mastering Eclipse Plug-in Development
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Free Chapter
1
Plugging in to JFace and the Common Navigator Framework
Index

Summary


This chapter presented the way in which Java code can call native code. Examples for various operating systems and how they can be loaded from a Java application were shown. This technique was then demonstrated with fragment bundles, along with other kinds of extension mechanisms to export packages and perform additions to the framework itself.

The next chapter will look at the details of service loaders and Thread Context ClassLoaders in an OSGi context.