Hi, I am going to migrate my project from java 8 to 17. In this process, I am trying to use gwt version 2.10.0 and also changed smartgwt and smartgwt-skins version to 13.1.
Project is building properly without any issue but when I try to login then getting below error message.
Error Message -
"Core SmartClient JavaScript libraries appear not to be loaded. If inheriting the NoScript SmartGWT modules, verify that the HTML file includes <script src=...> tags to load the SmartClient module .js files from the appropriate location within the WAR. By default these files are present under [GWT app name]/sc/modules/."
Screenshot is attached with more details. [removed by admin - inappropriate format]
Could you please let me know where I am going wrong?
Project is building properly without any issue but when I try to login then getting below error message.
Error Message -
"Core SmartClient JavaScript libraries appear not to be loaded. If inheriting the NoScript SmartGWT modules, verify that the HTML file includes <script src=...> tags to load the SmartClient module .js files from the appropriate location within the WAR. By default these files are present under [GWT app name]/sc/modules/."
Screenshot is attached with more details. [removed by admin - inappropriate format]
Could you please let me know where I am going wrong?
Comment