執行環境

org.eclipse.pde.core.executionEnvironments

3.2

[輸入這個延伸點的說明。]

<!ELEMENT extension (environment+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT environment EMPTY>

<!ATTLIST environment

id      CDATA #REQUIRED

profile CDATA #REQUIRED>


下列是 executionEnvironments 延伸規格的範例:
  

<extension point =

"org.eclipse.pde.core.executionEnvironments"

>

<environment id=

"J2SE-1.4"

profile=

"profiles/J2SE-1.4.profile"

/>

</extension>

在上述範例中,ID 符合 org.eclipse.jdt.launching.executionEnvironments 延伸規格中宣告的 environment 元素的 ID。這個執行環境的 JRE 設定檔位於宣告的外掛程式中的 profiles/J2SE-1.4.profile

這個延伸點不需要 Java 程式碼。

Eclipse SDK 不提供這個延伸點的延伸規格。