Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-core-dev] Java Web Start and org.eclipse.core.runtime.compatibility.registry


Hi Thomas,
The "org.eclipse.core.runtime.compatibility.registry" uses a classpath trick to add getDeclaringPluginDescriptor() method to IExtension and IExtensionPoint. The method is deprecated but has to be supported for backward compatibility.

If you don't use this method in your application, there is no need to include org.eclipse.core.runtime.compatibility.registry bundle.

Sincerely,
Oleg Besedin



Thomas Hallgren <thomas@xxxxxxx>
Sent by: platform-core-dev-bounces@xxxxxxxxxxx

05/07/2007 06:36 PM

Please respond to
"Eclipse Platform Core component developers list."        <platform-core-dev@xxxxxxxxxxx>

To
platform-core-dev@xxxxxxxxxxx
cc
Subject
[platform-core-dev] Java Web Start and        org.eclipse.core.runtime.compatibility.registry





I'm trying to package an application for launch with Java Web Start. One
of the requirements when doing that is that all bundles must be packed
as jars. The fragment "org.eclipse.core.runtime.compatibility.registry"
is included in my application and is unpacked in runtime which in turn
creates a problem. What is the best way to solve this? What does this
fragment do? Can I skip it?

Regards,
Thomas Hallgren

_______________________________________________
platform-core-dev mailing list
platform-core-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-core-dev


Back to the top