在Eclipse Run / Debug Configurations中,有一个'Classpath'选项卡 “Java应用程序”配置,但是当它是“OSGi框架”时却没有。 如何设置OSGi应用程序的类路径?
答案 0 :(得分:0)
我自己找到了。
设置标签>引导条目
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字段允许您指定和追加 如果需要,可以在类路径中添加其他位置。