I am looking to integrate a bunch of external java libraries (jar files) into a GWT project. Note that I do not need them to compile into javascript because they are being called only on the server side. I’ve copied the files into web-inf/lib but eclipse does not seem to recognize them. I need to call functions in these jar files from the server side only.
Share
To include external jars in an Eclipse’s GWT project you must perform 2 steps:
If you put the jars in the WEB-INF and you call its methods only from the server side, you’ll be fine.