# Bndrun and Felix atomos

**URL:** https://bnd.discourse.group/t/bndrun-and-felix-atomos/462
**Category:** GENERAL
**Created:** [August 11, 2024, 5:38am UTC](https://bnd.discourse.group/t/bndrun-and-felix-atomos/462 "2024-08-11T05:38:46Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![mnlipp](https://yyz2.discourse-cdn.com/free1/user_avatar/bnd.discourse.group/mnlipp/32/13_2.png) [@mnlipp](https://bnd.discourse.group/u/mnlipp)
#### Post date: [August 11, 2024, 5:38am UTC](https://bnd.discourse.group/t/bndrun-and-felix-atomos/462/1 "2024-08-11T05:38:46Z")

</div>

Is it possible to use Felix Atomos from a bndrun file? The Felix Atomos examples aren’t helpful because they all use the java command with an Atomos class to provide the main.

I’d need to know how to make the Atomos jar known to bnd so that it is used to create the framework when using “-run framework services”. And I’d need a way to tell Atomos which jars it should provide as part of the created framework.

Has anybody tried that? Is there maybe an example of such a bndrun file?

---

<div class="post-metadata">

### Author: ![chrisrueger](https://yyz2.discourse-cdn.com/free1/user_avatar/bnd.discourse.group/chrisrueger/32/18_2.png) [@chrisrueger](https://bnd.discourse.group/u/chrisrueger)
#### Post date: [August 11, 2024, 3:29pm UTC](https://bnd.discourse.group/t/bndrun-and-felix-atomos/462/2 "2024-08-11T15:29:26Z")

</div>

I don’t know the answer, but maybe this [java.net.MalformedURLException in executable jar with OSGi Connect (Atomos) · Issue #5243 · bndtools/bnd · GitHub](https://github.com/bndtools/bnd/issues/5243) or the people there might have tips.

---

<div class="post-metadata">

### Author: ![pkriens](https://yyz2.discourse-cdn.com/free1/user_avatar/bnd.discourse.group/pkriens/32/3_2.png) [@pkriens](https://bnd.discourse.group/u/pkriens)
#### Post date: [August 12, 2024, 2:20pm UTC](https://bnd.discourse.group/t/bndrun-and-felix-atomos/462/3 "2024-08-12T14:20:44Z")

</div>

This might maybe help: [OSGi on Android](https://www.aqute.biz/2020/03/02/osgi-on-android.html)
