-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Description
JabRef version
Other (please describe below)
Operating system
GNU / Linux
Details on version and operating system
Manjaro with GNOME 42.4, Jabref main branch (commit 349c879)
Checked with the latest development build
- I made a backup of my libraries before testing the latest development version.
- I have tested the latest development version and the problem persists
Steps to reproduce the behaviour
- Setup local workspace, including Intelij IDE configuration;
- Try running application with
JabRef Mainrun config; - Errors stop the application from running.
This behavior seems to manifest in two ways:
- Intelij cannot run because the application's main entry point has changed from
org.jabref.gui.JabRefMaintoorg.jabref.cli.Launcherin PR Process CLI arguments before starting gui #9217. I've been able to run normally by just changing the entry point on the config file (and was not sure if this was going to be reverted, as PR Revert "Process CLI arguments before starting gui" #9257 was still open at the time) - Now, I cannot run even with the entry point change because of a build error on
org.jabref.gui.desktop.os.Windows. See appendix for error message.
Appendix
...
Log File
/home/james/Documents/Github Repos/Public/jabref/src/main/java/org/jabref/gui/desktop/os/Windows.java:84:9
java: cannot access com.sun.jna.LastErrorException
class file for com.sun.jna.LastErrorException not found