Eclipse “Eclipse Foundation”という団体によって開発されている、オープンソースの開発環境です。Javaで最も広く使用されている開発環境がこのEclipseです ドキュメントファイル、読めないのだが、、 どういうわけか?
+++++++
++++++
エクリプス、ファンデーション、 ページトップ
Get involved! Report Bugs and Enhancements Download one of the latest Eclipse Package Milestone Builds . Take it for a test drive before the final release and report any bugs you find. Report Enhancements : Got an idea for a killer feature? Or maybe something you use often could use some tweaking? Post an enhancement request!
参加する! レポートのバグと機能強化 最新のEclipse Package Milestone Buildsをダウンロードしてください。最終リリース前に試乗して見つけたバグを報告してください。 レポートの機能強化:キラー機能のアイデアを得ましたか?または、頻繁に使用するものが微調整を使用する可能性がありますか?強化リクエストを投稿してください!
+++++++
インストールしたページ、
>file:///C:/ep/readme/readme_eclipse.html#Running Eclipse
Selecting a workspace When the Workbench is launched,
立ち上げたら、わーススペースを選ぶ
the first thing you see is a dialog that allows you to select where the workspace will be located. The workspace is the directory where your work will be stored.
わーくスペースとは ホルダ・デレクトリのこと、
If you do not specify otherwise, Eclipse creates the workspace in your user directory.
This workspace directory is used as the default content area for your projects as well as for holding any required metadata.
For shared or multi-workspace installs you must explicitly specify the location for your workspace using the dialog (or via the "-data" command line argument).
-Ddata つけると、 マルチ起動あり、
Here is a typical Eclipse command line: eclipse -vm c:\jdk1.4.2\jre\bin\javaw
++++
ウィンドーズで コンパイラを用意するのかな? コンパイルはしなくても、メイクファイルは
利用するから、コンパイラ、インストールかな ???
なんか、コンパイラ 、必要なようだ。
EclipseにCの開発環境を構築した際のつまづきポイント - Qiita https://qiita.com › C 2016/01/06 - エンジニアとして働くのであれば、C言語はおさえておきたいのと、
... C/C++の開発環境のプラグインには、CDTのインストールが必要なので、
Eclipseのヘルプ->Eclipseマーケットプレース
... 今回はコンパイラにMinGWを選択しました。
+++++
使いかた、 教えてるページあった。
http://snagimo.com/install-eclipse-for-c-and-cpp-language
Eclipse(for C/C++)をインストールして Hello World まで 感謝、 やってみよう。