Jena fileManager cannot find file?
问题 I use Jena FileManager to load a model from a local rdf file. The java code run correctly in Eclipse. But when I call this java class from matlab. The partial source code is the following: public static Set<String> getSubjectsRelatedToProperty(String filePath) throws IllegalArgumentException, URISyntaxException { // read the resourceMap FileManager fm = FileManager.get(); model = fm.loadModel(filePath); return result_set; } The error I received is attached below. -------------- Error Details: