Jump to content
JasperReports Library 7.0 is now available ×

Unable to start iReport0.5.2


2005 IR Help

Recommended Posts

By: urimi99 - urimi99

Unable to start iReport0.5.2

2005-11-12 05:38

Hi, I did the following on dos command:

********************************************

C:IREPORTSiReport-0.5.2-src>set path=C:j2sdk1.4.1_02bin

 

C:IREPORTSiReport-0.5.2-src>iReport.bat

 

C:IREPORTSiReport-0.5.2-src>set CMD_LINE_ARGS=

 

C:IREPORTSiReport-0.5.2-src>if """" == """" goto doneSetArgs

 

C:IREPORTSiReport-0.5.2-src>cd bin

 

C:IREPORTSiReport-0.5.2-srcbin>startup.bat

Exception in thread "main" java.lang.NoClassDefFoundError: FilesJavaj2re1/4/1_

02libextQTJava/zip;/classes;/libbarbecue-1/1/jar;/libbsh-1/3/0/jar;/li

bcommons-beanutils-1/5/jar;/libcommons-collections-2/1/jar;/libcommons-dige

ster-1/7/jar;/libcommons-logging-1/0/2/jar;/libcommons-logging-api-1/0/2/jar

;/libgroovy-all-1/0-beta-10/jar;/libhsqldb-1/61/jar;/libitext-1/3/1/jar;/

libjasperreports-1/1/0/jar;/libjcmdline-1/0/2/jar;/libjcommon-1/0/0-rc1/jar

;/libjdt-compiler/jar;/libjfreechart-1/0/0-rc1/jar;/libjr-bsh-compiler/jar

;/libjr-groovy-compiler/jar;/liblog4j-1/2/8/jar;/liblooks-1/2/2/jar;/lib

mysql-connector-java-3/1/11-bin/jar;/libpngencoder/jar;/libpoi-2/0-final-200

40126/jar;/libtinylaf/jar;/libtools/jar;/libxalan/jar;/libxercesImpl/jar

;/libxml-apis/jar

C:IREPORTSiReport-0.5.2-src>

********************************************

But nothing happens....the IReporter GUI window does not open.

 

My Environmental variables is set as:

CLASSPATH=.;jakarta-tomcat-3.3.1ajakarta-tomcat-3.3.1alibcommonservlet.jar;C:Development;"C:Program FilesJavaj2re1.4.1_02libextQTJava.zip"

 

Pls help and explain my error, as I am a newbie to Java and Ireports. Thanks

 

 

 

 

 

By: Wal Millard - walmillard

RE: Unable to start iReport0.5.2

2005-11-15 21:53

 

open ur ireport/bin folder. in there you will find

 

startup.bat

 

to this file insert

 

set JAVA_HOME=C:C:j2sdk1.4.1_02

set PATH=%JAVA_HOME%bin;%PATH%

 

before any other calls to "set"

 

this will set JAVA_HOME - to ur java root. then it will add this path to the windowz PATH parameter.

 

Now run the ireport.bat file.

 

ireport should start.

 

luck

walmillard

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...