Which assembly should have NOJVM attribute?
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
I have the following problem. MCR ignores NOJVM(true) attribute of my assembly and starts JVM. (Similar question was posted here without answer: http://www.mathworks.com/matlabcentral/answers/7074-mcr-invocation)
The problem occurs if I build a class library with VS2008 C#, it does not occur if I build a console application.
Therefore, I believe the reason is that MCR reflects on attributes of a different assembly than my class library when it looks for NOJVM.
My question is, what algorithm MCR uses to find and reflect on NOJVM attribute?
Thanks in advance for help.
댓글 수: 0
답변 (0개)
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!