You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
Steps to reproduce the behaviour
JabRef Mainrun config;This behavior seems to manifest in two ways:
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)org.jabref.gui.desktop.os.Windows. See appendix for error message.Appendix
...
Log File