10. The Eclipse context : eclipse context 10.1. What is the Eclipse context? During startup of an Eclipse application the Eclipse runtime creates an object based on the IEclipseContext interface. This object is called the context or the Eclipse context. The context is similar to a Map data structure, in which objects can be placed under a certain key. The key is a String and in several cases the..