Note
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Package:Java SE Development Kit (JDK)"
Jump to navigation
Jump to search
Threesixes (talk | contribs) m (vincent said accepting licenses isn't necessary....) |
|||
Line 6: | Line 6: | ||
}} | }} | ||
Jdk is {{package|dev-java/oracle-jre-bin}} & additional software for java development. | |||
== Installation == | == Installation == | ||
{{console|body= | {{console|body= | ||
###i## emerge - | ###i## emerge dev-java/oracle-jdk-bin | ||
}} | }} | ||
== Runtime == | |||
After the installation finishes, you may want to check and see if you can use the jre components of jdk. You can do so by issuing the following command: | |||
{{console|body= | {{console|body= | ||
$##i## java | $##i## java -jar file.jar | ||
}} | }} | ||
Revision as of 12:05, January 30, 2015
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.
Jdk is dev-java/oracle-jre-bin & additional software for java development.
Installation
root # emerge dev-java/oracle-jdk-bin
Runtime
After the installation finishes, you may want to check and see if you can use the jre components of jdk. You can do so by issuing the following command:
user $ java -jar file.jar
media