How to specify javac compile options
조회 수: 2 (최근 30일)
이전 댓글 표시
We have java 8 source code and want to combine it with jar-files generated by Matlab 2016a, which generates Java 7 source.
The Java 8 compiler now complains about some javadoc comments. So we want to specify the -source 1.7 -target 1.8 during the matlab compile process.
Thank you
Andreas
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Java Package Integration에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!