- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当我尝试在 Windows XP 上启动 Eclipse Indigo 时,出现错误,提示器告诉我转到日志文件。
显然,它抛出了org.osgi.framework.BundleException
:
!ENTRY org.eclipse.ui.ide 4 0 2012-02-01 11:17:19.301 !MESSAGE FrameworkEvent ERROR !STACK 0 org.osgi.framework.BundleException: Exception in org.eclipse.ui.internal.ide.IDEWorkbenchPlugin.stop() of bundle org.eclipse.ui.ide. at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:791) at org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHost.java:510) at org.eclipse.osgi.framework.internal.core.AbstractBundle.suspend(AbstractBundle.java:565) at org.eclipse.osgi.framework.internal.core.Framework.suspendBundle(Framework.java:1161) at
...
有人知道如何解决这个问题吗?我相信它停止工作是因为我尝试了 Java 路径,试图将项目移植到 Blackberry 模拟器上。
但是我尝试将路径设置为正确的值,但没有成功。
我什至将新版本的 Eclipse 安装到另一个目录中,但问题并没有消失。
最佳答案
来自http://www.javalobby.org/java/forums/t92895.html (如 indicated by Banana Man in the comments ):
Put the unzipped "eclipse" folder under c drive. Create a shortcut of "eclipse.exe". In the target, put this:
C:\eclipse\eclipse.exe -vm "C:\Program Files\Java\jre1.5.0_11\bin\javaw.exe"
Note - "C:\Program Files\Java\jre1.5.0_11\bin\javaw.exe" is where your jre is installed at. You can change this path to match your your jre path.
In the start in, I have this: C:\eclipse
关于java - Eclipse 在启动时抛出 org.osgi.framework.BundleException,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9099358/
我正在尝试从文件系统中的 osgi jar 安装并启动一个包 Bundle bundle = context.installBundle("reference:file:" + fullPath);
我正在运行 ONOS,当我想将我的模块添加到其核心时,我收到此异常。以前没问题,但是当我更改操作系统时,出现此错误。 我尝试了很多方法,但没有一个适合我的问题。我也没有 POM 文件来添加依赖项。任何
当我尝试在 Windows XP 上启动 Eclipse Indigo 时,出现错误,提示器告诉我转到日志文件。 显然,它抛出了org.osgi.framework.BundleException:
我正在尝试自下而上地学习 OSGI。从制作和运行 minimal example bundle 开始. 我已经使用 maven 和之前来自 apache felix 网站的链接示例建立了一个简单的项目
我正在尝试设置我的 eclipse 插件开发目标并多次收到以下错误: !ENTRY org.eclipse.e4.ui.css.swt 4 0 2015-01-30 15:15:06.879 !MES
使用 Apache Felix 6.0.1 时,我在初始化 OSGi 框架时遇到以下错误: ERROR: Error parsing system bundle statement. org.osgi
这个Bundle异常是不是因为一次又一次的改变工作空间导致的?我以前正常运行的项目现在在运行时出现此异常。请帮帮我。我已经被这个问题困扰了 2 天。 Manifest-Version: 1
我正在尝试以编程方式启动 OSGi 框架。我为此使用 Felix 框架。下面是我将启动 OSGi 容器的代码。 public GoldeneyeApp() { try { Fr
我正在使用OSGi BundleActivator代码。当我尝试使用 Apache Karaf 安装它时,我总是得到 Unable to install bundle mvn:com.baeldung
我正在处理一个有多个子项目的 maven 项目,在 weasis-core-ui 项目的子项目中,我添加了一些我想在项目中使用的 jar。 我通过在 weasis-core-ui 的 pom.xml
我根据this创建OSGI包教程,但是当我尝试使用以下命令安装 bundle 时: osgi> install file://sample01-1.0.0.jar 它将显示此错误: Hello Wo
从 Karaf 缓存日志中,当我在 karaf 中部署 bundle 时,我多次收到以下错误 !ENTRY org.eclipse.jetty.jndi 4 0 2019-02-21 16:27:11
命令: \eclipse-SDK-4.2RC3-win32-x86_64_001\eclipse\plugins>java -jar org.eclipse.osgi_3.8.0.v20120529-
我正在为 Atlassian Confluence 编写一个插件。我已经让它在开发环境中工作了一段时间了。但是,当我打包插件并将其部署到测试系统中时,插件无法启用。我在堆栈跟踪中看到以下原因/错误消息
更新到最新的 22.6.2 后的 ADT-Bundle(来自 Google 的基于 Eclipse 的发行版)无法启动或卡住 在错误日志 View 中看到很多“While loading class
Closed. This question is off-topic。它当前不接受答案。
我是 Java/Karaf 4.0.9/Maven/Pom/Camel 的新手,我无法解决问题 pom.xml文件中的Json部分,这里我改了很多Json version , 但没有用。
我是一名优秀的程序员,十分优秀!