What exact version of yFiles am I using? |
| Applies to: yFiles for Java 2.7, 2.6, 2.5, 2.4, 2.3, 2.2, 2.1, 2.0; yFiles.NET 2.4, 2.3, 2.2 |
Type: Questions & Answers
Categories this article belongs to:
| yFiles for Java |
Explains how to determine the exact yFiles version.
To find out the exact version of the yFiles jar file you are using, invoke class
y.util.YVersion contained in y.jar:
This will return the exact version string of the yFiles jar.
java -cp <yFilesPath>/y.jar y.util.YVersion |
| Keywords: | version |


