where i get jasperreport and ireport for linux, and what files i must be download.
thanks

Recommended Answers

All 8 Replies

I have download iReport-2.0.0.tar.gz. so how to install on linux centos 5 or mandriva 2007

thanks

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

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

help me, please....

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

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.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.