brucem Posted August 3, 2006 Share Posted August 3, 2006 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.businesslogic.ireport.plugin.checkupdate.CheckUpdate at it.businesslogic.ireport.plugin.checkupdate.CheckUpdate.call(CheckUpdate.java:31) below is my startup.bat file: @echo offset TMP_CLASSPATH=%CLASSPATH%set JAVA_HOME=c:j2sdk1.4.2_09set 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" %%ifor %%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 suggestionMariusz Link to comment Share on other sites More sharing options...
giulio Posted August 7, 2006 Share Posted August 7, 2006 Be sure you have unpacked the zip file in a brand new directory (and not over the old one). Giulio Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now