ymuruvi / proclipsing

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

Could not find the main class: Program will exit #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Create Processing Project.
2. Write basic code to setup() and draw().
3. Export the project with Java Compiler compliance level set to 1.7.
4. Run application and message appears:

"Could not find the main class: **class name**. Program will exit."

What is the expected output? What do you see instead?

Exported applet and application should be running.

What version of the product are you using? On what operating system?

Proclipsing v0.2.5.1 with
Eclipse IDE for Java Developers version Indigo Service Release 1
Build id: 20110916-0149

Processing v1.5.1
Windows 7 Home Premium 64-bit

Please provide any additional information below.

Exported application run fine when Java Compiler compliance level is set to 1.6.

Original issue reported on code.google.com by kiraw...@gmail.com on 2 Nov 2011 at 12:04

GoogleCodeExporter commented 8 years ago
I don't believe Processing is Java 1.7 compatible.

Original comment by maddpar...@gmail.com on 11 Nov 2011 at 5:40