Execution environments

この機能もイマイチ メリットがわからず少し考えた。

http://www.onjava.com/pub/a/onjava/2006/06/28/whats-new-in-eclipse-3-2-java-development-tools.html?page=3

Filtering lets you cut down on the configurations listed to be just the ones in which you're interested. Execution environments let you describe the capabilities of a Java runtime using a generic name like "J2SE-1.4." Eclipse will pick the JRE that meets or exceeds the requirements of the environment you specify.

物理的なJREに論理名をつけて、アプリケーションの実行では、その論理名で実行できると。このPCはIBMのJ2SE1.4、このPCはSunのJ2SE1.4ってときに、同じプロジェクト構成でOKになるってことか。プロジェクトごと配布するときや、開発者ごとに環境ちょっと違うみたいなとこで役立つのかな。