i´m using IReport 4.5.0 on my Win7 64Bit.
Previous Version does it also.
JavaVersion:
java version "1.7.0_02"
Java(TM) SE Runtime Environment (build 1.7.0_02-b13)
Java HotSpot(TM) 64-Bit Server VM (build 22.0-b10, mixed mode)
iReport is horrible slow in the “DESIGNER” mode.
Selecting any Item will delay the marking of the selected item for 10Seconds up to 20seconds…
Using a Picture (f.e. 16×16 PNG Icon in TitleBand) will increase that behaviour.
Any Idea for Speed Up the iReport?
The environment variable to set is
MAVEN_OPTS, for exampleMAVEN_OPTS=-Xmx1024m. Themaxmemconfiguration in the pom only applies when you set the compiler plugin to forkjavacinto a new JVM. Otherwise the plugin runs inside the same VM as Maven and thus within the memory passed on the command line via theMAVEN_OPTS.To set MAVEN_OPTS under Windows 7:
-Xmx1024m(or more)Open a new command window and run
mvn.