Project Explorer または Package Explorer でプロジェクトを選択します。
コンテキスト メニューを開きます。
[Run As] > [App Engine] を選択します。
サーバーが起動すると、ログメッセージがコンソールに表示されます。
Eclipse はアプリケーションに対して内部ウェブブラウザを開きます。ユーザーが外部ブラウザを開いて、http://localhost:8080 に移動することもできます。どちらの方法でも、サーブレットへのリンクのある静的 HTML ページが表示されます。どちらの方法でも、サーブレットへのリンクのある静的 HTML ページが表示されます。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-03-24 UTC。"],[[["Cloud Tools for Eclipse is only compatible with the App Engine Java 8 runtime, which will reach its end of support on January 31, 2024, after which deploying new or updating existing Java 8 applications will not be possible."],["You can run an App Engine standard project locally in an emulator within Eclipse by selecting \"Run As\" \u003e \"App Engine\" from the project's context menu."],["Debugging an App Engine standard project locally is similar to running it, but you must select \"Debug As\" \u003e \"App Engine\" instead."],["To run or debug your App Engine application on a different host or port, you must select \"Run on Server\" or \"Debug on Server\", then manually define a new server with the desired hostname and port."]]],[]]