example how I embed felix in jnlp: https://github.com/carrot-garden/carrot-tester/blob/master/carrot-test-osgi-security/carrot-test-osgi-security-host/src/main/java/bench/HostOsgiFramework.java
-------- Original Message -------- Subject: Re: Could not create framework :java.lang.NoClassDefFoundError:org/osgi/framework/launch/Framework ? From: Gaetan Abessolo <[email protected]> To: [email protected] Date: Mon 20 Jun 2011 11:59:19 AM CDT > i use this org.apache.felix.main-3.3.0-SNAPSHOT.jar ? > i try to embed this into a java applet my code use package > included into it ... > > i use ant to build my jar file, and it depends of this one > i've notify it to ant into the build.xml but when i run my jar file > it runs well on linux/mac but with appletviewer it is a catastrophe > > help... > > Le 20 juin 2011 à 18:26, Lucas Galfaso a écrit : > > >> Hi, >> In a strict sense, if you include osgi.core.jar v4.3, then you will >> fix this, but this is embedded inside the felix framework jar. What >> version of Felix are you using? >> >> Regards, >> Lucas >> >> On Mon, Jun 20, 2011 at 8:10 AM, Gaetan Abessolo >> <[email protected]> wrote: >> >>> Could not create framework >>> :java.lang.NoClassDefFoundError:org/osgi/framework/launch/Framework ? >>> >>> how to solve this problem ? >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >>> >>> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > >

