JabRef.exe
JabRef.bat
file is specified in JabRefHost.ps1
under $jabRefExe
.jabref.json
file):HKEY_LOCAL_MACHINE
to HKEY_CURRENT_USER
if you don't have admin rights./usr/lib/mozilla/native-messaging-hosts/org.jabref.jabref.json
to install with admin rights for all users~/.mozilla/native-messaging-hosts/org.jabref.jabref.json
to install without admin rights for the current user/etc/opt/chrome/native-messaging-hosts/org.jabref.jabref.json
to install with admin rights for all users~/.config/google-chrome/NativeMessagingHosts/org.jabref.jabref.json
to install without admin rights for the current user/etc/chromium/native-messaging-hosts/org.jabref.jabref.json
to install with admin rights for all users~/.config/chromium/NativeMessagingHosts/org.jabref.jabref.json
to install without admin rights for the current user/etc/opt/edge/native-messaging-hosts/org.jabref.jabref.json
to install with admin rights for all users~/.config/microsoft-edge/NativeMessagingHosts/org.jabref.jabref.json
to install without admin rights for the current usersnap connect jabref:hostfs-mozilla-native-messaging-jabref
snap connect jabref:etc-opt-chrome-native-messaging-jabref
snap connect jabref:etc-chromium-native-messaging-jabref
snap connect jabref:etc-opt-edge-native-messaging-jabref
/Library/Application Support/Mozilla/NativeMessagingHosts/org.jabref.jabref.json
to install with admin rights for all users~/Library/Application Support/Mozilla/NativeMessagingHosts/org.jabref.jabref.json
to install without admin rights for the current user/Library/Google/Chrome/NativeMessagingHosts/org.jabref.jabref.json
to install with admin rights for all users~/Library/Application Support/Google/Chrome/NativeMessagingHosts/org.jabref.jabref.json
to install without admin rights for the current user/Library/Application Support/Chromium/NativeMessagingHosts/org.jabref.jabref.json
to install with admin rights for all users~/Library/Application Support/Chromium/NativeMessagingHosts/org.jabref.jabref.json
to install without admin rights for the current user/Library/Microsoft/Edge/NativeMessagingHosts/org.jabref.jabref.json
to install with admin rights for all users~/Library/Application Support/Microsoft Edge {Channel_Name}/NativeMessagingHosts/org.jabref.jabref.json
to install without admin rights for the current user/Applications/JabRef.app/Contents/Resources/jabrefHost.py
. If there are no errors the script is working properly. Stop the script by pressing Ctrl + D
.bad interpreter: /usr/bin/python3: no such file or directory
means that python3 is not installed at the expected location. Run which python3
to see if python3 is installed elsewhere. Then copy that path at the first line of jabrefHost.py maintaining #!
prefix.