Comment 2 for bug 62254

Revision history for this message
pmartino (p-martineau) wrote :

Same problem here.
I tested the different java (official Edgy packages)

1) Sun 1.5 ans BlackDown 1.4
The form editor does not open at all

2) With gcj 1.4
The Finish button does not work and gives the following trace in the console:

=======================================================
=== Note: An Exception was thrown which should have ===
=== caused a crash. I caught it. Please report this ===
=== to openoffice.org ===
=======================================================
java.lang.reflect.InvocationTargetException
   at java.lang.reflect.Method.invoke(libgcj.so.70)
   at com.sun.star.wizards.ui.event.MethodInvocation.invoke(MethodInvocation.java)
   at com.sun.star.wizards.ui.event.AbstractListener.invoke(AbstractListener.java)
   at com.sun.star.wizards.ui.event.CommonListener.actionPerformed(CommonListener.java)
Caused by: java.lang.IllegalAccessError: com.sun.star.wizards.form.FormDocument: com.sun.star.wizards.form.FormDocument$ControlForm.setFormProperties([Lcom.sun.star.beans.PropertyValue;Lcom.sun.star.wizards.db.CommandMetaData;)V
   at com.sun.star.wizards.form.FormDocument.finalizeForms(FormDocument.java)
   at com.sun.star.wizards.form.FormWizard.finishWizard(FormWizard.java)
   at com.sun.star.wizards.ui.WizardDialog.finishWizard_1(WizardDialog.java)
   at java.lang.reflect.Method.invoke(libgcj.so.70)
   ...3 more