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

brucem

Members
  • Posts

    1
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Posts posted by brucem

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

×
×
  • Create New...