L
lemmi
Hi,
is there a way to check whether the Java version being used is AT
LEAST version 6? My application has a nice UI feature that is only
nice if Java 6 or higher is being used. Lower versions result in the
good old flickering behaviour. I know there is the "java.version"
system property but how can I efficiently check this ... depending on
the vendor it might have any kind of string in it, so I can't just
convert it to a float, right?
Dirk
is there a way to check whether the Java version being used is AT
LEAST version 6? My application has a nice UI feature that is only
nice if Java 6 or higher is being used. Lower versions result in the
good old flickering behaviour. I know there is the "java.version"
system property but how can I efficiently check this ... depending on
the vendor it might have any kind of string in it, so I can't just
convert it to a float, right?
Dirk