What exact version of yFiles am I using? |
| Applies to: yFiles for Java 2.7, yFiles for Java 2.6, yFiles for Java 2.5, yFiles for Java 2.4, yFiles for Java 2.3, yFiles for Java 2.2, yFiles for Java 2.1, yFiles for Java 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 |


