Skip to content

Commit e924680

Browse files
committed
VisualVM is now built on top of NetBeans 9.0
1 parent eb34738 commit e924680

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ VisualVM is a visual tool integrating commandline JDK tools and lightweight prof
44

55
## Get the tools
66

7-
Use Apache Ant and Oracle JDK 7 to build VisualVM from this repository.
7+
Use Apache Ant 1.9.9 or above and Oracle JDK 8 to build VisualVM from this repository.
88

99
## Get the sources
1010

@@ -14,7 +14,7 @@ First download or clone this repository into directory `visualvm`. There are two
1414

1515
## Get the dependencies
1616

17-
Then download the [NetBeans 8.0.2 platform and profiler binaries](https://github.com/oracle/visualvm/raw/master/visualvm/nb802_visualvm_02102016.zip) and extract them into directory `visualvm/visualvm` (should create `visualvm/visualvm/netbeans`).
17+
Then extract the [NetBeans 9.0 Dev platform and profiler binaries](visualvm/nb90_visualvm_15112017.zip) into directory `visualvm/visualvm` (should create `visualvm/visualvm/netbeans`).
1818

1919
## Build and run VisualVM tool
2020

visualvm/build-nb-ml.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ cd nbbuild
44
ant -Dname=platform rebuild-cluster
55
ant -Dname=harness rebuild-cluster
66
ant -Dname=profiler rebuild-cluster
7-
zip -r /tmp/nb802_visualvm_`date "+%d%m%Y"`.zip netbeans
7+
zip -r /tmp/nb90_visualvm_`date "+%d%m%Y"`.zip netbeans
88
ant clean
99
ant -Dlocales=ja,zh_CN -Dname=platform rebuild-cluster
1010
ant -Dlocales=ja,zh_CN -Dname=harness rebuild-cluster
1111
ant -Dlocales=ja,zh_CN -Dname=profiler rebuild-cluster
12-
zip -r /tmp/nb802_visualvm_`date "+%d%m%Y"`-ml.zip netbeans
12+
zip -r /tmp/nb90_visualvm_`date "+%d%m%Y"`-ml.zip netbeans
1313

0 commit comments

Comments
 (0)