Skip to content
Snippets Groups Projects
Commit 46e8231a authored by hansen's avatar hansen
Browse files

c

parent 54180ffe
No related branches found
No related tags found
No related merge requests found
...@@ -61,6 +61,7 @@ public class B2TLA { ...@@ -61,6 +61,7 @@ public class B2TLA {
b2tla.path); b2tla.path);
b2tla.evalOutput(output, true); b2tla.evalOutput(output, true);
} catch (NoClassDefFoundError e) { } catch (NoClassDefFoundError e) {
System.out.println("Can not find TLC. The tla2tools must be included in the classpath.");
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment