• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

[solved]how to add bouncycastle package to java?

 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have downloaded Bouncy Castle Crypto Package and put it to C:\Program Files\Java\jdk1.6.0_06\jre\lib\ext,I add it to classpath as well,however still receive the message.
what the correct step to add the new API to java?

package org.bouncycastle.jce does not exist
package org.bouncycastle.asn1 does not exist
package org.bouncycastle.asn1.pkcs does not exist
package org.bouncycastle.asn1.x509 does not exist



Sincerely

willie
[ October 12, 2008: Message edited by: L Willie ]
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What command are you executing when you get that message? Are you certain that the JRE showing the message is the same as the one where you added the jar files? Sometime people have more than one JDK installed without even knowing it.
 
L Willie
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
problem solved already,thank.since bouncycastle have multiple of jar file,confuse just now
[ October 12, 2008: Message edited by: L Willie ]
reply
    Bookmark Topic Watch Topic
  • New Topic