I have error , when i use Windows Deploy JAR in UBUNTU? how to solve this Error ?
1 次查看(过去 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!