I have error , when i use Windows Deploy JAR in UBUNTU? how to solve this Error ?
조회 수: 10 (최근 30일)
이전 댓글 표시
I have error , when i use Windows Deploy JAR in UBUNTU? how to solve this Error ? are end user need anything to install ? i have installed MCR all. but any thing to need to install?
댓글 수: 0
채택된 답변
Walter Roberson
2018년 5월 23일
Yes, you will need to install Wine or some other Windows emulator.
댓글 수: 2
Walter Roberson
2018년 5월 23일
Yes, you can install some other Windows emulator.
The jar just has a few routines that use JNI to call the MCR executable using the native operating system binary interface.
The Java code does not itself know how to execute the threaded data: it just knows how to start MCR, which is native code that knows how to execute the data. The native code is operating system specific.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!