Files after download Download AdoptOpenJDK AdoptOpenJDK – Open source, prebuilt OpenJDK binaries OpenJDK11U-jdk_x64_windows_hotspot_11.0.13_8.msi On install:Add to PATH, Set JAVA_HOME on local HD. C:\Users\jekl>java -versionopenjdk version…
Files after download Download AdoptOpenJDK AdoptOpenJDK – Open source, prebuilt OpenJDK binaries OpenJDK11U-jdk_x64_windows_hotspot_11.0.13_8.msi On install:Add to PATH, Set JAVA_HOME on local HD. C:\Users\jekl>java -versionopenjdk version…
AdoptOpenJDK – Open source, prebuilt OpenJDK binaries OpenJDK11U-jdk_x64_windows_hotspot_11.0.13_8.msi Add to PATH, Set JAVA_HOME on local HD. Release Kotlin 1.6.10 · JetBrains/kotlin (github.com) Download Kotlin Download…
java – Passing JVM arguments to Tomcat when running as a service? – Stack Overflow In your Tomcat /bin folder, you should have a tomcat5w.exe…
What now with Kotlin and JVM: “Oracle has announced that, effective January 2019, Java SE 8 public updates will no longer be available for “Business,…
https://kotlinlang.org/docs/reference/ If you have a basic Kotlin/Native Application good, if not look at the tutorial here: Basic Kotlin/Native Application Getting started Basics Classes and objects…
https://kotlinlang.org/docs/tutorials/native/basic-kotlin-native-app.html Obtaining the compiler Kotlin/Native is available for macOS, Linux and Windows. Depending on the operating system we’re working on, we’ll need to download the…
Compile Kotlin and run jar Kotlin: Kotlin is a statically typed programming language that runs on the Java virtual machine and also can be compiled…