Skip to content

Commit c0e61d2

Browse files
gazialankusnedtwigg
authored andcommitted
Should add the jar itself to the Java classpath (#17)
1 parent b82996c commit c0e61d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ URL = ['https://repo1.maven.org/maven2/com/diffplug/matsim/matconsolectl/' versi
6666
filename = [tempdir '/matconsolectl-' version '.jar'];
6767
websave(filename,URL);
6868
% add it to the path
69-
javaaddpath([pwd '\' tempdir]);
69+
javaaddpath([pwd '\' filename]);
7070
7171
% run it
7272
matlabcontrol.demo.DemoMain

0 commit comments

Comments
 (0)