是否有人成功地設置了用於Eclipse的組合Java/C++項目? 我想要做的事很簡單; 1) Compile my Java sources
2) Run Javah to create the JNI interface
3) Compile all the C/C++ sources
4) Link native shared library + package the JAR
提
使用Eclipse進行編碼時,如何關閉開始多行註釋時出現的「*」註釋? 代替見狀, /**
* Here is a comment
* some more
*/
我能得到這個? /**
Here is a comment
some more
*/
如果您想知道「/ **」是因爲我使用了doxygen。