When did java lose its option for --add-modules?!?!?
# java --add-modules java.activation Unrecognized option: --add-modules Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit.
# rpm -q java-1.8.0-openjdk java-1.8.0-openjdk-1.8.0.191.b13-0.fc29.x86_64
I can't start my unifi server now because it needs the java.activation module that's depreciated.
Thanks, Richard
Not done anything with Java modules yet so I might be completely wrong, but isn't modules a Java 9 feature?
On Sun, Feb 10, 2019 at 4:00 PM Richard Shaw hobbes1069@gmail.com wrote:
When did java lose its option for --add-modules?!?!?
# java --add-modules java.activation Unrecognized option: --add-modules Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit.
# rpm -q java-1.8.0-openjdk java-1.8.0-openjdk-1.8.0.191.b13-0.fc29.x86_64
I can't start my unifi server now because it needs the java.activation module that's depreciated.
Thanks, Richard _______________________________________________ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-leave@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
On Sun, Feb 10, 2019 at 11:13 AM Tako Schotanus tschotan@redhat.com wrote:
Not done anything with Java modules yet so I might be completely wrong, but isn't modules a Java 9 feature?
Yeah, I think I jumped the gun... Having issues and should have backed up first, now I can't downgrade to a previous version of unifi...
Thanks, Richard