Skip to content

Commit

Permalink
Document app freeze with wrong password prompt integration. (#11778)
Browse files Browse the repository at this point in the history
* Document app freeze with wrong password prompt integration.

* Fix trailing spaces in documentation.
  • Loading branch information
heyitsdross authored Sep 16, 2024
1 parent 4a2cf03 commit fb9cdef
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,9 @@ Another indication is following output
```text
java.lang.UnsupportedClassVersionError: org/javamodularity/moduleplugin/ModuleSystemPlugin has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
```

## Attempts to open preferences panel freezes application

This is likely caused by improper integration of your OS or Desktop Environment with your password prompting program or password manager. Ensure that these are working properly, then restart your machine and attempt to run the program.

For reference, see issue [#11766](https://github.com/JabRef/jabref/issues/11766).

0 comments on commit fb9cdef

Please sign in to comment.