How to replace google-collect.jar with the newer version guava.jar

조회 수: 2 (최근 30일)
Sergey Fein
Sergey Fein 2013년 7월 31일
답변: raym 2021년 2월 13일
I'm running MATLAB 2012b and using a java package which depends on the newer version of google collections, i.e. guava.jar version 13.0.1
However, since MATLAB by default loads an earlier (now deprecated) version of google collections from $matlabroot/java/jarext/google-collect.jar, it causes runtime errors when my java package is called (since it sees an older version and can't find newer methods added in guava 13.0.1).
How can I configure MATLAB not to load google-collect but instead load a newer version of the library? Generally speaking, how can I tell MATLAB to use a different version of a java package from the default installation?

답변 (1개)

raym
raym 2021년 2월 13일
I have the same error with you . Have you solved?

카테고리

Help CenterFile Exchange에서 External Language Interfaces에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by