Skip to main content



      Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » target definition requires javax.crypto.spec
target definition requires javax.crypto.spec [message #499869] Tue, 24 November 2009 07:44 Go to next message
Eclipse UserFriend
Hello,

I created an update site (using eclipse 3.5.1) containing some galileo
features. Using this update site as source for a target platform
definition, I get the error message, that the bundle
"org.eclipse.equinox.security.ui" could not solve the required package
"javax.crypto.spec".

This package is not exported by any bundle, because it is contained in
the jre. But why is the target platform resolver throwing this error?

How do I solve this?

Regards,
Lars
Re: target definition requires javax.crypto.spec [message #506030 is a reply to message #499869] Tue, 05 January 2010 14:34 Go to previous messageGo to next message
Eclipse UserFriend
I found the answer, mostly, at
http://fixunix.com/freebsd/307909-re-eclipse-javax-crypto-no t-found.html

In my case, I had to add jce.jar to my bootclasspath in the build.properties used by my headless build:

bootclasspath=${java.home}/lib/rt.jar:${java.home}/lib/jce.j ar

...Tom
Re: target definition requires javax.crypto.spec [message #603965 is a reply to message #499869] Tue, 05 January 2010 14:34 Go to previous message
Eclipse UserFriend
I found the answer, mostly, at
http://fixunix.com/freebsd/307909-re-eclipse-javax-crypto-no t-found.html

In my case, I had to add jce.jar to my bootclasspath in the build.properties used by my headless build:

bootclasspath=${java.home}/lib/rt.jar:${java.home}/lib/jce.j ar

...Tom
Previous Topic:Invalid preference page path: HTML Syntax
Next Topic:issues with source plug-ins / features
Goto Forum:
  


Current Time: Wed Jul 23 13:17:07 EDT 2025

Powered by FUDForum. Page generated in 0.04755 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top