Difference between pages "Package:Java SE Runtime Environment (JRE)" and "Requested Documents"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
m (eselect garbage)
 
m
 
Line 1: Line 1:
{{Ebuild
* {{Package|x11-wm/wmfs}}
|Summary=Oracle's Java SE Runtime Environment (JRE) - For running Java applications.
* reverse dependency resolution...  not once emerge pkg --tree is said or equery depends pkg on the entire wiki?
|CatPkg=dev-java/oracle-jre-bin
* [[troubleshooting]]
|Maintainer=
* bind
|Homepage=http://www.oracle.com/technetwork/java/javase/overview/index.html
* dnsmasq
}}
* more email stuff....
 
* dkim/spf dns configurations probably under bind, not sure if dnsmasq supports that stuff.....
JRE is oracles java runtime environment. {{package|dev-java/oracle-jdk-bin}} also includes JREThis package is for running java programs.
* dovecot http://www.dovecot.org/documentation.html
 
* rtorrent && rutorrent
=== Installation ===
{{console|body=
###i## emerge dev-java/oracle-jre-bin
}}
 
=== Configuration ===
==== JVM ====
list java virtual machines:
{{console|body=
###i## eselect java-vm list
}}
 
set java virual machine os oracle jre:
{{console|body=
###i## eselect java-vm set system oracle-jre-bin-1.7
}}
 
==== Browser Plugin ====
list java browser plugins:
{{console|body=
###i## eselect java-nsplugin list
}}
 
set java browser plugin to oracle jre:
 
===== 32bit =====
{{console|body=
###i## eselect java-nsplugin set 32bit oracle-jre-bin-1.7
}}
 
===== 64bit =====
{{console|body=
###i## eselect java-nsplugin set 64bit oracle-jre-bin-1.7
}}
 
=== Runtime ===
To run java jar packages:
{{console|body=###i## java -jar package-to-run.jar}}
 
{{PageNeedsUpdates}}
{{EbuildFooter}}

Revision as of 01:05, January 31, 2015

  • No results
  • reverse dependency resolution... not once emerge pkg --tree is said or equery depends pkg on the entire wiki?
  • troubleshooting
  • bind
  • dnsmasq
  • more email stuff....
  • dkim/spf dns configurations probably under bind, not sure if dnsmasq supports that stuff.....
  • dovecot http://www.dovecot.org/documentation.html
  • rtorrent && rutorrent