|
|
||||||||
Project Home |
Tracker |
Documents |
Tasks |
Source Code |
Discussions |
Reports |
File Releases |
Wiki |
Project Admin |
|||||||||||||
| wiki1127: FAQ |
iReport DocumentationiReport FAQ1. How to fill a subreport using only static text fields. 1. How to fill a subreport using only static text fields. Solution 1:
Solution 2:
2. Lauching iReport.bat : Exception in thread "main" java.lang.NoSuchMethodError Usually the full exception is: Exception in thread "main" java.lang.NoSuchMethodError at it.businesslogic.ireport.gui.SplashDialog.initComponents(SplashDialog.java:44) at it.businesslogic.ireport.gui.SplashDialog.(SplashDialog.java:18) at it.businesslogic.ireport.gui.MainFrame.main(MainFrame.java:6691) Be sure you are using JDK 1.4.2 or later. You can test the used JVM with the command: java -version The problem can happen with Oracle client installed: it adds jdk1.3 at the beginning of the PATH. |
|
|