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

How use ireport0.3.2 on XP Professional


2004 IR Help

Recommended Posts

By: Allen Lin - allendarjer

How use ireport0.3.2 on XP Professional

2004-09-28 19:19

Hi:

I can't use ireport0.3.2 on xp professional, error message is

 

D:iReport-0.3.2-srciReport-0.3.2-src>for %i in (".lib*.zip") do call ".bin

cpappend.bat" %i

 

D:iReport-0.3.2-srciReport-0.3.2-src>java it.businesslogic.ireport.gui.MainFra

me

abce

Exception in thread "main" java.lang.NoSuchMethodError at it.businesslogic.ireport.gui.MainFrame.loadiReportConfiguration(MainFrame.java:5671)

at it.businesslogic.ireport.gui.MainFrame.loadiReportConfiguration(MainFrame.java:5581)

at it.businesslogic.ireport.gui.MainFrame.<init>(MainFrame.java:236)

at it.businesslogic.ireport.gui.MainFrame.main(MainFrame.java:5126)

 

Why?? somebody can help me?

P.S. I had set JAVA_HOME and ANT_HOME and classpath

 

 

 

 

 

By: mir_shajahan - comp_shajahan

RE: How use ireport0.3.2 on XP Professional

2004-09-28 23:11

Hai..

 

Hai just wanna know what this command line do?

 

D:iReport-0.3.2-srciReport-0.3.2-src>for %i in (".lib*.zip") do call ".bin

cpappend.bat" %i

 

D:iReport-0.3.2-srciReport-0.3.2-src>java it.businesslogic.ireport.gui.MainFrame

- Quated from Allen Lin

 

Thank's

 

<< aMir >>

 

 

 

 

 

 

By: Allen Lin - allendarjer

RE: How use ireport0.3.2 on XP Professional

2004-09-29 10:01

I don't know too!!

 

 

 

 

By: Allen Lin - allendarjer

RE: How use ireport0.3.2 on XP Professional

2004-09-29 10:10

I just want to know how to execute ireport0.3.2 on WindowsXP Professional.Because I can't use ireport0.3.2 on xp professional, error message isD:iReport-0.3.2-srciReport-0.3.2-src>for %i in (".lib*.zip") do call ".bin

cpappend.bat" %i

 

D:iReport-0.3.2-srciReport-0.3.2-src>java it.businesslogic.ireport.gui.MainFrame

 

Exception in thread "main" java.lang.NoSuchMethodError at it.businesslogic.ireport.gui.MainFrame.loadiReportConfiguration(MainFrame.java:5671)

at it.businesslogic.ireport.gui.MainFrame.loadiReportConfiguration(MainFrame.java:5581)

at it.businesslogic.ireport.gui.MainFrame.<init>(MainFrame.java:236)

at it.businesslogic.ireport.gui.MainFrame.main(MainFrame.java:5126)

 

 

 

 

 

By: Rick Millar - rmillar

RE: How use ireport0.3.2 on XP Professional

2004-09-29 15:14

My startup.bat file looks as follows and it works on my XP system. Of course I'm still running on ireport 0.2.3.1 so I don't know if it is different in 0.3.2

 

@echo off

cd ..

set JAVA_HOME=C:j2sdk1.4.2_03

set PATH=%JAVA_HOME%bin;%PATH%

set CLASSPATH=%CLASSPATH%;.classes

rem Add all jars....

for %%i in (".lib*.jar") do call ".noAntcpappend.bat" %%i

for %%i in (".lib*.zip") do call ".noAntcpappend.bat" %%i

for %%i in (".db_drivers*.jar") do call ".noAntcpappend.bat" %%i

for %%i in (".db_drivers*.zip") do call ".noAntcpappend.bat" %%i

java it.businesslogic.ireport.gui.MainFrame

 

 

 

 

 

 

By: Allen Lin - allendarjer

RE: How use ireport0.3.2 on XP Professional

2004-10-04 08:12

YES!! IT CAN RUN, THANX

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