You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# VisualVM (master) sources repository
1
+
# VisualVM 1.4 sources repository
2
2
3
3
VisualVM is a visual tool integrating commandline JDK tools and lightweight profiling capabilities. See https://visualvm.github.io for details, downloads and documentation.
4
4
@@ -8,13 +8,13 @@ Use Apache Ant 1.9.9 or above and Oracle JDK 8 to build VisualVM from this repos
8
8
9
9
## Get the sources
10
10
11
-
First download or clone this repository into directory `visualvm`. There are two project suites included:
11
+
First download or clone (and `git checkout release14`) this repository into directory `visualvm`. There are two project suites included:
12
12
* visualvm (`visualvm/visualvm`) - suite for the core VisualVM tool
13
13
* plugins (`visualvm/plugins`) - suite for the VisualVM plugins available in Plugins Center
14
14
15
15
## Get the dependencies
16
16
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`).
17
+
Then extract the [NetBeans 9.0 Dev platform and profiler binaries](visualvm/nb90_visualvm_11122017.zip) into directory `visualvm/visualvm` (should create `visualvm/visualvm/netbeans`).
0 commit comments