Registry / other / org-eclipse-equinox-app

org-eclipse-equinox-app

JSON →
library1.7.600javamavenunverified

Provides the application container framework for the Eclipse Equinox OSGi runtime.

<dependency> <groupId>org.eclipse.platform</groupId> <artifactId>org.eclipse.equinox.app</artifactId> <version>1.7.600</version> </dependency>
INSTALL
IMPORT
SIG · ORG-ECLIPSE-EQUINO
O
org-eclipse-equinox-app
otherjavav1.7.600
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

IApplication
org.eclipse.equinox.app.IApplication

Implements the IApplication interface to create an Eclipse Equinox application.

import org.eclipse.equinox.app.IApplication; public class MyApp implements IApplication { public Object start(IApplicationContext context) throws Exception { System.out.println("App started"); return EXIT_OK; } public void stop() {} }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.7.600latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
org-eclipse-equinox-app — mvn dependency:get org-eclipse-equinox-app · libregistry