What exact version of yFiles am I using? |
| Applies to: yFiles 2.4, yFiles 2.3, yFiles 2.2, yFiles 2.1, yFiles 2.0, yFiles.NET 2.4, yFiles.NET 2.3, yFiles.NET 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 |


