-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 3.0.1
-
Component/s: ZSS App, ZSS Component
-
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.