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.
私たちが知っているように、次のようにコマンドラインでEclipseを実行できます。
eclipse.exe -クリーン
同じ方法でEclipse RCPプログラムを実行する必要があります
myrcp.exe パス
myrcpコードでパラメータ「パス」を取得するにはどうすればよいですか?
ありがとう〜
org.eclipse.core.runtime.Platform Platform.getCommandLineArgs();
この記事をチェック