How to modify the Eclipse Run Configuration classpath for an OSGi application?
问题 At Eclipse Run/Debug Configurations there is a 'Classpath' tab when it is a 'Java Application' configuration, but when it is an 'OSGi Framework' it doesn't. How can I set the classpath for an OSGi application? 回答1: I've found it by myself. Settings tab > Bootstrap entries From: Eclipse documentation Bootstrap Entries By default, the only entry on the launch configuration classpath is the ${target_home}/plugins/org.eclipse.equinox.launcher JAR. The ${target_home}/plugins/org.eclipse.equinox