Skip to content
Discussion options

You must be logged in to vote

You can put a jar file directly in a bundle, similar to how it's done in other bundles.

Then, you let OSGi know about it by listing it in Bundle-ClassPath:

Bundle-ClassPath: .,
lib/awt.injector-1.0.0.jar

And don't forget to include it in the build:

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by E1izabeth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
Converted from issue

This discussion was converted from issue #38361 on June 13, 2025 08:36.