package com.example.helloworld; import org.osgi.framework.BundleActivator; import org.osgi.framework.BundleContext; public class HelloWorldActivator implements BundleActivator { public void start(BundleContext context) throws Exception { System.out.println("Hello, OSGi world!"); } public void stop(BundleContext context) throws Exception { System.out.println("Goodbye, OSGi world!"); } } text Bundle-Activator: com.example.helloworld.HelloWorldActivator Import-Package: org.osgi.framework


上一篇:
下一篇:
切换中文