Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    java version support with smargwt version 12.1

    I needs to know what java version is supported with Smart GWT version 12.1-d20200327. More precisely does java 11 or java 17 version support in there

    #2
    Didn't find any official doc mentioning which java versions smartgwt supports. Does Smartgwt 12.1 supports java 11 or 17

    Comment


      #3
      For client-side code, it's core GWT doing the compilation. GWT 2.9 currently supports Java 11.

      For server-side code, we generally support more recent JVM versions - the limitation is usually what external libraries you want to use. For example, various Spring and Hibernate versions are limited to specific JVM versions.

      Comment

      Working...
      X