Solution is to create a launcher. 1. Right click on Desktop and click on Create Launcher 2. Under Name : type your program name 3. Under Command : Browse and select your compiled program 4. that's it click ok.
Now, you will be able to execute your file by double-clicking on it. Here is a sample for you . Type : Application Name : Image Processing Command: hand_detection Comment: On Nov 14, 12:12 pm, Laxmihari <[email protected]> wrote: > hello everybody , > > i wrote a simple c code and compiled it with gcc compiler , and it > runs by doing > > $./file-name > > how can i make it to run when double clicked on it ? > i tried it also with other compiler also , but same problem repeats .. > And similar problem with also java program when javac compiler is > used... > > plz kindly respond me at your earliest convenience .. -- FOSS Nepal mailing list: [email protected] http://groups.google.com/group/foss-nepal To unsubscribe, e-mail: [email protected] Mailing List Guidelines: http://wiki.fossnepal.org/index.php?title=Mailing_List_Guidelines Community website: http://www.fossnepal.org/
