Prev: add jar to classpath at runtime but not able to access resource in jar
Next: add jar to classpath at runtime but not able to access resource in jar
From: ilya on 20 Apr 2010 08:18 Is there the way to get the File Version of Product Version of the file using java.(for all operation systems)?
From: bugbear on 20 Apr 2010 08:30 ilya wrote: > Is there the way to get the File Version of Product Version of the > file using java.(for all operation systems)? Which "file". Not all files are versioned. BugBear
From: ilya on 20 Apr 2010 08:41 For windows, for example, the files are *.dll.
From: bugbear on 20 Apr 2010 09:28 ilya wrote: > For windows, for example, the files are *.dll. What about (e.g.) a *.jpg ? Surely that doesn't have a version? And (AFAIK) An executable may be versioned, but in a different way (e.g. word 11.2) BugBear
From: ilya on 20 Apr 2010 09:41
Sorry, but I need the way how to get the file version. For which files I will decide later. Now I need only for *.dll files.!!! |