I would advise you to read a book on how OSGi works first, such as OSGi in Action (see http://www.manning.com/hall/). It should answer the questions you are asking here now.
On Mar 27, 2013, at 11:21 AM, Farshad Zeinali <[email protected]> wrote: > Hi dears > > I use felix framework . I start felix and show g! message in cmd then install > bundle on felix with this command : g! install > file:/C:/Users/Farshad/Desktop/myJar.jar > but when I write Start for example(Start 62) for start bundle , not show for > me bundle result ! (bundle must write in cmd : "Hello world ! ") but dont > write anything > > > my jar file class include this codes : > public class java > { > public static void main(String[] args){ > System.out.println("Hello World !!!!!! "); > } > > } > > and my jar file manifest file include this lines : > Manifest-Version: 1.0 > Created-By: 1.6.0_12 (Sun Microsystems Inc.) > Main-Class: java > > > > > what I do ? > > > thanks a lot of you . > _______________________________________________ > OSGi Developer Mail List > [email protected] > https://mail.osgi.org/mailman/listinfo/osgi-dev
_______________________________________________ OSGi Developer Mail List [email protected] https://mail.osgi.org/mailman/listinfo/osgi-dev
