如何修改OSGi应用程序的Eclipse Run Configuration类路径?

时间:2017-04-12 12:54:12

标签: java eclipse osgi

在Eclipse Run / Debug Configurations中,有一个'Classpath'选项卡 “Java应用程序”配置,但是当它是“OSGi框架”时却没有。 如何设置OSGi应用程序的类路径?

1 个答案:

答案 0 :(得分:0)

我自己找到了。

设置标签>引导条目

来自:Eclipse documentation

  

Bootstrap条目

     

默认情况下,启动配置类路径上的唯一条目是   $ {target_home} /plugins/org.eclipse.equinox.launcher JAR。该   $ {target_home} /plugins/org.eclipse.equinox.launcher JAR文件库   包含的org.eclipse.equinox.launcher.Main类   引导代码。 $ {target_home}变量引用的位置   在Window>上指定的目标平台;偏好...>   插件开发>目标平台首选项页面。

     

Bootstrap Entries字段允许您指定和追加   如果需要,可以在类路径中添加其他位置。