Skip to content
Snippets Groups Projects
Commit fc004646 authored by dgelessus's avatar dgelessus
Browse files

Remove setting of prob.stdlib now that ProB 2 does it automatically

parent cffee0af
No related branches found
No related tags found
No related merge requests found
Pipeline #45645 passed
......@@ -215,7 +215,6 @@ public final class Main {
final String contents = String.join("\n", Files.readAllLines(connectionFile, StandardCharsets.UTF_8));
final JupyterConnection conn = new JupyterConnection(KernelConnectionProperties.parse(contents));
System.setProperty("prob.stdlib", Paths.get(de.prob.Main.getProBDirectory(), "stdlib").toString());
final Injector injector = Guice.createInjector(Stage.PRODUCTION, new ProBKernelModule());
final ProBKernel kernel = injector.getInstance(ProBKernel.class);
kernel.becomeHandlerForConnection(conn);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment