-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Contribution welcomebugSomething that is supposed to work, but doesn't. More severe than a "defect".Something that is supposed to work, but doesn't. More severe than a "defect".
Milestone
Description
java.lang.IllegalArgumentException: URI has an authority component
at java.io.File.(File.java:423)
at com.jme3.asset.plugins.ClasspathLocator.locate(ClasspathLocator.java:88)
When running from a path like \\abc\def\
, jME3 crashes in ClasspathLoader
:
at String path = new File(url.toURI()).getCanonicalPath();
Creating a File object from an SMB path isn't supported by Java (?)
Metadata
Metadata
Assignees
Labels
Contribution welcomebugSomething that is supposed to work, but doesn't. More severe than a "defect".Something that is supposed to work, but doesn't. More severe than a "defect".