Why do I receive the error "Exception in thread "main" com.google.inject.ProvisionException" when installing MATLAB on Linux or Mac?
조회 수: 5 (최근 30일)
이전 댓글 표시
MathWorks Support Team
2012년 4월 10일
편집: MathWorks Support Team
2020년 12월 2일
When installing MATLAB 7.11 (R2010b) on Linux, I receive the following error:
ERROR: Exception in thread "main" com.google.inject.ProvisionException: Guice provision errors:
1) Error in custom provider, java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at com.mathworks.wizard.WizardModule.provideDisplayProperties(WizardModule.java:59)
while locating com.mathworks.instutil.DisplayProperties
...
...
I would like to resolve this so I can install.
채택된 답변
MathWorks Support Team
2020년 12월 2일
편집: MathWorks Support Team
2020년 12월 2일
This error occurs if the symbolic links for the installer are missing. The installer uses symbolic links in order to locate the required libraries for installation. This may occur if the installer .zip archive was extracted on a file system that does not support symbolic links. For example, if the files were extracted on a Windows system, this error would occur. To resolve this, the installer should be extracted on a system that supports symbolic links (ext2, ext3, etc.).
This error can also occur when installing from DVD if the DVD is not mounted with the correct permission set. To correct this, please see the related article:
Why do I get the message "xsetup: Permission denied" when running the installer on Linux/Unix?
댓글 수: 0
추가 답변 (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!