You are not logged in.
Pages: 1
Hello!
I want to submit small request: in scripting guide you told, what all required jars i can find in binary version. That's right - most of all they was, but not all. For example there wasn't : barcode1.0, several crystalreports, gwt-user2.5.1, servlet-api2.3(4) and etc. jars. Moreover, it's quite hard to find exactly these jars in internet(barcode 1.0 for example). Can you, please, publish all necessary jars to current version? Thanks a lot!
Last edited by Glandike (2016-02-24 12:36:44)
Offline
Please, could you just tell where can i find missing jars?
That really cruelly to find them one by one via internet.
Offline
Hi,
yes, setting up ReportServer for development is not trivial. Sorry for that. However, note that for scripting this is also not needed. Anyhow, here are a few pointers for the missing jars
- gwt-user-2.5.1 http://www.gwtproject.org/versions.html
You also need to setup GWT in Eclipse. The above zip contains a gwt-user.jar. This needs to be renamed.
- juel 2.2.4 http://juel.sourceforge.net/
- servlet-apis http://mvnrepository.com/artifact/javax … et-api/2.4
as for barcode and crystal. You can simply ignore these. Simply edit all .classpath files and remove the dependencies. This should give you some compile errors in the RsCrystal project, but these can be ignored and ReportServer starts fine from eclipse without these jars.
I hope this helps a bit.
Arno
Offline
Pages: 1