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 install/register a non-headless JVM with
> Fedora so it won't keep installing the headless JVM?

Uhm, I think you'd need to simply exclude the JVM stuff from dnf by
either using an "exclude=" clause in your /etc/dnf/dnf.conf or adding a
.conf file in /etc/dnf/protected.d, e.g.

        # cat /etc/dnf/protected.d/java.conf
        java

(assuming you have the dnf "protected_packages" plugin installed).
----------------------------------------------------------------------
- Rick Stevens, Systems Engineer, AllDigital    ri...@alldigital.com -
- AIM/Skype: therps2        ICQ: 226437340           Yahoo: origrps2 -
-                                                                    -
- Millihelen (n): The amount of beauty required to launch one ship.  -
----------------------------------------------------------------------
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org

Reply via email to