| | |
jasperReport and iReport for Linux
![]() |
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
Publilius Syrus
(~100 BC)
LJC - London Java Community, Graduate & Undergraduate Software Development Community, JAVAWUG (Java Web User Group), The London Android Group
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
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
Publilius Syrus
(~100 BC)
LJC - London Java Community, Graduate & Undergraduate Software Development Community, JAVAWUG (Java Web User Group), The London Android Group
•
•
Join Date: Apr 2007
Posts: 34
Reputation:
Solved Threads: 1
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
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 fidone 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
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
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
Publilius Syrus
(~100 BC)
LJC - London Java Community, Graduate & Undergraduate Software Development Community, JAVAWUG (Java Web User Group), The London Android Group
•
•
Join Date: Jul 2007
Posts: 11
Reputation:
Solved Threads: 0
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
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
![]() |
Similar Threads
- Linux PC (*nix Hardware Configuration)
Other Threads in the Java Forum
- Previous Thread: best way to code 3 tier application
- Next Thread: Help
| Thread Tools | Search this Thread |
account android api applet application array arrays automation bidirectional binary birt bluetooth class classes client code columns component constructor database designadrawingapplicationusingjavajslider draw eclipse error errors exception expand fractal game givemetehcodez graphics gui guidancer homework html ide image inetaddress inheritance integer intellij j2me java javamicroeditionuseofmotionsensor javaprojects jlabel jme jni jpanel jtextfield jtree julia linux list loop map method methods midlethttpconnection mobile mobiledevelopmentcreatejar monitoring myaggfun netbeans newbie nullpointerexception open-source oracle plazmic print problem program project property recursion ria scanner search server set sharepoint smart sms smsspam sort sourcelabs splash sql sqlite static string subclass support swing testautomation threads tree unlimited webservices windows






