Skip to content

Commit 0b3de0e

Browse files
committed
updated java py4j gateway to work
1 parent 967ee9e commit 0b3de0e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

test/TestPy4JGateway.class

513 Bytes
Binary file not shown.

test/TestPy4JGateway.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
public class TestPy4JGateway {
33

44
public static void main(String[] args) {
5-
GatewayServer gatewayServer = new GatewayServer(new StackEntryPoint());
5+
GatewayServer gatewayServer = new GatewayServer();
66
gatewayServer.start();
77
System.out.println("Gateway Server Started");
88
}

0 commit comments

Comments
 (0)