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
Properties are not loaded from classpath source if predicate matches with files from classpath that cannot be loaded (e.g. property files from jre jars)
In runtime FilteredPathConfigSource tries to load, for example, com/sun/javafx/scene/control/skin/resources/controls-nt.properties as it is matched with predicate, but can't do it because of java.io.FileNotFoundException: C:\Program%20Files\Java\jdk1.8.0_161\jre\lib\ext\jfxrt.jar (The system cannot find the path specified)
The text was updated successfully, but these errors were encountered:
Properties are not loaded from classpath source if predicate matches with files from classpath that cannot be loaded (e.g. property files from jre jars)
Let's imagine we have following example:
In runtime
FilteredPathConfigSource
tries to load, for example,com/sun/javafx/scene/control/skin/resources/controls-nt.properties
as it is matched with predicate, but can't do it because ofjava.io.FileNotFoundException: C:\Program%20Files\Java\jdk1.8.0_161\jre\lib\ext\jfxrt.jar (The system cannot find the path specified)
The text was updated successfully, but these errors were encountered: