jasperReport and iReport for Linux

Reply

Join Date: Apr 2007
Posts: 34
Reputation: onsir is an unknown quantity at this point 
Solved Threads: 1
onsir onsir is offline Offline
Light Poster

jasperReport and iReport for Linux

 
0
  #1
Jun 29th, 2007
where i get jasperreport and ireport for linux, and what files i must be download.
thanks
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 4,177
Reputation: peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of 
Solved Threads: 479
Moderator
Featured Poster
peter_budo's Avatar
peter_budo peter_budo is offline Offline
Code tags enforcer

Re: jasperReport and iReport for Linux

 
0
  #2
Jun 29th, 2007
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)

LJC - London Java Community, Graduate & Undergraduate Software Development Community, JAVAWUG (Java Web User Group), The London Android Group
Reply With Quote Quick reply to this message  
Join Date: Apr 2007
Posts: 34
Reputation: onsir is an unknown quantity at this point 
Solved Threads: 1
onsir onsir is offline Offline
Light Poster

Re: jasperReport and iReport for Linux

 
0
  #3
Jun 30th, 2007
I have download iReport-2.0.0.tar.gz. so how to install on linux centos 5 or mandriva 2007

thanks
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 4,177
Reputation: peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of 
Solved Threads: 479
Moderator
Featured Poster
peter_budo's Avatar
peter_budo peter_budo is offline Offline
Code tags enforcer

Re: jasperReport and iReport for Linux

 
0
  #4
Jun 30th, 2007
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
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)

LJC - London Java Community, Graduate & Undergraduate Software Development Community, JAVAWUG (Java Web User Group), The London Android Group
Reply With Quote Quick reply to this message  
Join Date: Apr 2007
Posts: 34
Reputation: onsir is an unknown quantity at this point 
Solved Threads: 1
onsir onsir is offline Offline
Light Poster

Re: jasperReport and iReport for Linux

 
0
  #5
Jul 2nd, 2007
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_CLASSPATHCLASSPATH"

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

thanks
Reply With Quote Quick reply to this message  
Join Date: Apr 2007
Posts: 34
Reputation: onsir is an unknown quantity at this point 
Solved Threads: 1
onsir onsir is offline Offline
Light Poster

Re: jasperReport and iReport for Linux

 
0
  #6
Jul 3rd, 2007
help me, please....
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 4,177
Reputation: peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of 
Solved Threads: 479
Moderator
Featured Poster
peter_budo's Avatar
peter_budo peter_budo is offline Offline
Code tags enforcer

Re: jasperReport and iReport for Linux

 
0
  #7
Jul 3rd, 2007
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
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)

LJC - London Java Community, Graduate & Undergraduate Software Development Community, JAVAWUG (Java Web User Group), The London Android Group
Reply With Quote Quick reply to this message  
Join Date: May 2007
Posts: 4,424
Reputation: Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of 
Solved Threads: 507
Moderator
Featured Poster
Ezzaral's Avatar
Ezzaral Ezzaral is offline Offline
Industrious Poster

Re: jasperReport and iReport for Linux

 
0
  #8
Jul 3rd, 2007
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.
Reply With Quote Quick reply to this message  
Join Date: Jul 2007
Posts: 11
Reputation: Byaptia is an unknown quantity at this point 
Solved Threads: 0
Byaptia Byaptia is offline Offline
Newbie Poster

Re: jasperReport and iReport for Linux

 
0
  #9
Jul 26th, 2007
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
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
  • Linux PC (*nix Hardware Configuration)

Other Threads in the Java Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC