<small id='t2Vzr'></small><noframes id='t2Vzr'>

      <tfoot id='t2Vzr'></tfoot>
    1. <i id='t2Vzr'><tr id='t2Vzr'><dt id='t2Vzr'><q id='t2Vzr'><span id='t2Vzr'><b id='t2Vzr'><form id='t2Vzr'><ins id='t2Vzr'></ins><ul id='t2Vzr'></ul><sub id='t2Vzr'></sub></form><legend id='t2Vzr'></legend><bdo id='t2Vzr'><pre id='t2Vzr'><center id='t2Vzr'></center></pre></bdo></b><th id='t2Vzr'></th></span></q></dt></tr></i><div id='t2Vzr'><tfoot id='t2Vzr'></tfoot><dl id='t2Vzr'><fieldset id='t2Vzr'></fieldset></dl></div>
      • <bdo id='t2Vzr'></bdo><ul id='t2Vzr'></ul>

      1. <legend id='t2Vzr'><style id='t2Vzr'><dir id='t2Vzr'><q id='t2Vzr'></q></dir></style></legend>

        在命令行中执行无头 Eclipse

        Executing headless eclipse in command line(在命令行中执行无头 Eclipse)

          <tbody id='1r7DG'></tbody>
      2. <small id='1r7DG'></small><noframes id='1r7DG'>

        <legend id='1r7DG'><style id='1r7DG'><dir id='1r7DG'><q id='1r7DG'></q></dir></style></legend>

          • <i id='1r7DG'><tr id='1r7DG'><dt id='1r7DG'><q id='1r7DG'><span id='1r7DG'><b id='1r7DG'><form id='1r7DG'><ins id='1r7DG'></ins><ul id='1r7DG'></ul><sub id='1r7DG'></sub></form><legend id='1r7DG'></legend><bdo id='1r7DG'><pre id='1r7DG'><center id='1r7DG'></center></pre></bdo></b><th id='1r7DG'></th></span></q></dt></tr></i><div id='1r7DG'><tfoot id='1r7DG'></tfoot><dl id='1r7DG'><fieldset id='1r7DG'></fieldset></dl></div>
              <tfoot id='1r7DG'></tfoot>
              • <bdo id='1r7DG'></bdo><ul id='1r7DG'></ul>
                1. 本文介绍了在命令行中执行无头 Eclipse的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  按照

                  按照站点中的说明,我可以生成 jar 文件.复制org.eclipse.equinox.launcher.jar后,尝试执行jar文件

                  java -jar org.eclipse.equinox.launcher_1.2.0.v20110502.jar -application headlessHello_1.0.0.201210101430.jar

                  我试过了

                  java -cp .:org.eclipse.equinox.launcher_1.2.0.v20110502.jar org.eclipse.core.launcher.Main -application headlessHello_1.0.0.201210101430.jar

                  获取错误信息

                  发生错误.看看日志文件/Users/users/Desktop/configuration/1349897444823.log

                  使用此日志文件

                  !SESSION 2012 年 10 月 10 日星期三 14:30:44 CDT ------------------------------------------!ENTRY org.eclipse.equinox.launcher 4 0 2012-10-10 14:30:44.843!MESSAGE 异常启动 Eclipse 平台:!堆java.lang.RuntimeException:找不到框架在 org.eclipse.equinox.launcher.Main.getBootPath(Main.java:978)在 org.eclipse.equinox.launcher.Main.basicRun(Main.java:557)在 org.eclipse.equinox.launcher.Main.run(Main.java:1410)在 org.eclipse.equinox.launcher.Main.main(Main.java:1386)

                  添加

                  来自 这个网站,问题是因为我没有正确设置 %R2_HOME%/plugins .设置后,我仍然收到错误.

                  java.lang.IllegalStateException: 无法获取应用服务.确保 org.eclipse.core.runtime 包已解析并启动(请参阅 config.ini).在 org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74)在 org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)在 org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)在 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)在 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)在 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)在 java.lang.reflect.Method.invoke(Method.java:597)在 org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)在 org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)在 org.eclipse.equinox.launcher.Main.run(Main.java:1410)在 org.eclipse.equinox.launcher.Main.main(Main.java:1386)在 org.eclipse.core.launcher.Main.main(Main.java:34)

                  解决方案

                  headless Eclipse 的实例需要包含许多插件,而不仅仅是您的插件.最低限度的产品包括:

                  • org.eclipse.core.runtime
                  • org.eclipse.core.variables
                  • <你的插件在这里>

                  编辑

                  我生成了产品,这里是我的最小"无头 Eclipse 使用的插件列表:

                  我输出了产品,这里是加载的插件列表:

                  org.eclipse.core.contenttype_3.4.100.v20100505-1235.jarorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jarorg.eclipse.core.runtime.compatibility.auth_3.2.200.v20100517.jarorg.eclipse.core.runtime.compatibility.registry_3.3.0.v20100520org.eclipse.core.runtime_3.6.0.v20100505.jarorg.eclipse.equinox.app_1.3.1.R36x_v20100803.jarorg.eclipse.equinox.common_3.6.0.v20100503.jarorg.eclipse.equinox.launcher.win32.win32.x86_64_1.1.2.R36x_v20101222org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jarorg.eclipse.equinox.preferences_3.3.0.v20100503.jarorg.eclipse.equinox.registry_3.5.0.v20100503.jarorg.eclipse.osgi.services_3.2.100.v20100503.jarorg.eclipse.osgi.util_3.2.100.v20100503.jarorg.eclipse.osgi_3.6.2.R36x_v20110210.jar

                  所以,我是否建议您为正在构建的这个 Eclipse 应用程序创建一个产品,然后尝试一下.寻找常见问题解答我发现了这个.http://wiki.eclipse.org/FAQ_What_is_the_minimal_Eclipse_configuration%3F

                  Following this instruction, I could run headless Eclipse plugin in side Eclipse IDE.

                  I've got some error log info, but I guess I could ignore it based on this post - Unable to find feature.xml in directory

                  Following the instruction in site, I could generate the jar file. After copying the org.eclipse.equinox.launcher.jar, I tried to execute the jar file

                  java -jar org.eclipse.equinox.launcher_1.2.0.v20110502.jar -application headlessHello_1.0.0.201210101430.jar
                  

                  I tried

                  java -cp .:org.eclipse.equinox.launcher_1.2.0.v20110502.jar org.eclipse.core.launcher.Main -application headlessHello_1.0.0.201210101430.jar
                  

                  to get error message

                  An error has occurred.  See the log file
                  /Users/users/Desktop/configuration/1349897444823.log
                  

                  with this log file

                  !SESSION Wed Oct 10 14:30:44 CDT 2012 ------------------------------------------
                  !ENTRY org.eclipse.equinox.launcher 4 0 2012-10-10 14:30:44.843
                  !MESSAGE Exception launching the Eclipse Platform:
                  !STACK
                  java.lang.RuntimeException: Could not find framework
                      at org.eclipse.equinox.launcher.Main.getBootPath(Main.java:978)
                      at org.eclipse.equinox.launcher.Main.basicRun(Main.java:557)
                      at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
                      at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
                  

                  ADDED

                  From this site, the issue was because I didn't setup %R2_HOME%/plugins correctly. After the setup, I still get the error.

                  java.lang.IllegalStateException: Unable to acquire application service. Ensure that the org.eclipse.core.runtime bundle is resolved and started (see config.ini).
                      at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74)
                      at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
                      at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
                      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
                      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                      at java.lang.reflect.Method.invoke(Method.java:597)
                      at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
                      at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
                      at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
                      at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
                      at org.eclipse.core.launcher.Main.main(Main.java:34)
                  

                  解决方案

                  An instance of headless Eclipse needs to include many plugins, not just your plugin. A minimal product includes:

                  • org.eclipse.core.runtime
                  • org.eclipse.core.variables
                  • <your plugin(s) here>

                  EDIT

                  I generated the product, and here is the list of plugins used by my "minimal" headless Eclipse:

                  I output the product, and here is the list of plugins loaded:

                  org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar
                  org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar
                  org.eclipse.core.runtime.compatibility.auth_3.2.200.v20100517.jar
                  org.eclipse.core.runtime.compatibility.registry_3.3.0.v20100520
                  org.eclipse.core.runtime_3.6.0.v20100505.jar
                  org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar
                  org.eclipse.equinox.common_3.6.0.v20100503.jar
                  org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.2.R36x_v20101222
                  org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar
                  org.eclipse.equinox.preferences_3.3.0.v20100503.jar
                  org.eclipse.equinox.registry_3.5.0.v20100503.jar
                  org.eclipse.osgi.services_3.2.100.v20100503.jar
                  org.eclipse.osgi.util_3.2.100.v20100503.jar
                  org.eclipse.osgi_3.6.2.R36x_v20110210.jar
                  

                  So, might I recommend that you create a product for this Eclipse application you are building, and try that. Looking for a FAQ I found this. http://wiki.eclipse.org/FAQ_What_is_the_minimal_Eclipse_configuration%3F

                  这篇关于在命令行中执行无头 Eclipse的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  How to send data to COM PORT using JAVA?(如何使用 JAVA 向 COM PORT 发送数据?)
                  How to make a report page direction to change to quot;rtlquot;?(如何使报表页面方向更改为“rtl?)
                  Use cyrillic .properties file in eclipse project(在 Eclipse 项目中使用西里尔文 .properties 文件)
                  Is there any way to detect an RTL language in Java?(有没有办法在 Java 中检测 RTL 语言?)
                  How to load resource bundle messages from DB in Java?(如何在 Java 中从 DB 加载资源包消息?)
                  How do I change the default locale settings in Java to make them consistent?(如何更改 Java 中的默认语言环境设置以使其保持一致?)

                        <tbody id='jSNTY'></tbody>
                    1. <i id='jSNTY'><tr id='jSNTY'><dt id='jSNTY'><q id='jSNTY'><span id='jSNTY'><b id='jSNTY'><form id='jSNTY'><ins id='jSNTY'></ins><ul id='jSNTY'></ul><sub id='jSNTY'></sub></form><legend id='jSNTY'></legend><bdo id='jSNTY'><pre id='jSNTY'><center id='jSNTY'></center></pre></bdo></b><th id='jSNTY'></th></span></q></dt></tr></i><div id='jSNTY'><tfoot id='jSNTY'></tfoot><dl id='jSNTY'><fieldset id='jSNTY'></fieldset></dl></div>
                        <bdo id='jSNTY'></bdo><ul id='jSNTY'></ul>

                        <legend id='jSNTY'><style id='jSNTY'><dir id='jSNTY'><q id='jSNTY'></q></dir></style></legend>
                        <tfoot id='jSNTY'></tfoot>

                        1. <small id='jSNTY'></small><noframes id='jSNTY'>