Creating the product definition
In order to produce an executable, you will need to create a product definition with the required files and then you can export your application.
1 - With your project opened in Eclipse, go to File>>New Product Configuration wizard. Enter or select the name of the main package. Then select the 'Eclipse Application' to use Eclipse's default launcher. The 'Eclipse Application' configuration will show up automatically if you had launched your test application before, otherwise it will be blank. But you change that later. Click 'Finish' to create the product definition file.
2 - Enter your product name and then select the 'New' button to bring up the product extension dialog where you can specify a new product ID.
3 - Set the name of the product you want to launch in the 'Defining Plug-in' and it's associated product ID as the extension. Set the class you want to launch under 'Application. Then click 'Finish' to create the product ID.
4 - Now you can test your product by clicking on the 'Launch the product'.
5 - You should now see the familiar window :
6 - Close the test application and go back to the Overview tab and click on the 'Eclipse Export product wizard'. Here you can enter a folder to contain all the code to your tester as a package.
7 - The above options will produce a directory structure like the following and you can lauch this executable by running the program "\Build\Drawing\eclipse.exe".







