Chirag, Does GCJ fully support J2SE 5.0?
Lots of
error: verification error at PC=10 error: bad constant pool tag in ldc
looks like GCJ does not anderstand 'ldc <CONSTANT_Class>" construct available in Java 5. Also, classes 1) com.sun.java.swing.plaf.windows.WindowsComboBoxUI referenced in com/harshgiri/ReportDaily 2) com.sun.java.swing.plaf.motif.MotifComboBoxUI referenced in com/harshgiri/ReportDaily and 3) com.sun.java.swing.plaf.motif.MotifComboBoxUI referenced in org/freixas/jcalendar/JCalendarCombo are evidently not present in Harmony Class Library as they are Sun implementation speicific. You can either ask owners of com/harshgiri/ReportDaily and org/freixas/jcalendar/JCalendarCombo update their code to remove using Sun's internals or use it through reflection and have documented API alternative. WBR, -- Pavel Pervov, Intel Enterprise Solutions Software Division
