Run java class from inside matlab (previous question reference)

9 ビュー (過去 30 日間)
Ioannis Nemparis
Ioannis Nemparis 2019 年 6 月 4 日
コメント済み: Guillaume 2019 年 6 月 4 日
However, I was not able to reproduce the answer, I think I am missing something.
Step 1: The link is out of date, so I created the jar by myself. Then I used javaaddpath as shown.
Step2: I have the TriComps java class in a separate .cpp file when I run the triconnected_components function I get an error at line 30 : trc = TriComps; undefined function or variable.
Who can I actually declare that this is a java class?
  1 件のコメント
Guillaume
Guillaume 2019 年 6 月 4 日
"I have the TriComps java class in a separate .cpp file
.cpp files are typically C++ source files, not compiled java files (typically .jar files). They're two completely different beasts.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeCall Java from MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by