Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] ClassDefNotFound : javax/media/jai/util/Range

Hi all!

Had a similar problem when upgrading our app to RC14...

Yesterday I could fix it by updating the manifest file for a UDIG
plugin:

I've extracted Manifest.mf from plugin
"net.refractions.udig.project.edit" and added the following line at the
end of file:

...
Eclipse-BuddyPolicy: ext
...

For me it looks like in an OSGI environment it's not enough to find the
classes (or the jars) in the extension directory of the JVM - all plugins
which use a class from an extension (like JAI) must have this entry in the
manifest file.

Your problem seems to be caused by plugin "net.refractions.udig.core". - In
RC14 this plugin's manifest already contains the line I've added ...

Question to the UDIG developers:
Could you add the buddy policy for extensions to all UDIG plugin's or is
there any reason to be said against it?

... hope it helps for you, too!

Regards,
Christian Gierer

CSC Computer Sciences Consulting Austria GmbH
Handelskai 94 - 96
1200 Wien
Austria
Phone: +43.1.20777.1309
Fax: +43.1.20777.1095
Mobile:+43 664 150 70 82
e-Mail: cgierer@xxxxxxx
Internet: http://www.at.csc.com

Registered Office Vienna, Commercial Register FN 31552a, Commercial Court
Vienna

Experience Results. Experience CSC.

CSC Computer Sciences Consulting Austria GmbH
Registered Office: Millennium Tower, Handelskai 94-96, 1200 Wien, Austria
Registered in Austria No: FN 31552 a

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery.
NOTE: Regardless of content, this e-mail shall not operate to bind CSC to
any order or other contract unless pursuant to explicit written agreement
or government initiative expressly permitting the use of e-mail for such
purpose.
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------




Back to the top