Jump to content
Changes to the Jaspersoft community edition download ×

iReport 1.2.5 doesn't start


brucem

Recommended Posts

HI,

I just downloaded a new ver. 1.2.5 in zip file. Unpacked it and modyfied startup.bat but can not start it properly:

Exception in thread "main" java.lang.IllegalAccessError: tried to access class it.businesslogic.ireport.plugin.checkupdate.CheckUpdate$1 from class it.business

logic.ireport.plugin.checkupdate.CheckUpdate

at it.businesslogic.ireport.plugin.checkupdate.CheckUpdate.call(CheckUpdate.java:31)

 

below is my startup.bat file:

 

@echo off

set TMP_CLASSPATH=%CLASSPATH%

set JAVA_HOME=c:j2sdk1.4.2_09

set JAVA_BIN=%JAVA_HOME%binjava

 

for %%i in (%0) do cd /d %%~dpi..

 

 

set CLASSPATH=%CLASSPATH%;.classes;.fonts;

rem Add all jars....

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

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

 

set IREPORT_CLASSPATH=%CLASSPATH%

set CLASSPATH=%TMP_CLASSPATH%

 

%JAVA_BIN% -cp "%IREPORT_CLASSPATH%" -Xms24m -Xmx512m it.businesslogic.ireport.gui.MainFrame %*

 

 

Have idea what is wrong. My friend can work this version and configuration without any problem...

 

Thanks for any suggestion

Mariusz

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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