code-orchestra/livecoding_examples

xampp: error while starting live coding session

FabianPP opened this issue · 2 comments

If I point my Main Document to a file located in xampp/htdocs/
I get these errors:

java.lang.RuntimeException: java.io.IOException: Das System kann den angegebenen Pfad nicht finden
at codeOrchestra.util.FileUtils.write(FileUtils.java:341)
at codeOrchestra.colt.js.controller.ColtJsController$3.call(ColtJsController.java:235)
at codeOrchestra.colt.js.controller.ColtJsController$3.call(ColtJsController.java:135)
at codeOrchestra.colt.core.tasks.ColtTaskWithProgress.call(ColtTaskWithProgress.java:25)
at javafx.concurrent.Task$TaskCallable.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: Das System kann den angegebenen Pfad nicht finden
at java.io.WinNTFileSystem.createFileExclusively(Native Method)
at java.io.File.createNewFile(Unknown Source)
at codeOrchestra.util.FileUtils.write(FileUtils.java:333)
... 6 more

jep. done.