Re: user.agent problem with GWT 2.1.0 and GXT 4.1

2023-12-11 Thread Jens
Generally Java 17 works for running GWT but source level still needs to be 11 for GWT client/shared code as GWT only supports compiling Java 11 source files. Server code can be anything. If you use GWT-RPC you might need to add some --add-opens to your server JVM: https://github.com/gwtproject/

Re: user.agent problem with GWT 2.1.0 and GXT 4.1

2023-12-08 Thread 'Frank Hossfeld' via GWT Users
I think so, as long as you are not using any language features of Java > 8 Victor Colina schrieb am Freitag, 8. Dezember 2023 um 14:55:58 UTC+1: > Thanks for the response, If I change to GWT 2.9 I can still use jdk 17? Or > I have to go lower? > > On Friday, December 8, 2023 at 9:05:37 AM UTC-4

Re: user.agent problem with GWT 2.1.0 and GXT 4.1

2023-12-08 Thread Victor Colina
Thanks for the response, If I change to GWT 2.9 I can still use jdk 17? Or I have to go lower? On Friday, December 8, 2023 at 9:05:37 AM UTC-4 Frank Hossfeld wrote: > Assuming you are using GWT 2.10.0, GXT expects a few things, (f.e.: > user-agent ie8) which have been removed in GWT 2.10.0. > Y

Re: user.agent problem with GWT 2.1.0 and GXT 4.1

2023-12-08 Thread 'Frank Hossfeld' via GWT Users
Assuming you are using GWT 2.10.0, GXT expects a few things, (f.e.: user-agent ie8) which have been removed in GWT 2.10.0. You have to stay with GWT 2.9.0. (see: https://docs.sencha.com/gxt/4.x/guides/announcements/Announcements.html) Victor Colina schrieb am Donnerstag, 7. Dezember 2023 um 17:4

user.agent problem with GWT 2.1.0 and GXT 4.1

2023-12-07 Thread Victor Colina
I'm trying to compile a simple GWT project with GXT 4. The compilation works unitl I add the gxt. [image: imagen_2023-12-07_124453814.png] This is my gwt.xml file. [image: imagen_2023-12-07_124712961.png] If anybody can help me, thanks in advance. -- You received this message because you a