Skip to content

runtime/bin/JabRef.bat not existient in 6.0.x #14636

@reox

Description

@reox

JabRef version

Latest development branch build (please note build date below)

Operating system

Windows

Details on version and operating system

Windows 11

Checked with the latest development build (copy version output from About dialog)

  • 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

  1. Use firefox plugin
  2. plugin says that runtime/bat/JabRef.bat does not exist

I think that this line here:

$jabRefExe = [System.IO.Path]::Combine($PSScriptRoot, "runtime\\bin\\JabRef.bat")

may need to be changed to

$jabRefExe = [System.IO.Path]::Combine($PSScriptRoot, "JabRef.exe")

Because if I change it, it works *...
Or is this also something that got messed up on my system?

* ... I mean the browser extension says that it connected to jabref successfully, however for some reason a paper is not send to jabref... Looks like that something else is also broken in my system :/

Appendix

...

Log File
Paste an excerpt of your log file here

Metadata

Metadata

Assignees

No one assigned

    Type

    No fields configured for bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions