简体   繁体   中英

How can I access the javadoc from a .jar file in netbeans

I recently downloaded the microba datepicker and it comes with three JAR files: the source code, the compiled coled and one JAR for javadoc.

I use netbeans and tried everything within my limited abilities to get access to that documentation, but just couldnt make it ... can you help me please to solve that problem?

To read the javadoc from a .jar-file one first has to unpack it. To do so, open your console, navigate to the folder where the jar file is located an unpack it using the following command:

jar xf yourFileNameHere.jar

Then you can access the documentation.

首先,您需要将zip文件解压缩到您的首选位置,转到netbeans,然后在您的项目中搜索Libraries,然后右键单击>>> Libraries,然后选择>>> Add JAR / Folder,找到提取的文件,然后单击打开。

尝试这种方法,右键单击plusztester(prototyp)项目,然后选择>> 解决项目问题,选择丢失的文件并通过找到正确的文件来解决它们。

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