简体   繁体   中英

System.getProperty(“plugins.dir”) return null

我正在尝试在Eclipse中运行imageJ项目,但是在运行该项目时,我在控制台中打印此“ System.getProperty(“ plugins.dir”)”时得到“空”值,我已经包含了imageJ jar(ij.jar)但仍然出现此错误。

您可能需要在应用程序启动期间使用-Dplugins.dir表示法传递此属性。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM