We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3399234 commit 4aebef5Copy full SHA for 4aebef5
visualvm/application/src/org/graalvm/visualvm/application/type/NetBeansApplicationType.java
@@ -137,6 +137,8 @@ private String getVersionFromSysProps(Properties properties) {
137
138
if (versionString != null) {
139
Scanner s = new Scanner(versionString);
140
+
141
+ if (s.hasNext("Apache")) s.next(); // NOI18N
142
if ("NetBeans".equals(s.next())) { // NOI18N
143
if ("IDE".equals(s.next())) { // NOI18N
144
return s.next();
0 commit comments