Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望将一堆外部 java 库(jar 文件)集成到 GWT 项目中。请注意,我不需要将它们编译成 javascript,因为它们仅在服务器端被调用。我已将文件复制到 web-inf/lib 中,但 eclipse 似乎无法识别它们。我只需要从服务器端调用这些 jar 文件中的函数。
要在 Eclipse 的 GWT 项目中包含外部 jar,您必须执行 2 个步骤:
如果你把罐子放在 WEB-INF 中,并且只从服务器端调用它的方法,你会没事的。