How to use GWT - RPC to Tomcat server

后端 未结 4 867
太阳男子
太阳男子 2021-01-15 09:16
  1. Installed Tomcat 6
  2. Installed Eclipse + GWT plugin
  3. Created GWT project with sample generated code
  4. Compliled GWT project (GWT compile)
4条回答
  •  庸人自扰
    2021-01-15 09:58

    You are probably compiling your classes with a newer jdk then the version tomcat is running on.

提交回复
热议问题