Note
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Package:Java SE Runtime Environment (JRE)"
Jump to navigation
Jump to search
Threesixes (talk | contribs) m |
|||
Line 5: | Line 5: | ||
|Homepage=http://www.oracle.com/technetwork/java/javase/overview/index.html | |Homepage=http://www.oracle.com/technetwork/java/javase/overview/index.html | ||
}} | }} | ||
JRE is oracles java runtime environment. {{package|dev-java/oracle-jdk-bin}} also includes JRE. This package is for running java programs. | |||
{{console|body= | |||
###i## emerge dev-java/oracle-jre-bin | |||
}} | |||
=== Runtime === | |||
To run java jar packages: | |||
{{console|body=###i## java -jar package-to-run.jar}} | |||
{{PageNeedsUpdates}} | {{PageNeedsUpdates}} | ||
{{EbuildFooter}} | {{EbuildFooter}} |
Revision as of 11:24, January 30, 2015
Java SE Runtime Environment (JRE)
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.
JRE is oracles java runtime environment. dev-java/oracle-jdk-bin also includes JRE. This package is for running java programs.
root # emerge dev-java/oracle-jre-bin
Runtime
To run java jar packages:
root # java -jar package-to-run.jar