Skip to content

Commit

Permalink
Merge branch 'my-fixes' of github.com:mohe2015/vorkurs into my-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rdeisenroth committed Oct 2, 2023
2 parents bdefc9d + 54dcebc commit a04c6c0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions misc/linux_commands/KotlinInstallieren.tex
Original file line number Diff line number Diff line change
Expand Up @@ -215,5 +215,16 @@ \section*{Überprüfung der Installation}\label{sec:check}
type :h for help
[0] @\shellcursor@
\end{commandshell}
Falls folgende Ausgabe kommt, ist nicht mindestens Java 11 installiert und muss anhand der Anleitung oben nachgeholt werden:
\nopagebreak
\begin{commandshell}[][minted language=text]
Error: LinkageError occurred while loading main class org.jetbrains.kotlinx.ki.shell.KotlinShell
java.lang.UnsupportedClassVersionError: org/jetbrains/kotlinx/ki/shell/KotlinShell has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 54.0
\end{commandshell}
Falls folgende Ausgabe kommt, ist Java gar nicht installiert und muss anhand der Anleitung oben nachgeholt werden:
\nopagebreak
\begin{commandshell}[][minted language=text]
The syntax of the command is incorrect.
\end{commandshell}

\end{document}

0 comments on commit a04c6c0

Please sign in to comment.