kjhuebner Posted August 1, 2006 Share Posted August 1, 2006 When testing a custom datasource, I would like to see what code is actually being invoked/ran inside of IReport. I put System.out.println() calls inside my custom datasource, yet I do not see them appear on any panel when I click "Test" datasource. I also hoped I could catch System.out trace on DOS console window running Java version. So I downloaded latest 1.2.5 version. Now it appears I cannot run startup.bat since it appears to hang after reading its own IReport config file. Ack!! Thanks!Ken Link to comment Share on other sites More sharing options...
giulio Posted August 1, 2006 Share Posted August 1, 2006 What does it happen when you run iReport.bat? (try to remove and/or move somewhere the content of <USER_HOME>/.ireport) Giulio Link to comment Share on other sites More sharing options...
kjhuebner Posted August 1, 2006 Author Share Posted August 1, 2006 Hi Giulio Thanks for your quick responses! See snapshot of what I see when I run startup.bat for the 1.2.5 version of IReport. It looks like a command line parameter error -- but perhaps you can make better since of it. I did not modify the startup.bat whatsoever. This is the Java version (not the executable version) that I downloaded from your website. [file name=IReport1.doc size=38400]http://www.jasperforge.org/components/com_joomlaboard/uploaded/files/IReport1.doc[/file] Link to comment Share on other sites More sharing options...
giulio Posted August 2, 2006 Share Posted August 2, 2006 Your default java virtual machine is java 1.4 Use java 1.5 as default or download iReport 1.2.5.Another solution is modify the bat setting the correct JAVA_HOME and PATH to use java 1.5. Giulio Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now