Difference between revisions of "Basics : Develop Simple Apps Fedora"
(→Your First C Program in Eclipse) |
|||
Line 1: | Line 1: | ||
== Your First C Program in Eclipse == | == Your First C Program in Eclipse == | ||
+ | |||
The first thing you have to do is to select the C/C++ perspective. You can do this by clicking the icon pointed to by the red arrow and selecting C/C++. [[Image:Screenshot-3.png|thumb]] | The first thing you have to do is to select the C/C++ perspective. You can do this by clicking the icon pointed to by the red arrow and selecting C/C++. [[Image:Screenshot-3.png|thumb]] | ||
Line 62: | Line 63: | ||
'''Congratulations!''' You've just run your first C program using Eclipse. | '''Congratulations!''' You've just run your first C program using Eclipse. | ||
+ | == Your First Java Program in Eclipse == | ||
+ | First, start by selecting the Java perspective. |
Revision as of 19:02, 18 January 2011
Your First C Program in Eclipse
The first thing you have to do is to select the C/C++ perspective. You can do this by clicking the icon pointed to by the red arrow and selecting C/C++.
Congratulations! You've just run your first C program using Eclipse.
Your First Java Program in Eclipse
First, start by selecting the Java perspective.