Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Quick Question
Quick Question [message #1067669] Tue, 09 July 2013 23:25 Go to next message
Tim Dyck is currently offline Tim DyckFriend
Messages: 3
Registered: July 2013
Junior Member
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 06:39 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33142
Registered: July 2009
Senior Member
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


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Quick Question [message #1068077 is a reply to message #1067685] Thu, 11 July 2013 23:56 Go to previous messageGo to next message
Tim Dyck is currently offline Tim DyckFriend
Messages: 3
Registered: July 2013
Junior Member
Its the encryption library for code signing.
Re: Quick Question [message #1068090 is a reply to message #1068077] Fri, 12 July 2013 04:40 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33142
Registered: July 2009
Senior Member
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.


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Quick Question [message #1068220 is a reply to message #1068090] Fri, 12 July 2013 18:08 Go to previous messageGo to next message
Tim Dyck is currently offline Tim DyckFriend
Messages: 3
Registered: July 2013
Junior Member
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 18:10 Go to previous messageGo to next message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

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 18:23 Go to previous message
David Wegener is currently offline David WegenerFriend
Messages: 1445
Registered: July 2009
Senior Member
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: Sat Apr 27 03:43:06 GMT 2024

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

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

Back to the top