* JUSTIN TAYLOR <jus...@swbell.net> [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 
> default.
> 

The headless and GUI enabled JVM package are not independent JVMs. The
GUI enabled JVM package just supplies some additional .so files; the
same JVM bits are used underneath.

The only way (I can see) it would revert back to headless is:
1. A bug in the JVM itself where GUI libraries are installed but it is
   not seeing/loading them (we have never seen this before though)
2. A bug in dnf where it uninstalled the GUI enabled package due to some
   weird conflict

Are you able to reproduce this issue, or do you still have access to the
system where the problem is happening?

Cheers,
Deepak

>     On Tuesday, January 3, 2017 10:07 AM, Deepak Bhole <dbh...@redhat.com> 
> wrote:
>  
> 
>  * JUSTIN TAYLOR <jus...@swbell.net> [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 way to install/register a non-headless JVM with Fedora so it 
> > won't keep installing the headless JVM?
> 
> 
> The headless package (java-1.8.0-openjdk-headless) is a standalone
> package intended to be used on headless servers where the user may not
> want graphics related libraries installed. 
> 
> The headless package is just a subpackage of the main OpenJDK build and
> all it is is the full JRE minus some graphics related shared libraries
> (which are then provided by the 'java-1.8.0-openjdk' package).
> 
> If you are using GUI apps, you just need to install 'java-1.8.0-openjdk'
> and you will be able to run GUI apps. Apps distributed via Fedora should
> have the proper dependencies (on headless vs full package); if you
> notice that once does not, please open a bug against that package.
> 
> Cheers,
> Deepak
> 
> > Thanks
> 
> > _______________________________________________
> > users mailing list -- users@lists.fedoraproject.org
> > To unsubscribe send an email to users-le...@lists.fedoraproject.org
> 
> 
> 
>    

> _______________________________________________
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org

Reply via email to