AlejandraV25 / proclipsing

Automatically exported from code.google.com/p/proclipsing
0 stars 0 forks source link

Unable to complete export #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Standard proclipsing project with a few libraries.
2. Export
3. Select run config
4. As application

What is the expected output? What do you see instead?
Expecting a working application.

What version of the product are you using? On what operating system?
Latest as of this date, Mac OS X Lion, Flash Builder 4.6, Processing 1.5.

Please provide any additional information below.
First try: reason ... (nothing filled in), click ok, console log:

null
Exception: null :: java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException
    at dch.eclipse.p5Export.P5ExportWizard$1.run(P5ExportWizard.java:54)
    at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Caused by: java.lang.ExceptionInInitializerError
    at dch.eclipse.p5Export.P5ExportBuilder.initPreferences(P5ExportBuilder.java:154)
    at dch.eclipse.p5Export.P5ExportBuilder.<init>(P5ExportBuilder.java:92)
    at dch.eclipse.p5Export.P5ExportWizard.doFinish(P5ExportWizard.java:82)
    at dch.eclipse.p5Export.P5ExportWizard$1.run(P5ExportWizard.java:50)
    ... 1 more
Caused by: java.awt.HeadlessException
    at sun.awt.HeadlessToolkit.getMenuShortcutKeyMask(HeadlessToolkit.java:213)
    at processing.core.PApplet.<clinit>(PApplet.java:225)
    ... 5 more

Second and following tries:

Could not initialize class processing.core.PApplet
Exception: null :: java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException
    at dch.eclipse.p5Export.P5ExportWizard$1.run(P5ExportWizard.java:54)
    at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Caused by: java.lang.NoClassDefFoundError: Could not initialize class 
processing.core.PApplet
    at dch.eclipse.p5Export.P5ExportBuilder.initPreferences(P5ExportBuilder.java:154)
    at dch.eclipse.p5Export.P5ExportBuilder.<init>(P5ExportBuilder.java:92)
    at dch.eclipse.p5Export.P5ExportWizard.doFinish(P5ExportWizard.java:82)
    at dch.eclipse.p5Export.P5ExportWizard$1.run(P5ExportWizard.java:50)
    ... 1 more

Original issue reported on code.google.com by sebastia...@gmail.com on 1 Feb 2012 at 12:36

GoogleCodeExporter commented 9 years ago
Hopefully some of the recent updates have addressed this.  If not, please 
reopen.

Matt

Original comment by maddpar...@gmail.com on 19 Mar 2014 at 9:42