Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 12:44 Go to next message
Lars Fischer is currently offline Lars FischerFriend
Messages: 105
Registered: July 2009
Senior Member
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 19:34 Go to previous messageGo to next message
Tom Fleck is currently offline Tom FleckFriend
Messages: 3
Registered: July 2009
Junior Member
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 19:34 Go to previous message
Tom Fleck is currently offline Tom FleckFriend
Messages: 3
Registered: July 2009
Junior Member
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: Fri Mar 29 12:21:49 GMT 2024

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

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

Back to the top