It is not IDE-specific. It is standard behavior that you can have a JAR and in your JAR you have {{Classpath}} manifest entries that add dependency JARs to the classpath. The fake-IDE one was just one example. The JARs that are on the classpath are still the same standard JARs. They are just not added via {{-cp}} commandline switch, but using the standard {{Classpath}} manifest attribute. |
|