Oh and kobaltw --update leads to: ``` Exception in...
# kobalt
k
Oh and kobaltw --update leads to:
Copy code
Exception in thread "main" java.io.IOException: java.nio.file.FileSystemException: C:\Users\Kirill\.kobalt\wrapper\dist\0.289\kobalt\wrapper\kobalt-0.289.jar: Der Prozess kann nicht auf die Datei zugreifen, da sie von einem anderen Prozess verwendet wird.

        at com.beust.kobalt.wrapper.Main.extractZipFile(Main.java:235)
        at com.beust.kobalt.wrapper.Main.installDistribution(Main.java:149)
        at com.beust.kobalt.wrapper.Main.installAndLaunchMain(Main.java:55)
        at com.beust.kobalt.wrapper.Main.main(Main.java:15)
        at com.beust.kobalt.misc.UpdateKobalt.updateKobalt(UpdateKobalt.kt:12)
        at com.beust.kobalt.Main.runWithArgs(Main.kt:191)
        at com.beust.kobalt.Main.access$runWithArgs(Main.kt:46)
        at com.beust.kobalt.Main$run$seconds$1.invoke(Main.kt:97)
        at com.beust.kobalt.Main$run$seconds$1.invoke(Main.kt:46)
        at com.beust.kobalt.misc.BenchmarksKt.benchmark(Benchmarks.kt:5)
        at com.beust.kobalt.Main.run(Main.kt:95)
        at com.beust.kobalt.MainKt.mainNoExit(Main.kt:43)
        at com.beust.kobalt.MainKt.main(Main.kt:25)
Caused by: java.nio.file.FileSystemException: C:\Users\Kirill\.kobalt\wrapper\dist\0.289\kobalt\wrapper\kobalt-0.289.jar: Der Prozess kann nicht auf die Datei zugreifen, da sie von einem anderen Prozess verwendet wird.

        at sun.nio.fs.WindowsException.translateToIOException(Unknown Source)
        at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source)
        at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source)
        at sun.nio.fs.WindowsFileSystemProvider.implDelete(Unknown Source)
        at sun.nio.fs.AbstractFileSystemProvider.deleteIfExists(Unknown Source)
        at java.nio.file.Files.deleteIfExists(Unknown Source)
        at java.nio.file.Files.copy(Unknown Source)
        at com.beust.kobalt.wrapper.Main.extractZipFile(Main.java:232)
        ... 12 more
Sorry for the german, it means "cannot access file because it us used by another process".