Registry / utility / workbench

workbench

JSON →
library3.3.0-I20070608-1100javamavenunverified

Core Eclipse Workbench UI framework.

<dependency> <groupId>org.eclipse.ui</groupId> <artifactId>workbench</artifactId> <version>3.3.0-I20070608-1100</version> </dependency>
INSTALL
IMPORT
SIG · WORKBENCH
W
workbench
utilityjavav3.3.0-I20070608-1100
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.

IWorkbench
org.eclipse.ui.IWorkbench

Access the Eclipse Workbench instance.

import org.eclipse.ui.IWorkbench; import org.eclipse.ui.PlatformUI; public class Example { public static void main(String[] args) { IWorkbench workbench = PlatformUI.getWorkbench(); System.out.println(workbench); } }
Debug
Known issues
breakingVersion 3.3.0 is very old; may not work with modern Eclipse.
fix
Use a newer version from Eclipse releases.
affects: 3.3.0
Upgrade
Version history
3.3.0-I20070608-1100latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
workbench — mvn dependency:get workbench · libregistry