summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'demos/java/README.txt')
-rw-r--r--demos/java/README.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/demos/java/README.txt b/demos/java/README.txt
new file mode 100644
index 00000000..4781bb09
--- /dev/null
+++ b/demos/java/README.txt
@@ -0,0 +1,8 @@
+All README files assume that the user is using Java 8.
+
+On Windows, make sure the JDK is installed and the bin directory
+inside the installation folder is added to the PATH environment
+variable. This exposes command line programs to build Java
+applications.
+
+On Linux and Mac, OpenJDK 8 is used.