I really love this language! Great Job Andy & Frank.
Can somebody please help me understand how to build executables so I can send the fwt programs I make to friends/family etc? And also how to make these programs execute without the DOS (command prompt) opening?
Thank you
brianSun 14 Feb 2010
Turning a FWT app into a single executable is probably tricky (if it can even be done).
You might be able to use a JarDist with the SWT jar merged into it to distribute as a single jar.
Take a look at #780 for some techniques regarding DOS console.
jason Sat 13 Feb 2010
Hi All
I really love this language! Great Job Andy & Frank.
Can somebody please help me understand how to build executables so I can send the fwt programs I make to friends/family etc? And also how to make these programs execute without the DOS (command prompt) opening?
Thank you
brian Sun 14 Feb 2010
Turning a FWT app into a single executable is probably tricky (if it can even be done).
You might be able to use a JarDist with the SWT jar merged into it to distribute as a single jar.
Take a look at #780 for some techniques regarding DOS console.