We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95f300c commit 05dda4cCopy full SHA for 05dda4c
src/net/sf/j2s/core/CorePlugin.java
@@ -25,6 +25,9 @@ public CorePlugin() {
25
*/
26
public void start(BundleContext context) throws Exception {
27
super.start(context);
28
+ if (!InnerHotspotServer.isServerStarted()) {
29
+ InnerHotspotServer.getSingletonServer().startServer();
30
+ }
31
}
32
33
/**
0 commit comments