Skip to content

Commit 05dda4c

Browse files
author
zhourenjian
committed
Always start inner hotspot Java2Script server.
1 parent 95f300c commit 05dda4c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/net/sf/j2s/core/CorePlugin.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ public CorePlugin() {
2525
*/
2626
public void start(BundleContext context) throws Exception {
2727
super.start(context);
28+
if (!InnerHotspotServer.isServerStarted()) {
29+
InnerHotspotServer.getSingletonServer().startServer();
30+
}
2831
}
2932

3033
/**

0 commit comments

Comments
 (0)