You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,9 @@ MatlabInput allows MATLAB users to get input from keyboards and joysticks in a n
8
8
* Extract the .zip file into a folder of your choice
9
9
* Add the unzipped files to the [MATLAB path](http://www.mathworks.com/help/matlab/ref/path.html)
10
10
11
-
* The underlying libraries are typically loaded automatically at the first call. However, if you are using other Java libraries, e.g.,
12
-
[HebiCam](https://github.com/HebiRobotics/HebiCam) or the [Hebi API](http://hebirobotics.com/matlab), it is better to load all libraries before instantiating any objects.
11
+
## Warning: Problems when used with other Java libraries
12
+
13
+
Typically the underlying Java libraries are loaded automatically at the first call. However, there is a limitation in MATLAB that prevents Java libraries to be loaded once any Java object is instantiated. Thus, if you are using other Java libraries, e.g., [HebiCam](https://github.com/HebiRobotics/HebiCam) or the [Hebi API](http://hebirobotics.com/matlab), you will need to pre-load the libraries manually before using them.
0 commit comments