Difference between revisions of "Package:Java SE Development Kit (JDK)"

From Funtoo
Jump to navigation Jump to search
(Created page with "{{Ebuild |Summary=Oracle's Java SE Development Kit -- Java runtime, compiler, etc. |CatPkg=dev-java/oracle-jdk-bin |Maintainer= |Homepage=http://www.oracle.com/technetwork/jav...")
 
(3 intermediate revisions by 2 users not shown)
Line 6: Line 6:
}}
}}


You can install the free icedtea jdk or Oracle's version.
Therefore we have a virtual package called ''virtual/jdk''. By default it will install the Oracle version.
== Installation ==
<console>
###i## emerge -a virtual/jdk
</console>
{{PageNeedsUpdates}}
{{EbuildFooter}}
{{EbuildFooter}}

Revision as of 07:49, October 30, 2014

Java SE Development Kit (JDK)

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.


You can install the free icedtea jdk or Oracle's version. Therefore we have a virtual package called virtual/jdk. By default it will install the Oracle version.

Installation

root # emerge -a virtual/jdk