00001 00025 package org.openmobileis.bundle.felix.core; 00026 00027 import org.apache.felix.main.Main; 00028 00029 /* 00030 * Title: OpenMobileIS project source <BR> 00031 * Description: 00032 * @author Philippe Delrieu 00033 * @since JDK 1.1 00034 * @version 1.0. 00035 */ 00036 00037 public final class StartFelix extends Main { 00038 00042 public StartFelix() { 00043 super(); 00044 } 00045 00049 public static void main(String[] argv) throws Exception { 00050 // System.setProperty("org.osgi.vendor.framework", "org.osgi.framework"); 00051 System.out.println("start felix 1"); 00052 Main.main(argv); 00053 00054 } 00055 00056 }