DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   Java (http://www.daniweb.com/forums/forum9.html)
-   -   jasperReport and iReport for Linux (http://www.daniweb.com/forums/thread82194.html)

onsir Jun 29th, 2007 5:43 am
jasperReport and iReport for Linux
 
where i get jasperreport and ireport for linux, and what files i must be download.
thanks

peter_budo Jun 29th, 2007 6:18 am
Re: jasperReport and iReport for Linux
 
iReport Project Home
Download iReport-2.0.0.tar.gz

onsir Jun 30th, 2007 3:43 am
Re: jasperReport and iReport for Linux
 
I have download iReport-2.0.0.tar.gz. so how to install on linux centos 5 or mandriva 2007

thanks

peter_budo Jun 30th, 2007 6:23 am
Re: jasperReport and iReport for Linux
 
Extract compresed file, find instalation instructions and read it...
That what I can tell. I do not use this iReport and I do not use any of your Unix instalations. They have also forum you can ask more question there

onsir Jul 2nd, 2007 1:19 am
Re: jasperReport and iReport for Linux
 
I have install file jdk-1_5_0_09-nb-5_0-linux-ml.bin
Netbean5-5.0 i save in folder /usr/local/java/netbeans-5.0
jdk i save in folder /usr/local/java/jdk1.5.0_09

i have extract file iReport-2.0.0.tar.gz to /usr/local/iReport-2.0.0

then i copy file tools.jar on lib jdk to folder /usr/local/iReport-2.0.0/lib/tools.jar
then i run with type
[root@localhost iReport-2.0.0]# ./iReport.sh

and show error mussage like this
Exception in thread "main" java.lang.NullPointerException
at java.util.Hashtable.put(libgcj.so.7rh)
at javax.swing.plaf.basic.BasicToolBarUI.setBorderToRollover(libgcj.so.7rh)
at javax.swing.plaf.basic.BasicToolBarUI$ToolBarContListener.componentAdded(libgcj.so.7rh)
at java.awt.Container.addImpl(libgcj.so.7rh)
at javax.swing.JToolBar.addImpl(libgcj.so.7rh)
at java.awt.Container.add(libgcj.so.7rh)
at it.businesslogic.ireport.gui.ToolbarFormatPanel.initComponents(ToolbarFormatPanel.java:170)
at it.businesslogic.ireport.gui.ToolbarFormatPanel.<init>(ToolbarFormatPanel.java:57)
at it.businesslogic.ireport.gui.MainFrame.<init>(MainFrame.java:486)
at it.businesslogic.ireport.gui.MainFrame.main(MainFrame.java:8016)

then i try to edit file iReport.sh like this and still error
#!/bin/bash
cd $(dirname $0)/bin
./startup.sh $*
EXEDIR=${0%/*}
DIRLIBS=${EXEDIR}/../lib/*.jar
for i in ${DIRLIBS}
do
if [ -z"$IREPORT_CLASSPATH" ] ; then
IREPORT_CLASSPATH=$i else
IREPORT_CLASSPATH="$i":$IREPORT_CLASSPATH fi
done DIRLIBS=${EXEDIR}/../lib/*.zip
for i in ${DIRLIBS}do
if [ -z"$IREPORT_CLASSPATH" ] ; then
IREPORT_CLASSPATH=$i else
IREPORT_CLASSPATH="$i":$IREPORT_CLASSPATH fi done IREPORT_CLASSPATH="${EXEDIR}/../classes":"${EXEDIR}/../fonts":
$IREPORT_CLASSPATHIREPORT_HOME="${EXEDIR}/.."
LD_LIBRARY_PATH= /home/sgorini/jasper/jaspars-alpha4:/usr/share/remedy/api63/lib/
java -classpath
"$IREPORT_CLASSPATH:$CLASSPATH"

how to setting installation iReport-2.0.0 in Linux, i hope by detail.
i use Linux Centos 5.

thanks

onsir Jul 3rd, 2007 5:52 am
Re: jasperReport and iReport for Linux
 
help me, please....

peter_budo Jul 3rd, 2007 7:35 am
Re: jasperReport and iReport for Linux
 
dude this is what I come up with...
there is pdf version of instalation guide, if you are not able to work it out you seriously have to ask on Jaspers forum not here as so far nobody else made coment to my internet search which is only search not personal experience with it

Ezzaral Jul 3rd, 2007 12:24 pm
Re: jasperReport and iReport for Linux
 
Take peter_budo's advice. You need to ask this question in the iReport forum. The error is originating in one of the iReport classes as can be seen from the stack trace.

Byaptia Jul 26th, 2007 9:31 am
Re: jasperReport and iReport for Linux
 
Hi,

I think the iReport article on http://aspalliance.com/1229_Creating...Report__Part_1 may be helpful in this discussion.

This popular white paper is written by a software engineer from our organization Mindfire Solutions (http://www.mindfiresolutions.com).

I hope you find it useful!

Cheers,
Byapti


All times are GMT -4. The time now is 12:40 pm.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC