-
Bug
-
Resolution: Fixed
-
Normal
-
3.0.1
-
Security Level: Jimmy
Current ZK Spreadsheet implementation makes use of several APIs available only in Java SE 6. For example, java.text.DateFormatSymbols.getInstance(java.util.Locale). This would create problems for users using Java SE 5 Runtime, if somehow those APIs were called.