Why do I get the error message "??? Error Using==> javaObject" when I try to use Java objects that call native methods?
이전 댓글 표시
I have a JAR file that includes a Java class that calls a native method. After making this class available to MATLAB by adding the full path and filename of the JAR file to classpath.txt, I get the following error message when I try to invoke the Java object constructor in MATLAB:
jo = javaObject('com.freddiemac.fir.finance.TermStructure')
??? Error using ==> javaObject
No class com.freddiemac.fir.finance.TermStructure can be located on Java
class path.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Deploy to Java Applications Using MWArray Data API에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!