Home  >  Q&A  >  body text

java - 怎么把abc-src.jar文件导出api

PHPzPHPz2764 days ago362

reply all(4)I'll reply

  • 大家讲道理

    大家讲道理2017-04-18 10:11:43

    The jar file is a compiled and packaged file. Can it be exported into an api? I only know that it can be decompiled using jd-gui, and you can’t see the comments after decompilation

    reply
    0
  • 天蓬老师

    天蓬老师2017-04-18 10:11:43

    Reference:

    http://jingyan.baidu.com/arti...

    reply
    0
  • PHP中文网

    PHP中文网2017-04-18 10:11:43

    Import into eclipse. There is a doc view in eclipse. You open it and then perform the export action.

    reply
    0
  • 大家讲道理

    大家讲道理2017-04-18 10:11:43

    You can use javadoc to generate documentation, command line.
    If @BodhiXuguang’s method is feasible, it should be easier to use his method

    reply
    0
  • Cancelreply