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
Exception in thread "main" java.lang.RuntimeException: java.net.URISyntaxException: Illegal character in path at index 5: Users\Gimmi\Sources\jsmake
at org.mozilla.javascript.tools.shell.Global.installRequire(Global.java:182)
at org.mozilla.javascript.tools.shell.Main$IProxy.run(Main.java:131)
at org.mozilla.javascript.Context.call(Context.java:521)
at org.mozilla.javascript.ContextFactory.call(ContextFactory.java:535)
at org.mozilla.javascript.tools.shell.Main.exec(Main.java:198)
at org.mozilla.javascript.tools.shell.Main.main(Main.java:174)
Caused by: java.net.URISyntaxException: Illegal character in path at index 5: Users\Gimmi\Sources\jsmake
at java.net.URI$Parser.fail(URI.java:2809)
at java.net.URI$Parser.checkChars(URI.java:2982)
at java.net.URI$Parser.parseHierarchical(URI.java:3066)
at java.net.URI$Parser.parse(URI.java:3024)
at java.net.URI.(URI.java:578)
at org.mozilla.javascript.tools.shell.Global.installRequire(Global.java:170)
... 5 more
This command instead seems to work (note the "" replaced with "/"):
The command:
Throws this rerror on Windows:
This command instead seems to work (note the "" replaced with "/"):
The text was updated successfully, but these errors were encountered: