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 では、いわゆる「パス変数」およびいわゆる「文字列変数」をいくつかの場所で使用できます。たとえば、「実行構成」では、${project_loc:/${project_name}}静的な値を提供する代わりにベースディレクトリを設定できます。
${project_loc:/${project_name}}
このような変数の値 (または複数の変数から構成される式の値) を調べるにはどうすればよいですか?