Skip to content

Commit

Permalink
update build instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
whwlsfb committed Mar 9, 2023
1 parent f604546 commit 0a06f45
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ HeapDump敏感信息提取工具

# 编译
需要Maven、JDK 1.8。

首先需要将netbeans-lib-profiler导入本地maven仓库
```
$ cd lib/
$ mvn install:install-file -Dfile=netbeans-lib-profiler.jar -DgroupId=netbeans -DartifactId=netbeans-lib-profiler -Dversion=1.0 -Dpackaging=jar
```
导入完成后切换至项目根目录,运行编译打包命令
```
$ mvn package
```
Expand Down

0 comments on commit 0a06f45

Please sign in to comment.