Registry / other / org-eclipse-core-runtime

org-eclipse-core-runtime

JSON →
library3.7.0javamavenunverified

Eclipse Core Runtime provides the core runtime infrastructure for Eclipse plugins and applications.

<dependency> <groupId>org.eclipse.core</groupId> <artifactId>org.eclipse.core.runtime</artifactId> <version>3.7.0</version> </dependency>
INSTALL
IMPORT
SIG · ORG-ECLIPSE-CORE-R
O
org-eclipse-core-runtime
otherjavav3.7.0
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.

IStatus
org.eclipse.core.runtime.IStatus

Creates and uses an Eclipse runtime status object.

import org.eclipse.core.runtime.IStatus; import org.eclipse.core.runtime.Status; public class Example { public static void main(String[] args) { IStatus status = new Status(IStatus.INFO, "plugin.id", "Message"); System.out.println(status.getMessage()); } }
Debug
Known issues
gotchaEclipse Core Runtime 3.7.0 requires Eclipse RCP environment; not standalone.
fix
Use in an Eclipse RCP or plugin project with appropriate dependencies.
affects: >=3.7.0
Upgrade
Version history
3.7.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
org-eclipse-core-runtime — mvn dependency:get org-eclipse-core-runtime · libregistry