[SOLVED]Error generating PDF

This is more-or-less a duplicate message, but i think this is a bug. I have deployed an application on a remote linux hosting server. If I request for a pdf I get a RJE missing error. However, I found out that fpdf is in the library, so why is the application requesting for the RJE? How can I remove this dependency?

Re: Error generating PDF

Hello,

SC requires Java Runtime Environment to generate PDFs. You have to install Sun’s JRE on your server too in order to generate PDF files.

regards,
Bernhard Bernsmann

Re: Error generating PDF

I know you are working on this to get rid of this limitation, as most linux hosters do not offer this out-of-the-box and are unwilling. I fortunately own virtual servers, but can you give me some simple instruction on how to do that? I run a wamp package (uniform server). I could not find info about this. I can run ‘install’ on my windows server, but do I need to set apache config? If so which? I don’t want to replace my installation by tomcat.

Re: Error generating PDF

Hello,

Google Sun JRE and the first result should be the one you are looking for, including tutorials on how to install it on any OS (I did not made your life easier by sending you the direct link because I cannot be held responsible for any problems generated by 3rd party tools).

regards,
Bernhard Bernsmann