Does anybody know how got get the version info for a executable/file via Java. The scenario is that I have a file on my local system and if the version on the server is newer then the one on my system I need to download the file from the server.
Share
After spending hours online and coding I found a solution using JNA to get the Version Information for a file.