Skip to content

Commit ea6d532

Browse files
authored
Update Readme_java.md
1 parent db006e7 commit ea6d532

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

Readme_java.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,23 @@ version("-java")
1313
Get the Java API level:
1414

1515
```matlab
16-
stdlib.java_api
16+
stdlib.java_api()
17+
```
18+
19+
Get the Java vendor:
20+
21+
```matlab
22+
stdlib.java_vendor()
1723
```
1824

1925
Get the Java version:
2026

2127
```matlab
22-
stdlib.java_version
28+
stdlib.java_version()
2329
```
2430

31+
From before Matlab R2019b to at least Matlab R2024b, the Matlab factory Java version is 1.8, which is adequate for all Matlab-stdlib functionality.
32+
2533
If desired (not used by Matlab-stdlib), one can use non-factory Java classes in
2634
[Matlab](](https://www.mathworks.com/help/matlab/matlab_external/static-path-of-java-class-path.html))
2735
and

0 commit comments

Comments
 (0)