Skip to main content
Stack Overflow
  1. About
  2. For Teams

Return to Revisions

2 of 2
Boann
  • 50.3k
  • 16
  • 125
  • 153

Getting Java version at runtime

I need to work around a Java bug in JDK 1.5 which was fixed in 1.6. I'm using the following condition:

if (System.getProperty("java.version").startsWith("1.5.")) {
 ...
} else {
 ...
}

Will this work for other JVMs? Is there a better way to check this?

list
  • 2k
  • 2
  • 12
  • 4
lang-java

AltStyle によって変換されたページ (->オリジナル) /