Re: How to prevent headless JVM (Fedora 25)?

2017-01-04 Thread JUSTIN TAYLOR
Tech support considered Java dependencies to be my problem.  The app is just an executable JAR. I was unable to install the full Java via dnf, which is why I went with the Oracle rpm.  Pretty sure the rpm conflicted with the headless JVM, so I removed that one. I can't explain this, user error

Re: How to prevent headless JVM (Fedora 25)?

2017-01-04 Thread Christopher
Your "Vendor tech support" should have just told you to do 'sudo dnf install java'. In Fedora 25, "java" is split across more than one package. Most applications only need a partial installation, and that's what the "-headless" package gives you. If you need the rest of "java", you need to

Re: How to prevent headless JVM (Fedora 25)?

2017-01-04 Thread JUSTIN TAYLOR
I have the non-headless JVM installed now, and I haven't tried to replicate the issue since. Does dnf keep a log? Here's my best recollection of the sequence of events:1. Clean install of Fedora 24 on a new laptop.2. Java GUI app failed.  Vendor tech support eventually identified the headless

Re: How to prevent headless JVM (Fedora 25)?

2017-01-04 Thread Deepak Bhole
* JUSTIN TAYLOR [2017-01-03 19:48]: > When I installed Fedora Workstation, it loaded the headless JVM only.  I > installed the full JVM, but installing libreoffice via dnf reverted back to > the headless one.  It's almost like it considers the headless one to be the >

Re: How to prevent headless JVM (Fedora 25)?

2017-01-03 Thread Matthew Miller
On Wed, Jan 04, 2017 at 12:47:55AM +, JUSTIN TAYLOR wrote: > When I installed Fedora Workstation, it loaded the headless JVM only. >  I installed the full JVM, but installing libreoffice via dnf > reverted back to the headless one.  It's almost like it considers the > headless one to be the

Re: How to prevent headless JVM (Fedora 25)?

2017-01-03 Thread Rick Stevens
On 01/03/2017 05:59 PM, Christopher wrote: > Isn't the headless a dependency of the full one? Yes, java-1.8.0-openjdk-headless is a requirement for java-1.8.0-openjdk. > As far as I know, > headless isn't a separate JVM install... it's just a

Re: How to prevent headless JVM (Fedora 25)?

2017-01-03 Thread Samuel Sieb
On 01/03/2017 04:47 PM, JUSTIN TAYLOR wrote: When I installed Fedora Workstation, it loaded the headless JVM only. I installed the full JVM, but installing libreoffice via dnf reverted back to the headless one. It's almost like it considers the headless one to be the default. That is very

Re: How to prevent headless JVM (Fedora 25)?

2017-01-03 Thread Christopher
Isn't the headless a dependency of the full one? As far as I know, headless isn't a separate JVM install... it's just a partial install of the full JVM, and installing the full one is basically just installing whatever was missing from the headless one. Isn't this correct? On Tue, Jan 3, 2017,

Re: How to prevent headless JVM (Fedora 25)?

2017-01-03 Thread JUSTIN TAYLOR
When I installed Fedora Workstation, it loaded the headless JVM only.  I installed the full JVM, but installing libreoffice via dnf reverted back to the headless one.  It's almost like it considers the headless one to be the default. On Tuesday, January 3, 2017 10:07 AM, Deepak Bhole

Re: How to prevent headless JVM (Fedora 25)?

2017-01-03 Thread Deepak Bhole
* JUSTIN TAYLOR [2016-12-26 12:15]: > I have a 3rd party app that use a Java GUI, so it won't run on a headless > JVM.  I had it working until I installed a different app using dnf.  It > overwrote my JVM with a headless one and now the Java GUI app is broken.  Is > there a

Re: How to prevent headless JVM (Fedora 25)?

2016-12-27 Thread JUSTIN TAYLOR
I have a separate JVM set up and it's working now. Thanks guys On Tuesday, December 27, 2016 7:52 PM, JUSTIN TAYLOR wrote: I have a separate JVM set up and it's working now. Thanks guys On Tuesday, December 27, 2016 12:41 PM, George N. White III

Re: How to prevent headless JVM (Fedora 25)?

2016-12-27 Thread George N. White III
On 26 December 2016 at 13:14, JUSTIN TAYLOR wrote: > I have a 3rd party app that use a Java GUI, so it won't run on a headless > JVM. I had it working until I installed a different app using dnf. It > overwrote my JVM with a headless one and now the Java GUI app is broken. >

Re: How to prevent headless JVM (Fedora 25)?

2016-12-27 Thread Matthew Miller
On Mon, Dec 26, 2016 at 05:14:36PM +, JUSTIN TAYLOR wrote: > I have a 3rd party app that use a Java GUI, so it won't run on a > headless JVM.  I had it working until I installed a different app > using dnf.  It overwrote my JVM with a headless one and now the Java > GUI app is broken.  Is

Re: How to prevent headless JVM (Fedora 25)?

2016-12-27 Thread Rick Stevens
On 12/26/2016 09:14 AM, JUSTIN TAYLOR wrote: > I have a 3rd party app that use a Java GUI, so it won't run on a > headless JVM. I had it working until I installed a different app using > dnf. It overwrote my JVM with a headless one and now the Java GUI app > is broken. Is there a way to

How to prevent headless JVM (Fedora 25)?

2016-12-26 Thread JUSTIN TAYLOR
I have a 3rd party app that use a Java GUI, so it won't run on a headless JVM.   I had it working until I installed a different app using dnf.  It overwrote my JVM with a headless one and now the Java GUI app is broken.  Is there a way to install/register a non-headless JVM with Fedora so it