I have a program that gets and checks the version numbers of several programs (Java, Acrobat, etc.) I'm having a problem though since several versions of the programs are numbered with two decimal points, for example 1.4.2 for Sun Java.
My question is how can I check to see if 1.4.2 is greater or lesser than 1.5 or whatever the minimum requirement is?
