Re: What do these error messages mean?

2023-02-11 Thread lofid...@gmail.com
Thanks Thomas for the info! Thomas Broyer schrieb am Samstag, 11. Februar 2023 um 19:27:25 UTC+1: > On Friday, February 10, 2023 at 6:38:04 PM UTC+1 lofid...@gmail.com wrote: > You can still emulate System.xxx if you want to: > > It *is* emulated since GWT 2.8.0, where it returns GWT properties'

Re: What do these error messages mean?

2023-02-11 Thread Thomas Broyer
On Friday, February 10, 2023 at 6:38:04 PM UTC+1 lofid...@gmail.com wrote: You can still emulate System.xxx if you want to: It *is* emulated since GWT 2.8.0, where it returns GWT properties' values: https://github.com/gwtproject/gwt/commit/999d9a68abfa2583692826e49095dd26cb07f715 But as the

Re: What do these error messages mean?

2023-02-10 Thread lofid...@gmail.com
You can still emulate System.xxx if you want to: https://stackoverflow.com/questions/6457047/gwt-java-emulation Michael Moser schrieb am Freitag, 10. Februar 2023 um 17:15:25 UTC+1: > I boiled the cases where the compilation triggered in the code server > stalls (see my previous email) down to

Re: What do these error messages mean?

2023-02-10 Thread lofid...@gmail.com
You need to think that the result app will be running in browser as JavaScript. Can you do System.getProperty(...) in web browser? In my last article I emphasize this: *(4) Treat the client as a JavaScript app* It is helpful for Java developers to think of the client as a JavaScript web