Jump to content
We've recently updated our Privacy Statement, available here ×

Error starting ireports 0.5.2


2005 IR Help

Recommended Posts

By: Marc Concannon - marcconcannon

Error starting ireports 0.5.2

2005-11-29 15:46

Hi

 

Have downloaded I-reports 0.5.2

 

Copied over the tools.jar file from my jdk jdk1.5.0_04

 

not sure why ... eclipse - jboss all run fine but not ireports.

 

error below:

 

C:iReports>iReport.bat

Exception in thread "main" java.lang.NoClassDefFoundError: it/businesslogic/ireport/gui/MainFrame

C:iReports>

 

any ideas?

 

 

 

 

By: David Karnowski - karnowski

RE: Error starting ireports 0.5.2

2005-12-01 10:09

Probably should post this in the iReports forum, but it looks like a CLASSPATH problem. You could change the first line in the "binstartup.bat" script to be "@echo on" and then look at the command that gets run last before the failure which should be:

 

java -cp ... -Xms24m -Xmx512m it.businesslogic.ireport.gui.MainFrame

 

The parameter following the "-cp" should show the classpath. I think the important one that needs to be in there that relates to your failure should be .libiReport.jar. If it's not in there then I'm guessing your iReport install is bad.

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...