简体   繁体   中英

How can I install or import Bouncy Castle Cryptography API for Java; ZIP has no .class files; using netbeans ide

I'm having some difficulty installing Bouncy Castle for Java (installing is probably not the correct term, here, I understand that).

I navigated to their webiste, here , and downloaded version 1.6 of the lightweight API, as a ZIP file. I extracted it to my Windows XP SP2 machine and expected it to be easy but it's not. I attached it as a library to my NetBeans IDE project and quickly discovered that there are no .class files in this ZIP file. I mean, I can only import .class files to my project, correct? How do I 'install' Bouncy Castle? Do I have to compile every .java file. If so, how do I go about it?

Thank you.

有一个.jar文件在这里 ,只需下载.jar文件,并将其添加到您的类路径中,你应该能够使用的API。

Maybe you downloaded the "Sources & Docs" package accidentially. Try the section "Signed Jar Files" on their site .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM