Skip to main content



      Home
Home » Newcomers » Newcomers » Quick Question
Quick Question [message #1067669] Tue, 09 July 2013 19:25 Go to next message
Eclipse UserFriend
Hi I was wondering how excatly one would use jce in eclipse I cant seem to find any documentation on it
Re: Quick Question [message #1067685 is a reply to message #1067669] Wed, 10 July 2013 02:39 Go to previous messageGo to next message
Eclipse UserFriend
Tim,

What is it? If it's some Java library, you put the jar(s) on the
classpath of a Java project and use it. Or maybe your wanting to wrap
them as a bundle: http://eclipse.org/orbit/documents/RCP_Chapter20.pdf

On 10/07/2013 2:04 AM, Tim Dyck wrote:
> Hi I was wondering how excatly one would use jce in eclipse I cant
> seem to find any documentation on it
Re: Quick Question [message #1068077 is a reply to message #1067685] Thu, 11 July 2013 19:56 Go to previous messageGo to next message
Eclipse UserFriend
Its the encryption library for code signing.
Re: Quick Question [message #1068090 is a reply to message #1068077] Fri, 12 July 2013 00:40 Go to previous messageGo to next message
Eclipse UserFriend
Tim,

So then my answer is what you're looking for?

On 12/07/2013 1:56 AM, Tim Dyck wrote:
> Its the encryption library for code signing.
Re: Quick Question [message #1068220 is a reply to message #1068090] Fri, 12 July 2013 14:08 Go to previous messageGo to next message
Eclipse UserFriend
Im looking for an instruction manual on how to use it in eclipse
Re: Quick Question [message #1068224 is a reply to message #1068220] Fri, 12 July 2013 14:10 Go to previous messageGo to next message
Eclipse UserFriend
On 7/12/2013 12:08 PM, Tim Dyck wrote:
> Im looking for an instruction manual on how to use it in eclipse

I've probably misunderstood something.

It's not something you "use" in Eclipse, but that you replace in your
Sun JDK which then, consuming that from Eclipse, you just get for free.

See http://www.javahotchocolate.com/notes/jce-policy.html.

Does this help or did I just miss the point of your question?
Re: Quick Question [message #1068226 is a reply to message #1068220] Fri, 12 July 2013 14:23 Go to previous message
Eclipse UserFriend
You include jar files on the Build Path. You can then reference classes/methods in the jar file from your code.

The Java Development Users guide has a page on the Java Build Path. It is in the Reference section under the Wizards and Dialogs->Create New Elements->New Java Project Wizard->Java Build Path Page.
Previous Topic:using ADT bundle DDMS fail
Next Topic:how to write errors into file which occur during compilation of java file
Goto Forum:
  


Current Time: Wed Jul 16 00:36:45 EDT 2025

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

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

Back to the top