summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 10 insertions, 2 deletions
diff --git a/README b/README
index 7658c23..259fa75 100644
--- a/README
+++ b/README
@@ -52,8 +52,16 @@ Main layer maintainers:
52Usage instructions 52Usage instructions
53------------------ 53------------------
54 54
55Since there is a clear bootstrap of the individual java-recipes, there is 55You should define at least the following variables in a distro include file or local.conf
56nothing to configure in conf/local.conf nor your individual distro/$name.conf. 56
57# Possible provider: cacao-initial-native and jamvm-initial-native
58PREFERRED_PROVIDER_virtual/java-initial-native = "cacao-initial-native"
59
60# Possible provider: cacao-native and jamvm-native
61PREFERRED_PROVIDER_virtual/java-native = "jamvm-native"
62
63# Optional since there is only one provider for now
64PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native"
57 65
58Simply rely on openjdk-7-jre, openjdk-7, openjdk-8 or openjre-8. 66Simply rely on openjdk-7-jre, openjdk-7, openjdk-8 or openjre-8.
59 67