Version Checking
hey!
I am confused right now at Java. There is 1.4.2, 1.5.0 and than there is 1.1 and 2.0. Than there is this thing called Mustang.
Can someone explain to me or provide me a link to the site that explains all these version numbers.
Mustang comes with the ability to create tray icons. I want to write into my code a tray icon but I want to write in the option to do nothing if the user doesn't have mustang installed.
Is there a way to check the version, or should I just do a
try
{
Commands
}
catch (SomeExceptionThatIamNotFamiliarWith e)
{
System.out.println("Tray icons are not supported and therefore has not be created.");
};
Thanks for your help,
David

