Clash with existing Jar files
Show older comments
I am using Matlab R2011a The following code works because the ImmutableList of Google is contained in some jar file listed in JavaClasspath
>> import com.google.common.collect.ImmutableList;
>> w = ImmutableList.of('Hans','Wurst')
My program is a Java project that is also using ImmutableLists. However, I am using version more uptodate. how can I find out what version Matlab is using? How can I determine which jar file is hiding the ImmutableList? How can I enforce Matlab to rank my jar file higher?
Best regards Thomas
Accepted Answer
More Answers (0)
Categories
Find more on Call Java from MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!