Installing JabRef in Mageia-5

I tried to install JabRef (http://www.jabref.org/) in Mageia-5 but failed. It does not seem to there in repositories:
I tried to download the jar file from http://sourceforge.net/projects/jabref/files/v3.2/ and run it. Following was the error:
Then it gets stuck and has to be stopped with control-c.
I also tried to download the binary file from http://pkgs.org/fedora-rawhide/fedora-i ... h.rpm.html and install it but it failed:
A long list of packages need to be downloaded including openjdk, although I have it installed:
How can I solve this problem? Thanks for your help.
- Code: Select all
$ urpmq -Y jabref
No package named jabref
I tried to download the jar file from http://sourceforge.net/projects/jabref/files/v3.2/ and run it. Following was the error:
- Code: Select all
$ java -jar JabRef*.jar
Exception in thread "AWT-EventQueue-0" java.awt.HeadlessException
at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:204)
at java.awt.Window.<init>(Window.java:536)
at java.awt.Frame.<init>(Frame.java:420)
at java.awt.Frame.<init>(Frame.java:385)
at javax.swing.JFrame.<init>(JFrame.java:189)
at net.sf.jabref.gui.JabRefFrame.<init>(JabRefFrame.java:529)
at net.sf.jabref.JabRef.openWindow(JabRef.java:654)
at net.sf.jabref.JabRef.lambda$start$30(JabRef.java:168)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Then it gets stuck and has to be stopped with control-c.
I also tried to download the binary file from http://pkgs.org/fedora-rawhide/fedora-i ... h.rpm.html and install it but it failed:
- Code: Select all
# urpmi jabref*.rpm
A requested package cannot be installed:
jabref-2.10-1.fc24.noarch (due to unsatisfied glazedlists)
Continue installation anyway? (Y/n)
To satisfy dependencies, the following packages are going to be installed:
Package Version Release Arch
(medium "Core Release")
aether-api 1.0.0 3.mga5 noarch
aether-connector-basic 1.0.0 3.mga5 noarch
aether-impl 1.0.0 3.mga5 noarch
aether-spi 1.0.0 3.mga5 noarch
aether-transport-wagon 1.0.0 3.mga5 noarch
aether-util 1.0.0 3.mga5 noarch
ant 1.9.4 5.mga5 noarch
antlr-tool 2.7.7 30.mga5 noarch
aopalliance 1.0 12.mga5 noarch
apache-commons-cli 1.2 14.mga5 noarch
apache-commons-codec 1.9 2.mga5 noarch
apache-commons-compress 1.8.1 5.mga5 noarch
apache-commons-io 2.4 8.mga5 noarch
apache-commons-lang 2.6 15.mga5 noarch
apache-commons-logging 1.1.3 8.mga5 noarch
apache-commons-net 3.3 9.mga5 noarch
apache-parent 14 2.mga5 noarch
apache-resource-bundles 2 17.mga5 noarch
.....
java-1.8.0-openjdk 1.8.0.72 1.b15.1.mga5 i586
java-1.8.0-openjdk-devel 1.8.0.72 1.b15.1.mga5 i586
java-1.8.0-openjdk-headless 1.8.0.72 1.b15.1.mga5 i586
...
A long list of packages need to be downloaded including openjdk, although I have it installed:
- Code: Select all
$ java -version
openjdk version "1.8.0_65"
OpenJDK Runtime Environment (build 1.8.0_65-b17)
OpenJDK Server VM (build 25.65-b01, mixed mode)
How can I solve this problem? Thanks for your help.