You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The File API is being used to load resource files, however this breaks when the code is compiled to (and run from) a .jar; getResourceAsStream() can be considered to be used instead.
The File API is being used to load resource files, however this breaks when the code is compiled to (and run from) a .jar; getResourceAsStream() can be considered to be used instead.
Example:
coming/src/main/java/fr/inria/prophet4j/utility/Structure.java
Lines 298 to 307 in de22408
Here, if the
filePath
variable has a form similar tofile:/coming.jar!/prophet4j/...
the File API won't know what to do.The text was updated successfully, but these errors were encountered: