当前位置: 首页 > 知识库问答 >
问题:

使用eclipse开发插件

衡修洁
2023-03-14

我目前想从developi开始

!ENTRY org.eclipse.update.configurator 4 0 2015-04-18 15:03:31.119
!MESSAGE Could not install bundle plugins/org.eclipse.team.core_3.7.0.v20130514-1224.jar   A bundle is already installed with the name "org.eclipse.team.core" and version "3.7.0.v20130514-1224"

我得到这个每包附带一款软件名称

org.osgi.framework.BundleException: Exception in org.eclipse.debug.internal.ui.DebugUIPlugin.start() of bundle org.eclipse.debug.ui.
Caused by: java.lang.IllegalStateException: Workbench has not been created yet.

之后,我得到了一个与jetty相关的异常(为什么?)

org.osgi.framework.BundleException: Exception in org.eclipse.equinox.http.jetty.internal.Activator.start() of bundle org.eclipse.equinox.http.jetty.
Caused by: org.osgi.service.cm.ConfigurationException: default : Permission denied
Caused by: java.net.SocketException: Permission denied

这似乎是很多麻烦让一个程序

共有1个答案

宗政金鹏
2023-03-14

事实证明,eclipse在创建新项目时有点草率。在Juno中,您可以创建“插件项目”或“插件开发”

我创建了一个新的OSGi捆绑包项目时,一个新的“OSGi F

org.apache.felix.gogo.command
org.apache.felix.gogo.runtime
org.apache.felix.gogo.shell
org.eclipse.osgi.console

以及我自己的包(< code > com . VO gella . OSGi . first bundle )到这些包。现在一切工作正常,线程启动并打印到控制台,我可以输入命令,如< code > ss /< code > start 等。

 类似资料:
  • 摘要 本文描述了在 Windows 平台使用 Eclipse 开发 RT-Thread qemu-vexpress-a9 BSP 工程。 简介 Eclipse 是跨平台的自由集成开发环境(IDE)。最初主要用来 Java 语言开发,通过安装不同的插件 Eclipse 可以支持不同的计算机语言,比如 C++ 和 Python 等开发工具。Eclipse 的本身只是一个框架平台,但是众多插件的支持使得

  • 我最近尝试使用,因为它显然是Maven宇宙中构建和包发布的推荐方式。 但是我想在Eclipse中使用它,因为我的开发工作流程的其余部分是基于Eclipse的。我通常通过作为Eclipse Juno(4.2)的一部分提供的m2eclipse插件运行Maven命令 当我尝试在 Eclipse 中运行 “release:prepare” 时,我注意到了一些奇怪的事情: 在根项目目录中创建了一些额外的文件

  • 要使用eclipse设置JUnit,请按照以下步骤操作。 第1步:下载JUnit Archive 根据系统上的操作系统下载JUnit jar。 OS 存档名称 Windows junit4.10.jar Linux junit4.10.jar Mac junit4.10.jar 假设您已将上述JAR文件复制到文件夹C:\> JUnit。 第2步:设置Eclipse环境 打开eclipse→右键单击

  • 要使用Eclipse设置TestNG,请按照以下步骤操作 - 第1步:下载TestNG Archive 从http://www.testng.org下载最新版本的TestNG jar文件 OS 存档名称 Windows testng-6.8.jar Linux testng-6.8.jar Mac testng-6.8.jar 我们假设您已将上述JAR文件复制到C:\> TestNG文件夹中。 第

  • 移动插件开发-使用 Bone Mobile 开发移动插件 Bone Mobile 移动插件开发 移动插件开发-使用 Bone Mobile 开发移动插件 更新时间:2018-07-03 21:10:59 Bone Mobile 移动插件开发 Bone Mobile平台为开发移动插件提供了简单易用的基础框架,来降低开发门槛,提高开发效率,为开发者提供开发、调试、部署、上云一站式的开发体验,让开发者更

  • 我试图使用目标 release:prepare 生成一个版本,但是当我在 Eclipse 上运行它时,我得到了错误: 无法执行目标org.apache.maven.plugins:maven-estes-plugin:2.0-beta-7:项目mwFramework上的准备(default-cli):无法运行目标清理验证:执行过程中出错。无法运行程序“mvn”(在目录“/home/gnng/Dev