Page 1 of 1

[Eclipse Integration] An internal error occurred during

Posted: Mon Sep 26, 2011 1:14 pm
by ashesmashes
Hi,
I am trying to create a Java component as per the JavaEclipseTuto
. It fails with this error:
An internal error occurred during: "Uno Project creation job".
Log file has the following
java.lang.NoClassDefFoundError: org/openoffice/plugin/core/utils/XMLWriter
at org.openoffice.ide.eclipse.core.model.description.DescriptionModel.serialize(Unknown Source)
at org.openoffice.ide.eclipse.core.internal.model.UnoFactory.createProject(Unknown Source)
at org.openoffice.ide.eclipse.core.wizards.NewUnoProjectWizard$ProjectCreationJob.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Can you please help me which jars are missing?
Thanks
Ash