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
stderr output from native app org.jabref.jabref: Program 'java.exe' failed to run: The filename or extension is too longAt
stderr output from native app org.jabref.jabref: D:\Programming\Projects\Jabref\build\libs\JabRef.ps1:42 char:15
stderr output from native app org.jabref.jabref: + ... $output = & java -jar $jabRefJar -importBibtex "$messageText" 2>&1
stderr output from native app org.jabref.jabref: + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~.
stderr output from native app org.jabref.jabref: At D:\Programming\Projects\Jabref\build\libs\JabRef.ps1:42 char:5
stderr output from native app org.jabref.jabref: + $output = & java -jar $jabRefJar -importBibtex "$messageText" 2>& ...
stderr output from native app org.jabref.jabref: + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
stderr output from native app org.jabref.jabref: + CategoryInfo : ResourceUnavailable: (:) [], ApplicationFailedException
stderr output from native app org.jabref.jabref: + FullyQualifiedErrorId : NativeCommandFailed
stderr output from native app org.jabref.jabref:
Reason: Windows limits the command line length (to approx. 32.000 characters). Hence the limit is around 10 items.
Only solution (that I see): Write bibtex to file and then import the file instead of the string. Yeahhhhh!
Workaround: Open "Browser Console" and look for "JabFox: Send BibTeX to JabRef:". Click on the ellipse [...] to expand the string. Copy bibtex code and paste into JabRef.
The text was updated successfully, but these errors were encountered:
tobiasdiez
changed the title
Import for many items does not work
Import for too many items does not work
Nov 21, 2019
Importing many items, e.g. from https://arxiv.org/list/astro-ph/new, fails with the following error:
Reason: Windows limits the command line length (to approx. 32.000 characters). Hence the limit is around 10 items.
Only solution (that I see): Write bibtex to file and then import the file instead of the string. Yeahhhhh!
Workaround: Open "Browser Console" and look for "JabFox: Send BibTeX to JabRef:". Click on the ellipse [...] to expand the string. Copy bibtex code and paste into JabRef.
The text was updated successfully, but these errors were encountered: