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