How to find out which Java classes are missing in GWT (client side)?

后端 未结 1 782
时光取名叫无心
时光取名叫无心 2021-01-14 17:42

I am trying to import a Java library into a GWT project.

Since the client-side of GWT does not have access to the whole Java API, some classes cannot be found.

相关标签:
1条回答
  • 2021-01-14 18:31

    This link GWT JRE Emulation Reference shows the list of the classes you can use on the client side. There are out there client libraries to add missing widgets or features to the out-of-the-box API.

    0 讨论(0)
提交回复
热议问题