Skip to content

Commit ea75caa

Browse files
committed
Update README.md
1 parent 4d29b4b commit ea75caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autodrive_matlab_api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This directory hosts the MATLAB API for AutoDRIVE, which can be used to develop
1111
$ git clone --single-branch --branch AutoDRIVE-Devkit https://github.com/Tinker-Twins/AutoDRIVE.git
1212
```
1313
2. Install the Java library:
14-
- Place the [`WebSocket-1.0.0.jar`](lib/target/WebSocket-1.0.0.jar) file on the static Java class path in MATLAB by editing the `javaclasspath.txt` file.
14+
- Place the [`WebSocket-1.0.0.jar`](lib/target/WebSocket-1.0.0.jar) file on the static Java class path in MATLAB by editing the `javaclasspath.txt` file (create the file if it does not exist). Run the following in MATLAB Command Window:
1515
```MATLAB
1616
edit(fullfile(prefdir,'javaclasspath.txt'))
1717
```

0 commit comments

Comments
 (0)