﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>BlogJava-kapok-随笔分类-Eclipse技巧和插件等</title><link>http://www2.blogjava.net/kapok/category/650.html</link><description>垃圾桶,嘿嘿，我藏的这么深你们还能找到啊，真牛！</description><language>zh-cn</language><lastBuildDate>Wed, 28 Feb 2007 03:22:00 GMT</lastBuildDate><pubDate>Wed, 28 Feb 2007 03:22:00 GMT</pubDate><ttl>60</ttl><item><title>http://www.exadel.com/</title><link>http://www.blogjava.net/kapok/archive/2005/08/12/9990.html</link><dc:creator>笨笨</dc:creator><author>笨笨</author><pubDate>Fri, 12 Aug 2005 14:36:00 GMT</pubDate><guid>http://www.blogjava.net/kapok/archive/2005/08/12/9990.html</guid><wfw:comment>http://www.blogjava.net/kapok/comments/9990.html</wfw:comment><comments>http://www.blogjava.net/kapok/archive/2005/08/12/9990.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/kapok/comments/commentRss/9990.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/kapok/services/trackbacks/9990.html</trackback:ping><description><![CDATA[<A href="http://www.exadel.com/">http://www.exadel.com/</A><img src ="http://www.blogjava.net/kapok/aggbug/9990.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/kapok/" target="_blank">笨笨</a> 2005-08-12 22:36 <a href="http://www.blogjava.net/kapok/archive/2005/08/12/9990.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Eclipse插件</title><link>http://www.blogjava.net/kapok/archive/2005/07/28/1777.html</link><dc:creator>笨笨</dc:creator><author>笨笨</author><pubDate>Thu, 28 Jul 2005 08:01:00 GMT</pubDate><guid>http://www.blogjava.net/kapok/archive/2005/07/28/1777.html</guid><description><![CDATA[编辑多国语言的<A href="http://www.guh-software.de/jinto_en.html"><BR>http://www.guh-software.de/jinto_en.html</A><BR><BR><BR>Code Folding&nbsp; 加入多种代码折叠功能（比eclipse自带的更多）<BR>&nbsp;&nbsp; <A href="http://www.coffee-bytes.com/servlet/PlatformSupport">http://www.coffee-bytes.com/servlet/PlatformSupport</A><BR>&nbsp;<BR>Easy Explorer&nbsp; 从eclipse中访问选定文件、目录所在的文件夹<BR>&nbsp;&nbsp; <A href="http://easystruts.sourceforge.net/">http://easystruts.sourceforge.net/</A><BR><BR><BR><A href="http://www.logicexplorers.com/products/codelogic/">http://www.logicexplorers.com/products/codelogic/</A><BR><BR><BR><A href="http://www.matrix.org.cn/subjects/Wiki.jsp?page=EclipsePlugins">http://www.matrix.org.cn/subjects/Wiki.jsp?page=EclipsePlugins</A><img src ="http://www.blogjava.net/kapok/aggbug/1777.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/kapok/" target="_blank">笨笨</a> 2005-07-28 16:01 <a href="http://www.blogjava.net/kapok/archive/2005/07/28/1777.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Eclipse 运行时选项</title><link>http://www.blogjava.net/kapok/archive/2005/05/26/5209.html</link><dc:creator>笨笨</dc:creator><author>笨笨</author><pubDate>Wed, 25 May 2005 16:10:00 GMT</pubDate><guid>http://www.blogjava.net/kapok/archive/2005/05/26/5209.html</guid><wfw:comment>http://www.blogjava.net/kapok/comments/5209.html</wfw:comment><comments>http://www.blogjava.net/kapok/archive/2005/05/26/5209.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/kapok/comments/commentRss/5209.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/kapok/services/trackbacks/5209.html</trackback:ping><description><![CDATA[<H1>Eclipse 运行时选项</H1>
<P>最后修改时间为 2004 年 8 月 4 日 14 点 45 分，星期三</P>
<P>Eclipse 平台具有很高的可配置性。配置输入的形式为命令行自变量和系统属性设置。很多情况下，命令行自变量仅仅是用来设置相关系统属性的缩写。事实上，系统属性设置远多于命令行自变量。</P>
<H2><A name=commandline></A>命令行自变量</H2>
<P>下面列示的是由 Eclipse 运行时的各个部分处理的命令行自变量。其中很多值也可通过使用系统属性在命令行上使用 -D VM 自变量来指定或者通过在 config.ini 文件中指定这些值来指定。使用后一技巧，可以根本不使用命令行自变量就定制 Eclipse。</P>
<P>对于列表中的每个自变量，已经给定了其对应系统属性关键字（在 {} 中）。另外还给定了处理命令行自变量的 Eclipse 运行时层（在 () 中）。这对于人们替换运行时部件以适应特殊需要很有用。</P>
<DL>
<DT>-application &lt;id&gt; (Runtime) 
<DD>相当于将 <A href="http://127.0.0.1:57172/help/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html?resultof=%22%6c%6f%63%61%6c%65%22%20#eclipseapplication">eclipse.application</A> 设置为 &lt;id&gt; 
<DT>-arch &lt;architecture&gt; (OSGi) 
<DD>相当于将 <A href="http://127.0.0.1:57172/help/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html?resultof=%22%6c%6f%63%61%6c%65%22%20#osgiarch">osgi.arch</A> 设置为 &lt;architecture&gt; 
<DT>-clean (OSGi) <EM>NEW</EM> 
<DD>相当于将 <A href="http://127.0.0.1:57172/help/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html?resultof=%22%6c%6f%63%61%6c%65%22%20#osgiclean">osgi.clean</A> 设置为 "true" 
<DT>-configuration &lt;location&gt; (Main) 
<DD>相当于将 <A href="http://127.0.0.1:57172/help/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html?resultof=%22%6c%6f%63%61%6c%65%22%20#osgiconfigurationarea">osgi.configuration.area</A> 设置为 &lt;location&gt; 
<DT>-console [port] (OSGi) <EM>NEW</EM> 
<DD>相当于将 <A href="http://127.0.0.1:57172/help/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html?resultof=%22%6c%6f%63%61%6c%65%22%20#osgiconsole">osgi.console</A> 设置为 [port] 或在要使用缺省端口（例如，未指定端口时）时设置为空字符串。 
<DT>-consoleLog (Runtime) 
<DD>相当于将 <A href="http://127.0.0.1:57172/help/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html?resultof=%22%6c%6f%63%61%6c%65%22%20#eclipseconsolelog">eclispe.consoleLog</A> 设置为 "true" 
<DT>-data &lt;location&gt; (OSGi)<BR>
<DD>相当于将 <A href="http://127.0.0.1:57172/help/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html?resultof=%22%6c%6f%63%61%6c%65%22%20#osgiinstancearea">osgi.instance.area</A> 设置为 &lt;location&gt; 
<DT>-debug [options file] (OSGi) 
<DD>相当于将 <A href="http://127.0.0.1:57172/help/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html?resultof=%22%6c%6f%63%61%6c%65%22%20#osgidebug">osgi.debug</A> 设置为 [options file] 或设置为空字符串以仅启用调试（例如，如果未指定选项文件位置） 
<DT>-dev [entries] (OSGi) 
<DD>相当于将 <A href="http://127.0.0.1:57172/help/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html?resultof=%22%6c%6f%63%61%6c%65%22%20#osgidev">osgi.dev</A> 设置为 [entries] 或设置为空字符串以仅启用 DEV 方式（例如，如果未指定条目） 
<DT>
<DT>
<DT>-endSplash &lt;command&gt; (Main) 
<DD>指定要用来关闭闪屏的命令。通常由 Eclipse 可执行文件提供。 
<DT>-feature &lt;feature id&gt; (Runtime) 
<DD>相当于将 <A href="http://127.0.0.1:57172/help/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html?resultof=%22%6c%6f%63%61%6c%65%22%20#eclipseproduct">eclipse.product</A> 设置为 &lt;feature id&gt; 
<DT>-framework &lt;location&gt; (Main) <EM>NEW</EM> 
<DD>相当于将 <A href="http://127.0.0.1:57172/help/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html?resultof=%22%6c%6f%63%61%6c%65%22%20#osgiframework">osgi.framework</A> 设置为 &lt;location&gt; 
<DT>-initialize (Main) 
<DD>初始化要运行的配置。刷新与运行时相关的所有数据结构和高速缓存。不清除任何用户／插件定义的配置数据。没有运行任何应用程序，忽略所有产品规范且不显示用户界面（例如，不会绘制闪屏） 
<DT>-install &lt;location&gt; (Main) 
<DD>相当于将 <A href="http://127.0.0.1:57172/help/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html?resultof=%22%6c%6f%63%61%6c%65%22%20#osgiinstallarea">osgi.install.area</A> 设置为 &lt;location&gt; 
<DT>-keyring &lt;location&gt; (Runtime) 
<DD>权限数据库在磁盘上的位置。此自变量必须与 -password 自变量一起使用。 
<DT>
<DT><SPAN>-nl &lt;<SPAN style="BACKGROUND: highlight; COLOR: highlighttext">locale</SPAN>&gt; (OSGi) </SPAN>
<DD>相当于将 <A href="http://127.0.0.1:57172/help/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html?resultof=%22%6c%6f%63%61%6c%65%22%20#osginl">osgi.nl</A><SPAN> 设置为 &lt;<SPAN style="BACKGROUND: highlight; COLOR: highlighttext">locale</SPAN>&gt; </SPAN>
<DT>
<DT>
<DT>-noLazyRegistryCacheLoading (Runtime) 
<DD>相当于将 <A href="http://127.0.0.1:57172/help/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html?resultof=%22%6c%6f%63%61%6c%65%22%20#eclipsenolazyregistrycacheloading">eclipse.noLazyRegistryCacheLoading</A> 设置为 "true" 
<DT>-noRegistryCache (Runtime) 
<DD>相当于将 <A href="http://127.0.0.1:57172/help/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html?resultof=%22%6c%6f%63%61%6c%65%22%20#eclipsenoregistrycache">eclipse.noRegistryCache</A> 设置为 "true" 
<DT>
<DT>
<DT>-noSplash (Executable, Main) 
<DD>控制是否显示闪屏 
<DT>-os &lt;operating system&gt;（OSGi） 
<DD>相当于将 <A href="http://127.0.0.1:57172/help/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html?resultof=%22%6c%6f%63%61%6c%65%22%20#osgios">osgi.os</A> 设置为 &lt;operating system&gt; 
<DT>
<DT>-password &lt;password&gt; (Runtime) 
<DD>权限数据库的密码 
<DT>
<DT>
<DT>-pluginCustomization &lt;location&gt; (Runtime) 
<DD>相当于将 <A href="http://127.0.0.1:57172/help/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html?resultof=%22%6c%6f%63%61%6c%65%22%20#eclipseplugincustomization">eclipse.pluginCustomization</A> 设置为 &lt;location&gt; 
<DT>-product &lt;id&gt; (OSGi) <EM>NEW</EM> 
<DD>相当于将 <A href="http://127.0.0.1:57172/help/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html?resultof=%22%6c%6f%63%61%6c%65%22%20#eclipseproduct">eclipse.product</A> 设置为 &lt;id&gt; 
<DT>-showSplash &lt;command&gt; (Main) 
<DD>指定要用来显示闪屏的命令。通常由 Eclipse 可执行文件提供。 
<DT>
<DT>-user &lt;location&gt; (OSGi) <EM>NEW</EM> 
<DD>相当于将 <A href="http://127.0.0.1:57172/help/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html?resultof=%22%6c%6f%63%61%6c%65%22%20#osgiuserarea">osgi.user.area</A> 设置为 &lt;location&gt; 
<DT>-vm &lt;path to java executable&gt; (Executable, Main) <EM>NEW</EM> 
<DD>传递给 Eclipse 可执行文件后，此选项用来查找用来运行 Eclipse 的 Java VM。必须是指向适当的 Java 可执行文件的完整文件系统路径。如果未指定，Eclipse 可执行文件将使用搜索算法来查找合适的 VM。不管怎样，可执行文件会使用 -vm 自变量将该路径传递至用于 Java Main 的实际 VM。然后，Java Main 将此值存储在 <A href="http://127.0.0.1:57172/help/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html?resultof=%22%6c%6f%63%61%6c%65%22%20#eclipsevm">eclipse.vm</A> 中。 
<DT>-vmargs [vmargs*] (Executable, Main) <EM>NEW</EM> 
<DD>传递给 Eclipse 后，此选项用来定制运行 Eclipse 的 Java VM 的操作。如果指定了此操作，此选项必须位于命令行的末尾。即使未在可执行命令行上指定，可执行文件也将使用 -vmargs 自变量自动将相关自变量（包括正在启动的类）添加至传递到 Java 的命令行。然后，Java Main 将此值存储在 <A href="http://127.0.0.1:57172/help/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html?resultof=%22%6c%6f%63%61%6c%65%22%20#eclipsevmargs">eclipse.vmargs</A> 中。 
<DT>-ws &lt;window system&gt; (OSGi) 
<DD>相当于将 <A href="http://127.0.0.1:57172/help/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html?resultof=%22%6c%6f%63%61%6c%65%22%20#osgiws">osgi.ws</A> 设置为 &lt;window system&gt; </DD></DL>
<H3>废弃的命令行自变量</H3>
<P>下列命令行自变量不再相关或已被取代，并由运行时占用而不传递至为保留向后兼容性而运行的应用程序。</P>
<DL>
<DT>-boot 
<DD>请参阅 -configuration 
<DT>-classLoaderProperties 
<DD>不再相关 
<DT>
<DT>-firstUse 
<DD>不再相关 
<DT>
<DT>-newUpdates 
<DD>不再相关 
<DT>
<DT>-noPackagePrefixes 
<DD>不再相关 
<DT>
<DT>
<DT>-noUpdate 
<DD>不再相关 
<DT>
<DT>-plugins 
<DD>不再相关 
<DT>-update 
<DD>不再相关 </DD></DL>
<H3>其它 </H3>
<P>下列命令行自变量是由各个 Eclipse 插件定义的，且仅当安装、解析并激活定义插件后才受支持。</P>
<DL>
<DT>-noVersionCheck (workbench) 
<DD>&lt;description&gt; 
<DT>-perspective (workbench) 
<DD>&lt;description&gt; 
<DT>-refresh (org.eclipse.core.resources) 
<DD>&lt;description&gt; 
<DT>-showLocation (org.eclipse.ui.ide.workbench) 
<DD>&lt;description&gt; 
<DT>-allowDeadlock 
<DD>&lt;description&gt; </DD></DL>
<H2>系统属性</H2>
<P>Eclipse 运行时使用下列系统属性。注意，以“osgi”开头的属性是特定于 OSGi 框架实现的，而以“eclipse”开头的属性则特定于位于 OSGi 框架之上的 Eclipse 运行时。</P>
<P>其中许多属性具有命令行等效项（请参阅<A href="http://127.0.0.1:57172/help/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html?resultof=%22%6c%6f%63%61%6c%65%22%20#commandline">命令行自变量</A>一节以及花括号 {} 中的值）。用户可任意选用命令行或属性设置来指定值。可以下列方式设置属性：</P>
<UL>
<LI>使用 -DpropName=propValue 作为 Java VM 的 VM 自变量 
<LI>在 config.ini 文件中的适当配置区域设置想要的属性 </LI></UL>
<DL>
<DT><A id=eclipseapplication name=eclipseapplication></A>eclipse.application {-application} 
<DD>要运行的应用程序的标识。此处给定的值覆盖由要运行的产品（请参阅 <A href="http://127.0.0.1:57172/help/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html?resultof=%22%6c%6f%63%61%6c%65%22%20#eclipseproduct">eclipse.product</A>）定义的任何应用程序。 
<DT><A id=eclipsecommands name=eclipsecommands></A>eclipse.commands 
<DD>sdf 
<DT><A id=eclipseconsolelog name=eclipseconsolelog></A>eclipse.consoleLog 
<DD>如果为“true”，还将任何日志输出发送至 Java 的 System.out（通常会返回至命令 shell）。与 -debug 组合时很方便。 
<DT><A id=eclipsedebugstartuptime name=eclipsedebugstartuptime></A>eclipse.debug.startupTime 
<DD>启动用于此会话的 Java VM 的时间（以毫秒计） 
<DT><A id=eclipseexitcode name=eclipseexitcode></A>eclipse.exitcode 
<DD>&lt;description&gt; 
<DT><STRONG></STRONG>
<DT><A id=eclipseexitdata name=eclipseexitdata></A>eclipse.exitdata 
<DD>&lt;description&gt; 
<DT><STRONG></STRONG>
<DT><A id=eclipsemanifestconverter name=eclipsemanifestconverter></A>eclipse.manifestConverter 
<DD>将旧的 plugin.xml 文件转换为 manifest.mf 文件时使用的清单转换器类的类名 
<DT><A id=eclipsenoextensionmunging name=eclipsenoextensionmunging></A>eclipse.noExtensionMunging 
<DD>如果为“true”，旧注册表扩展将保持原样。缺省情况下，将更新这些扩展以使用 Eclipse 3.0 中的新扩展点标识。 
<DT><A id=eclipsenolazyregistrycacheloading name=eclipsenolazyregistrycacheloading></A>eclipse.noLazyRegistryCacheLoading {-noLazyRegistryCacheLoading} 
<DD>如果为“true”，将释放平台的插件注册表高速缓存装入优化。缺省情况下，仅在需要时才从注册表高速缓存（如果有）装入配置元素，从而减少内存占用量。此选项在启动时强制完全装入注册表高速缓存。 
<DT><A id=eclipsenoregistrycache name=eclipsenoregistrycache></A>eclipse.noRegistryCache {-noRegistryCache} 
<DD>如果为“true”，则不会读写内部扩展注册表高速缓存 
<DT><A id=eclipseplugincustomization name=eclipseplugincustomization></A>eclipse.pluginCustomization {-pluginCustomization} 
<DD>包含插件首选项的缺省设置的属性文件的文件系统位置。这些缺省设置覆盖在主要功能部件中指定的缺省设置。相对路径是相对于 Eclipse 本身的当前工作目录解释的。 
<DT><A id=eclipseproduct name=eclipseproduct></A>eclipse.product {-product} 
<DD>要运行的产品的标识。它控制各种品牌信息以及使用的应用程序。 
<DT><A id=eclipsevm name=eclipsevm></A>eclipse.vm {-vm} 
<DD>指向用来运行 Eclipse 的 Java 可执行文件的路径。此信息用来构造重新启动命令行。 
<DT><A id=eclipsevmargs name=eclipsevmargs></A>eclipse.vmargs {-vmargs} 
<DD>列示用来运行 Eclipse 的 VM 自变量。此信息用来构造重新启动命令行。 
<DT><A name=osgiadaptor></A>osgi.adaptor 
<DD>要使用的 OSGi 框架适配器的类名。 
<DT><A name=osgiarch></A>osgi.arch {-arch} 
<DD>请参阅 -arch 
<DT><A name=osgibaseconfigurationarea></A>osgi.baseConfiguration.area 
<DD>asf 
<DT><A name=osgibundles></A>osgi.bundles 
<DD>用逗号分隔的 bundle 列表，它们是自动安装的，在系统启动并运行后可选择启动它们。每个条目的格式是：<BR><PRE>    &lt;URL | simple bundle location&gt;[@ [&lt;start-level&gt;] [":start"]]</PRE>如果省略启动级别（大于零的整数），则框架将对 bundle 使用缺省启动级别。如果添加了“start”标记，则在安装后，会将 bundle 标记为已启动。简单 bundle 位置是相对于框架的父目录解释的。启动级别指示 bundle 应该运行于的 OSGi 启动级别。如果未设置此值，系统将计算适当的缺省值。 
<DT><A name=osgiclean></A>osgi.clean 
<DD>如果设置为 "true"，则 OSGi 框架和 eclipse 运行时所用的任何高速缓存的数据将被全部擦去。这将清理用来存储 bundle 从属项资源和 eclipse 扩展注册数据的高速缓存。使用此选项将强制 eclipse 重新初始化这些高速缓存。 
<DT><A name=osgiconfigurationcascaded></A>osgi.configuration.cascaded 
<DD>如果设置为“true”，将把此配置层叠至父代配置。有关详细信息，请参阅有关<A href="http://127.0.0.1:57172/help/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html?resultof=%22%6c%6f%63%61%6c%65%22%20#locations">位置</A>的一节。 
<DT><A name=osgiconfigurationarea></A>osgi.configuration.area {-configuration} 
<DD>此次平台运行的配置位置。配置决定哪些插件将运行以及其它各项系统设置。有关详细信息，请参阅有关<A href="http://127.0.0.1:57172/help/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html?resultof=%22%6c%6f%63%61%6c%65%22%20#locations">位置</A>的一节。 
<DT>
<DT><A id=osgiconfigurationareadefault name=osgiconfigurationareadefault></A>osgi.configuration.area.default 
<DD>此次平台运行的缺省配置位置。配置决定哪些插件将运行以及其它各项系统设置。仅当未对 osgi.configuration.area 设置任何值时才使用此值（即，缺省设置）。有关详细信息，请参阅有关<A href="http://127.0.0.1:57172/help/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html?resultof=%22%6c%6f%63%61%6c%65%22%20#locations">位置</A>的一节。 
<DT>
<DT><A name=osgiconsole></A>osgi.console {-console} 
<DD>如果设置为非空值，则将启用 OSGi 控制台（如果安装了）。如果该值是合适的整数，将把它解释为端口，控制台在该端口上侦听其输出并引导至给定端口。便于调查系统的状态。 
<DT>
<DT><A name=osgiconsoleclass></A>osgi.console.class 
<DD>要运行的控制台的类名（如果已请求） 
<DT><A name=osgidebug></A>osgi.debug {-debug} 
<DD>如果设置为非空值，平台将置于调试方式。如果此值是字符串，则将它解释为 .options 文件的位置。此文件指示哪些调试点可供插件使用以及是否启用了它们。如果未指定位置，平台将在安装目录下搜索 .options 文件。 
<DT><A name=osgidev></A>osgi.dev {-dev} 
<DD>如果设置为空字符串，就会打开 DEV 方式。还可将此属性设置为用逗号分隔的将添加至每个插件的类路径的类路径条目或设置为指向包含一组插件的定制类路径添加项的 Java 属性文件的 URL。对于要求定制的 DEV 时间类路径的每个插件，该文件都将包含以下格式的条目：<BR><PRE>    &lt;插件标识&gt;=&lt;用逗号分隔的要添加的类路径条目的列表&gt;</PRE>其中插件标识“*”与另行声明的所有插件匹配。 
<DT><A name=osgiframework></A>osgi.framework 
<DD>OSGi 框架的 URL 位置。当 Eclipse 安装中断时很有用。有关详细信息，请参阅有关<A href="http://127.0.0.1:57172/help/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html?resultof=%22%6c%6f%63%61%6c%65%22%20#locations">位置</A>的一节。 
<DT><A name=osgiframeworkclasspath></A>osgi.frameworkClassPath 
<DD>用逗号分隔的用于 OSGi 框架实现的类路径条目的列表。相对位置是相对于框架位置解释的（请参阅 <A href="http://127.0.0.1:57172/help/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html?resultof=%22%6c%6f%63%61%6c%65%22%20#osgiframework">osgi.framework</A>） 
<DT><A id=osgiinstallarea name=osgiinstallarea></A>osgi.install.area {-install} 
<DD>平台的安装位置。此设置指示基本 Eclipse 插件的位置，在 Eclipse 安装中断时很有用。有关详细信息，请参阅有关<A href="http://127.0.0.1:57172/help/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html?resultof=%22%6c%6f%63%61%6c%65%22%20#locations">位置</A>的一节。 
<DT><A name=osgiinstancearea></A>osgi.instance.area {-data} 
<DD>此会话的实例数据位置。插件使用此位置来存储它们的数据。例如，资源插件使用这个作为项目的缺省位置（aka 工作空间）。有关详细信息，请参阅有关<A href="http://127.0.0.1:57172/help/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html?resultof=%22%6c%6f%63%61%6c%65%22%20#locations">位置</A>的一节。 
<DT>
<DT><A id=osgiinstanceareadefault name=osgiinstanceareadefault></A>osgi.instance.area.default 
<DD>此会话的缺省实例数据位置。插件使用此位置来存储它们的数据。例如，资源插件使用这个作为项目的缺省位置（aka 工作空间）。仅当未对 osgi.instance.area 设置任何值时才使用此值（即，缺省设置）。有关详细信息，请参阅有关<A href="http://127.0.0.1:57172/help/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html?resultof=%22%6c%6f%63%61%6c%65%22%20#locations">位置</A>的一节。 
<DT>
<DT><A name=osgimanifestcache></A>osgi.manifest.cache 
<DD>发现和生成的清单的位置。缺省位置在配置区域中，但清单高速缓存可以单独存储。 
<DT><A name=osginl></A>osgi.nl {-nl} 
<DD>Eclipse 平台将在其上运行的语言环境的名称。NL 值应遵循标准 Java 语言环境命名约定。 
<DT><A name=osgios></A>osgi.os {-os} 
<DD>操作系统值。该值应为 Eclipse 已知的 Eclipse 处理器体系结构名称之一（例如，x86 和 sparc 等等）。 
<DT><A name=osgisplashlocation></A>osgi.splashLocation 
<DD>启动 Eclipse 时要显示的闪屏（.bmp 文件）的绝对 URL 位置。此属性覆盖 <A href="http://127.0.0.1:57172/help/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html?resultof=%22%6c%6f%63%61%6c%65%22%20#osgisplashpath">osgi.splashPath</A> 中设置的任何值。 
<DT><A name=osgisplashpath></A>osgi.splashPath 
<DD>用逗号分隔的用来搜索名为 splash.bmp 的文件的 URL 的列表。此属性被在 <A href="http://127.0.0.1:57172/help/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html?resultof=%22%6c%6f%63%61%6c%65%22%20#osgisplashlocation">osgi.splashLocation</A> 中设置的任何值覆盖。 
<DT><A name=osgiuserarea></A>osgi.user.area {-user} 
<DD>用户区域的位置。用户区域包含特定于操作系统用户而且独立于任何 Eclipse 安装、配置或实例的数据（例如，首选项）。有关详细信息，请参阅有关<A href="http://127.0.0.1:57172/help/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html?resultof=%22%6c%6f%63%61%6c%65%22%20#locations">位置</A>的一节。 
<DT><A id=osgiuserareadefault name=osgiuserareadefault></A>osgi.user.area.default 
<DD>用户区域的缺省位置。用户区域包含特定于操作系统用户而且独立于任何 Eclipse 安装、配置或实例的数据（例如，首选项）。仅当未对 osgi.user.area 设置任何值时才使用此值（即，缺省设置）。有关详细信息，请参阅有关<A href="http://127.0.0.1:57172/help/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html?resultof=%22%6c%6f%63%61%6c%65%22%20#locations">位置</A>的一节。 
<DT><A name=osgiws></A>osgi.ws {-ws} 
<DD>窗口系统值。该值应为 Eclipse 已知的 Eclipse 窗口系统名称之一（例如，win32 和 motif 等等）。 
<DT><A name=osgisyspath></A>osgi.syspath 
<DD>&lt;仍在使用 xxx？修正名称&gt; </DD></DL>
<H2><A name=locations></A>位置 </H2>
<P>Eclipse 运行时定义一些<I>位置</I>，给插件开发者提供读取／存储数据的上下文并使 Eclipse 用户能控制数据共享作用域和可视性。Eclipse 定义下列位置概念：</P>
<DL>
<DL>
<DT>User (-user) {<A href="http://127.0.0.1:57172/help/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html?resultof=%22%6c%6f%63%61%6c%65%22%20#osgiuserarea">osgi.user.area</A>} [@none, @noDefault, @user.home, @user.dir, filepath, url] 
<DD>顾名思义，用户位置是特定于用户的。通常，用户位置是基于 Java <CODE>user.home</CODE> 系统属性的值，但是，可覆盖此值。在用户位置中可找到诸如用户范围的首选项和登录信息之类的信息。 
<DT>Install (-install) {osgi.install.area} [@user.home, @user.dir, filepath, url] 
<DD>安装位置是安装 Eclipse 本身的地方。实际上此位置是要运行 startup.jar 或 eclipse.exe 的父代的目录（通常为“eclipse”）。对于普通用户，应将此位置视为只读，因为安装可由许多用户共享。可设置安装位置并从 Eclipse 的其余部分对 startup.jar 去耦。 
<DT>Configuration (-configuration) {osgi.configuration.area} [@none, @noDefault, @user.home, @user.dir, filepath, url] 
<DD>配置位置包含标识和管理要运行的安装的（子）集的文件。这样，每个安装可能会有许多配置。安装可能附带缺省配置区域，但通常的启动方案涉及查找可写度更高的配置位置的运行时尝试。 
<DT>Instance (-data) {osgi.instance.area} [@none, @noDefault, @user.home, @user.dir, filepath, url] 
<DD>包含用户定义的数据构件的实例位置。例如，资源插件使用实例区域作为工作空间位置，因此它是项目的缺省主目录。其它插件可在此位置中随意写下任何文件。 </DD></DL></DL>
<P>虽然用户可以设置这些位置当中的任何一个，但是如果没有给定值，Eclipse 将计算出合理的缺省值。设置位置最常见的用例就是实例区域或工作空间（在 IDE 环境中）。要对特定数据集运行缺省 Eclipse 配置，可指定：</P><PRE>    eclipse -data c:\mydata</PRE>
<H3>更多详细信息</H3>
<P>位置是一些 URL。为简单起见，也接受文件路径并且它们将自动转换为 file: URL。为更好地控制以及更方便起见，还有一些可以使用的预定义符号位置。注意，并非位置类型和符号值的所有组合都有效。下表详细说明了哪些组合是可能的。由于缺省用例用于要设置的所有位置，而且它是有效且可写的，因此有些插件在其它设置中可能会失效，即使它们被列示为可行也是如此。例如，如果未定义实例区域，期望重点放在用户数据上的插件（例如，Eclipse 资源插件）来完成许多任务是不合理的。将由插件开发者来选择他们支持的设置并相应地设计它们的功能。</P>
<DL>
<DL>
<DT>@none 
<DD>指示不应显式设置相应位置或设置为其缺省值。例如，没有用户数据的 RCP 样式应用程序可以使用 osgi.instance.area=@none 来防止将外来文件写入磁盘。@none 后面不能跟任何其它路径段。 
<DT>@noDefault 
<DD>强制取消位置的定义或显式定义位置（即，Eclipse 不会自动计算缺省值）。这在您想在相应的位置允许数据但 Eclipse 缺省值不合适的时候很有用。@noDefault 后面不能跟任何其它路径段。 
<DT>@user.home 
<DD>引导 Eclipse 计算相对于用户的主目录的位置值。@user.home 后面可跟其它路径段。在所有情况下，字符串“@user.home”仅被替换为 Java“user.home”系统属性的值。例如，设置<BR>&nbsp;&nbsp;&nbsp;&nbsp;osgi.instance.area=@user.home/myWorkspace<BR>将导致值<BR>&nbsp;&nbsp;&nbsp;&nbsp;file:/users/bob/myWorkspace 
<DT>@user.dir 
<DD>引导 Eclipse 计算相对于当前工作目录的位置值。@user.dir 后面可跟其它路径段。在所有情况下，字符串“@user.dir”仅被替换为 Java“user.dir”系统属性的值。例如，设置<BR>&nbsp;&nbsp;&nbsp;&nbsp;osgi.instance.area=@user.dir/myWorkspace<BR>将导致值<BR>&nbsp;&nbsp;&nbsp;&nbsp;file:/usr/share/eclipse/myWorkspace </DD></DL></DL>
<TABLE width="100%" bgColor=#ffffff border=0>
<TBODY>
<TR bgColor=#cccccc>
<TD width="10%">位置／值</TD>
<TD width="17%">
<DIV align=center>支持缺省值</DIV></TD>
<TD width="17%">
<DIV align=center>文件／URL</DIV></TD>
<TD width="17%">
<DIV align=center>@none</DIV></TD>
<TD width="17%">
<DIV align=center>@noDefault</DIV></TD>
<TD width="17%">
<DIV align=center>@user.home</DIV></TD>
<TD width="17%">
<DIV align=center>@user.dir</DIV></TD></TR>
<TR>
<TD bgColor=#cccccc>
<DIV align=center>实例</DIV></TD>
<TD>
<DIV align=center>是</DIV></TD>
<TD>
<DIV align=center>是</DIV></TD>
<TD>
<DIV align=center>是</DIV></TD>
<TD>
<DIV align=center>是</DIV></TD>
<TD>
<DIV align=center>是</DIV></TD>
<TD>
<DIV align=center>是（缺省值）</DIV></TD></TR>
<TR>
<TD bgColor=#cccccc>
<DIV align=center>配置</DIV></TD>
<TD>
<DIV align=center>是</DIV></TD>
<TD>
<DIV align=center>是</DIV></TD>
<TD>
<DIV align=center>是*</DIV></TD>
<TD>
<DIV align=center>是*</DIV></TD>
<TD>
<DIV align=center>是</DIV></TD>
<TD>
<DIV align=center>是</DIV></TD></TR>
<TR>
<TD bgColor=#cccccc>
<DIV align=center>安装</DIV></TD>
<TD>
<DIV align=center>否</DIV></TD>
<TD>
<DIV align=center>是</DIV></TD>
<TD>
<DIV align=center>否</DIV></TD>
<TD>
<DIV align=center>否</DIV></TD>
<TD>
<DIV align=center>是</DIV></TD>
<TD>
<DIV align=center>是</DIV></TD></TR>
<TR>
<TD bgColor=#cccccc>
<DIV align=center>用户</DIV></TD>
<TD>
<DIV align=center>是</DIV></TD>
<TD>
<DIV align=center>是</DIV></TD>
<TD>
<DIV align=center>是</DIV></TD>
<TD>
<DIV align=center>是</DIV></TD>
<TD>
<DIV align=center>是</DIV></TD>
<TD>
<DIV align=center>是</DIV></TD></TR></TBODY></TABLE>
<P>* 指示此设置是在技术上可行但实际操作时很难管理。特别是在没有配置位置的情况下，Eclipse 运行时可能只能启动 OSGi 框架而已。</P><img src ="http://www.blogjava.net/kapok/aggbug/5209.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/kapok/" target="_blank">笨笨</a> 2005-05-26 00:10 <a href="http://www.blogjava.net/kapok/archive/2005/05/26/5209.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>组装你的Eclipse，免费的WSAD- -</title><link>http://www.blogjava.net/kapok/archive/2005/04/20/3509.html</link><dc:creator>笨笨</dc:creator><author>笨笨</author><pubDate>Tue, 19 Apr 2005 23:36:00 GMT</pubDate><guid>http://www.blogjava.net/kapok/archive/2005/04/20/3509.html</guid><wfw:comment>http://www.blogjava.net/kapok/comments/3509.html</wfw:comment><comments>http://www.blogjava.net/kapok/archive/2005/04/20/3509.html#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://www.blogjava.net/kapok/comments/commentRss/3509.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/kapok/services/trackbacks/3509.html</trackback:ping><description><![CDATA[<DIV><A href="http://deve.blogdriver.com/deve/493715.html">http://deve.blogdriver.com/deve/493715.html</A><BR>Eclipse作为开源的IDE开发工具，一直以来收到开发人员的喜爱。sf 上有许多为Eclipse开发的plugin，为Eclipse做了很好的扩展。</DIV>
<DIV>做为IBM 的集成开发环境－WSAD(IBM WebSphere Studio Application Developer )，通过工具箱和辅助中间件与WebSphere Studio 环境进行集成。集成了J2EE的开发环境，可以快速开发和部署J2EE应用。</DIV>
<DIV>其实WSAD也是通过一些ibm开发的插件对Eclipse进行扩展，形成的WSAD。</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 这里我们可以通过安装Eclipse的插件来实现他的J2EE开发环境。（当然你可以你可以安装lomboz、myeclipse等插件也可以到达目的）</DIV>
<DIV><!--StartFragment -->&nbsp; 
<LI><FONT face=arial,helvetica,geneva size=-1><B><A href="http://www.eclipse.org/webtools/index.html" target=_top><U>The Eclipse Web Tools Platform Project</U></A></B> </FONT></LI></DIV>
<DIV><FONT face=Arial size=2>此工程是eclipse.org的一个开源工程－－Eclipse的web 工具平台。</FONT></DIV>
<DIV><FONT face=Arial size=2>此工程分为两部分：Web Standard Tools和J2EE Standard Tools</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><!--StartFragment -->&nbsp;<IMG height=443 src="http://www.eclipse.org/webtools/images/subprojects.gif" width=500 border=0 dragover="true"> </DIV>
<DIV>Web 标准工具箱：</DIV>
<DIV>提供了编辑器、验证、自动产生文档等，支持广泛，例如：<!--StartFragment --> HTML/xHMTL, Web services, XQueries, SQL等等。支持不同的Web Application（Tomcat 等），可以发布，启动、运行、停止Web application。</DIV>
<DIV>&nbsp;</DIV>
<DIV>J2EE标准工具箱：</DIV>
<DIV>提供基于J2EE1.4 API的开发，<!--StartFragment --> EJB, Servlet, JSP, JCA, JDBC, JTA, JMS, JMX, JNDI, and Web Services. </DIV>
<DIV>&nbsp;</DIV>
<DIV>安装：</DIV>
<DIV>可以直接进入链接&nbsp;<TD align="right" valign="top"></TD><TD><B><A href="http://www.eclipse.org/webtools/development/main.html"><U>The Eclipse Web Tools Platform Project Development Resources</U></A></B></TD> </DIV>
<DIV>再进入&nbsp;<!--StartFragment --> <A href="http://download.eclipse.org/webtools/downloads/drops/S-1.0M2-200412230036/index.html"><B><U>Eclipse WTP 1.0 Milestone M2</U></B></A><BR>WTP需要EMF、GEF、EMF runtime driver、wtp1.0M2</DIV>
<DIV>可以都先下载下来，解压到一起，安装到plugin目录。</DIV>
<DIV>&nbsp;</DIV><img src ="http://www.blogjava.net/kapok/aggbug/3509.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/kapok/" target="_blank">笨笨</a> 2005-04-20 07:36 <a href="http://www.blogjava.net/kapok/archive/2005/04/20/3509.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Eclipse 的 Rich Client Platform 入门教程 </title><link>http://www.blogjava.net/kapok/archive/2005/04/18/3393.html</link><dc:creator>笨笨</dc:creator><author>笨笨</author><pubDate>Mon, 18 Apr 2005 01:55:00 GMT</pubDate><guid>http://www.blogjava.net/kapok/archive/2005/04/18/3393.html</guid><wfw:comment>http://www.blogjava.net/kapok/comments/3393.html</wfw:comment><comments>http://www.blogjava.net/kapok/archive/2005/04/18/3393.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/kapok/comments/commentRss/3393.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/kapok/services/trackbacks/3393.html</trackback:ping><description><![CDATA[<A href="http://www.blogjava.net/JIT/archive/2005/04/15/3329.html">http://www.blogjava.net/JIT/archive/2005/04/15/3329.html</A><img src ="http://www.blogjava.net/kapok/aggbug/3393.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/kapok/" target="_blank">笨笨</a> 2005-04-18 09:55 <a href="http://www.blogjava.net/kapok/archive/2005/04/18/3393.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Hibernate Synchronizer升级问题</title><link>http://www.blogjava.net/kapok/archive/2005/03/06/1770.html</link><dc:creator>笨笨</dc:creator><author>笨笨</author><pubDate>Sun, 06 Mar 2005 08:50:00 GMT</pubDate><guid>http://www.blogjava.net/kapok/archive/2005/03/06/1770.html</guid><wfw:comment>http://www.blogjava.net/kapok/comments/1770.html</wfw:comment><comments>http://www.blogjava.net/kapok/archive/2005/03/06/1770.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/kapok/comments/commentRss/1770.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/kapok/services/trackbacks/1770.html</trackback:ping><description><![CDATA[今天为了排错,直接在eclipse的插件和feature文件夹里面把hibernate synchronizer的插件文件给删除,结果通过在线安装提示错误:不能创建文件夹,后来把每个workspace里面的.hibernatesynchrornizer文件夹删除之后正常<img src ="http://www.blogjava.net/kapok/aggbug/1770.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/kapok/" target="_blank">笨笨</a> 2005-03-06 16:50 <a href="http://www.blogjava.net/kapok/archive/2005/03/06/1770.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Eclipse不能自动编译的问题</title><link>http://www.blogjava.net/kapok/archive/2005/03/06/1766.html</link><dc:creator>笨笨</dc:creator><author>笨笨</author><pubDate>Sun, 06 Mar 2005 06:35:00 GMT</pubDate><guid>http://www.blogjava.net/kapok/archive/2005/03/06/1766.html</guid><wfw:comment>http://www.blogjava.net/kapok/comments/1766.html</wfw:comment><comments>http://www.blogjava.net/kapok/archive/2005/03/06/1766.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.blogjava.net/kapok/comments/commentRss/1766.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/kapok/services/trackbacks/1766.html</trackback:ping><description><![CDATA[<P>今天比较奇怪,发现几个eclipse工程不能自动编译,另外一个从CVS上check out的工程却能自动编译,所以怀疑是自己的build path的问题,因为自己一向比较懒惰,所以引用的lib在一个很庞大的本地文件夹全部加入,里面有很多重复的,所以猜测可能是这个问题,手工指定几个需要的之后,问题解决.</P><img src ="http://www.blogjava.net/kapok/aggbug/1766.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/kapok/" target="_blank">笨笨</a> 2005-03-06 14:35 <a href="http://www.blogjava.net/kapok/archive/2005/03/06/1766.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>