blob: 5ebd680a412eb953d58050dcd17982f6ee505272 [file] [log] [blame]
Filip Pytloun7fcfbdf2015-10-06 16:28:32 +02001====
2Java
3====
4
5Programming language environment.
6
7Sample pillars
8==============
9
Martin Polreich4e10d872018-01-10 12:01:41 +010010OpenJDK 8 environment with development libs
Filip Pytloun7fcfbdf2015-10-06 16:28:32 +020011
12.. code-block:: yaml
13
14 java:
15 environment:
16 enabled: true
Martin Polreich4e10d872018-01-10 12:01:41 +010017 version: '8'
Filip Pytloun7fcfbdf2015-10-06 16:28:32 +020018 platform: openjdk
19 development: true
20
Martin Polreich4e10d872018-01-10 12:01:41 +010021Oracle JAVA JDK 8
Filip Pytloun7fcfbdf2015-10-06 16:28:32 +020022
23.. code-block:: yaml
24
25 java:
26 environment:
27 enabled: true
Martin Polreich4e10d872018-01-10 12:01:41 +010028 version: '8'
29 platform: oracle-java
30 development: true
31
32Oracle JAVA JDK 9
33
34.. code-block:: yaml
35
36 java:
37 environment:
38 enabled: true
39 version: '9'
40 release: '0.1'
41 build: '11'
Filip Pytloun7fcfbdf2015-10-06 16:28:32 +020042 platform: oracle-java
43 development: true
44
45Read more
46=========
47
48* http://openjdk.java.net/install/
49* http://www.wikihow.com/Install-Oracle-Java-on-Ubuntu-Linux
50* https://github.com/saltstack-formulas/sun-java-formula
51* https://www.digitalocean.com/community/articles/how-to-install-java-on-ubuntu-with-apt-get
52* https://github.com/saltstack-formulas/sun-java-formula
53* https://github.com/saltstack-formulas/java-formula
Filip Pytlounf457c242017-02-02 13:02:03 +010054
55Documentation and Bugs
56======================
57
58To learn how to install and update salt-formulas, consult the documentation
59available online at:
60
61 http://salt-formulas.readthedocs.io/
62
63In the unfortunate event that bugs are discovered, they should be reported to
64the appropriate issue tracker. Use Github issue tracker for specific salt
65formula:
66
67 https://github.com/salt-formulas/salt-formula-java/issues
68
69For feature requests, bug reports or blueprints affecting entire ecosystem,
70use Launchpad salt-formulas project:
71
72 https://launchpad.net/salt-formulas
73
74You can also join salt-formulas-users team and subscribe to mailing list:
75
76 https://launchpad.net/~salt-formulas-users
77
78Developers wishing to work on the salt-formulas projects should always base
79their work on master branch and submit pull request against specific formula.
80
81 https://github.com/salt-formulas/salt-formula-java
82
83Any questions or feedback is always welcome so feel free to join our IRC
84channel:
85
86 #salt-formulas @ irc.freenode.net