Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Eclipsp.exe を開いて Android プログラミングを実行すると、このメッセージが表示されます。何が問題なのですか? 注:Java Webサイトからjreをダウンロードしました。
これは、JDK と環境システム変数のパスです。64 ビット Windows および JDK の環境システム変数は、32 ビット Windows とは異なります。
また、必ず 64 ビットの jre または jdk をダウンロードしてから、eclipse.ini ファイルを変更して以下を追加してください。
-vm [fullpath of 64-bit jdk or jre]\javaw.exe