On 05/20/2016 09:31 AM, Patrick Dupre wrote:
Thank you.
But: Package java-1.8.0-openjdk-1:1.8.0.91-2.b14.fc22.x86_64 is already installed, skipping. which jre returns:
/usr/bin/which: no jre in (/root/bin:/usr/lib64/qt-3.3/bin:/usr/lib64/ccache:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin)
"jre" is a mnemonic for "Java runtime environment"--it's not the binary. The execuatble binary is "/usr/bin/java" which is a symlink to
/etc/alternatives/java
which in turn is a symlink (on my machine) to
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.91-5.b14.fc23.x86_64/jre/bin/java
Sent: Friday, May 20, 2016 at 6:10 PM From: "Samuel Sieb" samuel@sieb.net To: "Community support for Fedora users" users@lists.fedoraproject.org Subject: Re: jre
On 05/20/2016 08:27 AM, Patrick Dupre wrote:
I wish to install on application (jpicedt) which requires jre. Which jre install ?
The package is java-1.8.0-openjdk, but "dnf install jre" will work.
users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: http://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
-- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: http://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org