Archive for January, 2008

Friday, January 11th, 2008

Starting Jasper iReport on Mac OS X

Today I tried to start iReport for the first time on the Mac. There was a shell script distributed with the program, so I gave it a shot in the Terminal. Unfortunately I got an exception immediately.
Stryker:iReport-2.0.3 2 siker$ chmod a+x iReport.sh
Stryker:iReport-2.0.3 2 siker$ ./iReport.sh
Exception in thread “main” java.lang.NoClassDefFoundError: 2

I fooled around with the script […]