Application only runs in Command Prompt.
in
Integration and Hardware
•
5 months ago
Hi!
I developed a program in Eclipse using Processing and exported it as an Application via the Eclipse P5 exporter. The problem is, clicking the exported exe does nothing at all. The program runs fine (no error messages) when started in the command prompt with
I developed a program in Eclipse using Processing and exported it as an Application via the Eclipse P5 exporter. The problem is, clicking the exported exe does nothing at all. The program runs fine (no error messages) when started in the command prompt with
"java -jar <jar-file-name>.jar".
Can someone tell me what's wrong with this export? I absolutely need the application to start by simply doubleclicking a symbol..
Win 7 64-bit
1