Hi Team,
We are planning to upgrade Zulu JDK11.x to Zulu JDK17.
Currently we are using smartgwt6.0 it is working fine for JDK11 and facing compilation issues with JDK17 saying some class not found errors.
Can you please suggest me which version of Smartgwt is compatible to JDK17.
Planning to Upgrade: OpenJDK Runtime Environment Zulu17.54+21-CA (build 17.0.13+11-LTS)
Sample error:
[ERROR] Errors in 'com/smartgwt/client/widgets/tree/events/FolderClickEvent.java'
[ERROR] com.smartgwt.client.widgets.tree.TreeGrid cannot be resolved to a type
[ERROR] Errors in 'com/smartgwt/client/widgets/tree/events/FolderDropEvent.java'
[ERROR] com.smartgwt.client.widgets.tree.TreeNode cannot be resolved to a type
[ERROR] Errors in 'com/smartgwt/client/widgets/tree/events/DataArrivedEvent.java'
[ERROR] com.smartgwt.client.widgets.tree.TreeNode cannot be resolved to a type
[ERROR] Errors in 'jar:file:/D:/REPO_1058/com/smartgwt/smartgwt/6.0/smartgwt-6.0.jar!/com/smartgwt/client/widgets/tree/events/NodeContextClickEvent.java'
[ERROR] com.smartgwt.client.widgets.tree.TreeGrid cannot be resolved to a type
[ERROR] Errors in 'com/smartgwt/client/widgets/tree/events/LeafContextClickEvent.java'
[ERROR] com.smartgwt.client.widgets.tree.TreeGrid cannot be resolved to a type
[ERROR] Errors in 'com/smartgwt/client/widgets/tree/events/FolderOpenedEvent.java'
[ERROR] com.smartgwt.client.widgets.tree.TreeNode cannot be resolved to a type
[ERROR] Errors in 'com/smartgwt/client/widgets/tree/events/NodeClickEvent.java'
[ERROR] com.smartgwt.client.widgets.tree.TreeGrid cannot be resolved to a type
Regards,
Naveen T
We are planning to upgrade Zulu JDK11.x to Zulu JDK17.
Currently we are using smartgwt6.0 it is working fine for JDK11 and facing compilation issues with JDK17 saying some class not found errors.
Can you please suggest me which version of Smartgwt is compatible to JDK17.
Planning to Upgrade: OpenJDK Runtime Environment Zulu17.54+21-CA (build 17.0.13+11-LTS)
Sample error:
[ERROR] Errors in 'com/smartgwt/client/widgets/tree/events/FolderClickEvent.java'
[ERROR] com.smartgwt.client.widgets.tree.TreeGrid cannot be resolved to a type
[ERROR] Errors in 'com/smartgwt/client/widgets/tree/events/FolderDropEvent.java'
[ERROR] com.smartgwt.client.widgets.tree.TreeNode cannot be resolved to a type
[ERROR] Errors in 'com/smartgwt/client/widgets/tree/events/DataArrivedEvent.java'
[ERROR] com.smartgwt.client.widgets.tree.TreeNode cannot be resolved to a type
[ERROR] Errors in 'jar:file:/D:/REPO_1058/com/smartgwt/smartgwt/6.0/smartgwt-6.0.jar!/com/smartgwt/client/widgets/tree/events/NodeContextClickEvent.java'
[ERROR] com.smartgwt.client.widgets.tree.TreeGrid cannot be resolved to a type
[ERROR] Errors in 'com/smartgwt/client/widgets/tree/events/LeafContextClickEvent.java'
[ERROR] com.smartgwt.client.widgets.tree.TreeGrid cannot be resolved to a type
[ERROR] Errors in 'com/smartgwt/client/widgets/tree/events/FolderOpenedEvent.java'
[ERROR] com.smartgwt.client.widgets.tree.TreeNode cannot be resolved to a type
[ERROR] Errors in 'com/smartgwt/client/widgets/tree/events/NodeClickEvent.java'
[ERROR] com.smartgwt.client.widgets.tree.TreeGrid cannot be resolved to a type
Regards,
Naveen T
Comment