ModuleFinder 來找尋模組,假設模組的 JAR 檔案位於 One 專案 dist 資料夾: ModuleFinder finder = ModuleFinder.of(Paths.get("C:\\workspace\\One\\dist")); ...
確定! 回上一頁