Accessing Lookup java class in Matlab
信息
此问题已关闭。 请重新打开它进行编辑或回答。
显示 更早的评论
Hello,
We have developed a simple class in the Netbeans IDE. This class is having a method which internally calls the “Lookup” for getting a reference of the Assembly Factory class.
Observations: 1.The compiled classes works properly when started from the dos command prompt (thus starting a new JVM with java cmd). 2.Instantiating the class within MATLAB (which has a standard JVM already started) does not work(returning null) due to the Lookup class used in the assembly class (other “standard” classes works fine without Lookup).
Please can you give any idea why “Lookup” class is not working in MATLAB or do we require any dependencies? Also provide us some examples of "Lookup" class how it is used in the MATLAB.
Note – Included all dependent jars which are used by the Project in the MATLAB java search path.
Thanks, Ullas
0 个评论
回答(0 个)
此问题已关闭。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!