Unresolved requirement: Import-Package: jd2xx

I’m in the process of adding 868Mhz to the binding rfxcom. To add ITHO CVE ECO RFT.
All goes well but when I want to build and test in Eclips I get the following error:

Resolution failed. Capabilities satisfying the following requirements could not be found:
    [<<INITIAL>>]
      ⇒ osgi.identity: (osgi.identity=org.openhab.binding.rfxcom:jd2xx)
    [org.openhab.core.io.transport.serial.javacomm version=3.4.0.202211140304]
      ⇒ osgi.wiring.package: (osgi.wiring.package=javax.comm)
    [org.apache.karaf.kar.core version=4.3.7]
      ⇒ osgi.service: (objectClass=org.apache.karaf.features.FeaturesService)
    [org.openhab.binding.rfxcom version=3.4.0.202211171437]
      ⇒ osgi.wiring.package: (osgi.wiring.package=jd2xx)

and when i load the snapshot into the folder addons of openhab I get:

15:46:20.458 [INFO ] [b.core.internal.i18n.I18nProviderImpl] - Time zone set to 'Europe/Amsterdam'.
15:46:20.467 [INFO ] [b.core.internal.i18n.I18nProviderImpl] - Location set to '52.421602562971586,4.645787911922841'.
15:46:20.467 [INFO ] [b.core.internal.i18n.I18nProviderImpl] - Locale set to 'nl'.
15:46:24.967 [INFO ] [b.core.model.lsp.internal.ModelServer] - Started Language Server Protocol (LSP) service on port 5007
15:46:25.545 [INFO ] [re.automation.internal.RuleEngineImpl] - Rule engine started.
15:46:25.710 [INFO ] [hab.ui.habpanel.internal.HABPanelTile] - Started HABPanel at /habpanel
15:46:25.748 [ERROR] [Events.Framework                     ] - FrameworkEvent ERROR
org.osgi.framework.BundleException: Could not resolve module: org.openhab.binding.rfxcom [249]
  Unresolved requirement: Import-Package: jd2xx

        at org.eclipse.osgi.container.Module.start(Module.java:463) ~[org.eclipse.osgi-3.17.200.jar:?]
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1847) ~[org.eclipse.osgi-3.17.200.jar:?]
        at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) ~[org.eclipse.osgi-3.17.200.jar:?]
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1840) ~[org.eclipse.osgi-3.17.200.jar:?]
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1783) ~[org.eclipse.osgi-3.17.200.jar:?]
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1745) ~[org.eclipse.osgi-3.17.200.jar:?]
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1667) ~[org.eclipse.osgi-3.17.200.jar:?]
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) ~[org.eclipse.osgi-3.17.200.jar:?]
        at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [org.eclipse.osgi-3.17.200.jar:?]
        at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [org.eclipse.osgi-3.17.200.jar:?]

openhab-transport-serial is started

Anyone has any suggestions?

You have compile dependency which needs to be installed also in runtime. Look at you pom.xml (and its dependency tree), then at the feature.xml file. You need to include library in second place.