We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi. I want to export processing application to a single exe I could not find how to do this.
Thank you. David.
there's a menu option in the processing editor that'll do it.
File -> Export Application
I need one exe - that includes all subdirs & libs & java - all in one. Export application makes an application that needs allot of extras.
why my exported app is looking for old version of JAVA ? It is looking for 1.8.0_74 while I installed 1.8.0_101.
A lot of those generated files aren't necessary for execution.
I believe Kevin workman wrote something that would bundle up all the necessary bits in one file, but I've never used it. Try searching the forum.
That would be very difficult as processing uses java. If it is very important to you, why not just use C++??
working.
??
@DavidFi1: how did you do it please?
File -> Export Application on 3.2.3 is working :=)
That does end up with some extras.
Answers
there's a menu option in the processing editor that'll do it.
File -> Export Application
I need one exe - that includes all subdirs & libs & java - all in one. Export application makes an application that needs allot of extras.
why my exported app is looking for old version of JAVA ? It is looking for 1.8.0_74 while I installed 1.8.0_101.
A lot of those generated files aren't necessary for execution.
I believe Kevin workman wrote something that would bundle up all the necessary bits in one file, but I've never used it. Try searching the forum.
That would be very difficult as processing uses java.
If it is very important to you, why not just use C++??
working.
??
@DavidFi1: how did you do it please?
File -> Export Application on 3.2.3 is working :=)
That does end up with some extras.