Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

DSDP/MTJ/Developer Resources/org.eclipse.mtj.core.hooks

< DSDP‎ | MTJ‎ | Developer Resources
Revision as of 17:19, 14 April 2009 by Wds057.motorola.com (Talk | contribs) (New page: This bundle provides a class load hook for rewriting the JDT core SourceFile class to call out for a source file mapping. == Development == To run under development: 1) Import the '''or...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This bundle provides a class load hook for rewriting the JDT core SourceFile class to call out for a source file mapping.

Development

To run under development:

1) Import the org.eclipse.osgi plugin into the workspace with source folders

2) Set the VM argument "-Dosgi.framework.extensions=org.eclipse.mtj.core.hooks"

3) Disable the platform org.eclipse.osgi and use the imported workspace version

Production

Add the following property to the /eclipse/configuration/config.ini file: osgi.framework.extensions=org.eclipse.mtj.core.hooks

MUST be installed into the base Eclipse plugins directory

Back to the top