b0n541 / jskat

JSkat is a free software implementation of the game Skat in Java.

Home Page:https://www.jskat.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Information about Java SRE and Java JDK

simfann opened this issue · comments

On jskat homepage I find no hint, that you have to install Java SRE and Java JDK at first. I found this necessity by accident.: There is a failure information when starting jskat without having installed Java. And this failure information is only about Java SRE. When I had installed Java SRE, there was a very strange failure information about still missing Java component. Searching in Internet I found, that I had to install also Java SDK. My suggestion: On Download site of jskat homepage you can find information, to install Java SRE and Java JDK at first.

There is no distinction between Java Runtime Environment and Java Development Kit anymore in modern versions of the JDK.

I added a hint for the installation of an JDK to the download page: https://jskat.org/download.html

Very good. Thanks. So I can close this issue.