Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Recognition of java archive #19
Comments
|
Thanks for your feedback! If you put in the .jar file as the path, then what happens? Is an error displayed, does JabRef opens but nothing is imported or does nothing happens? (Did you escaped the path using double slashes as for example in Comment for myself: possible solution or another approach |
tobiasdiez
added
type:enhancement
status:waiting-for-feedback
labels
Mar 3, 2016
tobiasdiez
added this to the 1.0: Publish to MozillaDev milestone
Mar 3, 2016
ClemSc
commented
Mar 3, 2016
|
Ok, I just repeated the steps on an other computer, putting the .jar as the path (being as /home/username/bin/jar/jabref2-10.jar) and here JabRef opens and import the data. I'll try to reproduce the issue tomorrow on the computer I noticed it, it might have been my mistake (pretty sure to have used the browse function though). |
ClemSc
commented
Mar 4, 2016
|
So what does not work: On Firefox 44.0.2, Jabfox 0.9.0, JabRef 3.2, path to JabRef: /home/username/bin/jar/JabRef-3.2.jar, java version 1.8.0_74 (from Oracle java 8 packages). I checked the permission of the jar file. Still not working : Again on Firefox 44.0.2, Jabfox 0.9.0 BUT JabRef 2.10, path to JabRef: /home/username/bin/jar/JabRef-2.10.jar, java version 1.7.0_95 (from OpenJDK java 7 packages). I checked the permission of the jar file. What works: the same things but path to JabRef: /home/username/bin/JabRef.sh (JabRef.sh being the bash script provided above). Its seems to be related to the version of Firefox, I think what worked for me yesterday was on Firefox 39 btw, using Firefox 44.0.2, it complains that Jabfox 0.9.0 is not verified. In this version of FF, it can be only temporarily overrided by changing the preference xpinstall.signatures.required to false in the Firefox Configuration Editor (about:config page). Mozilla also warns that the override will no longer be possible in version 46 and signature will be mandatory (see here) |
|
I did some further investigations into this but could not resolve the problem. Sometimes it works with java 1.7 but not always. Since it works on systems with a newer java version, I am inclined to just ignore the problem. Especially since you gave a workable workaround using the sh bash script. So well..closed for the moment. |
tobiasdiez
closed this
Mar 25, 2016
This was referenced Apr 20, 2016
|
That script is also needed on Mac OSX. |
|
Does it work making the |
qqlovekerry
commented
Oct 5, 2016
|
I followed this instruction and created jabref.sh on my Ubuntu 14.04LTS. I use JabRef_3.6.jar and JabFox. However, when I click JabFox, after the loading, nothing happened in JabRef. Can I post my problem below this issue? |
|
Hi @qqlovekerry. |
qqlovekerry
commented
Oct 6, 2016
•
|
Hi @tobiasdiez, |
ClemSc
commented
Oct 6, 2016
|
Hi. Did you check 'executable' in Jabref.sh permissions ? Le jeudi 6 octobre 2016, qqlovekerry notifications@github.com a écrit :
|
qqlovekerry
commented
Oct 6, 2016
|
Hi @ClemSc, |
|
Mhh sorry, but I have no real idea why the script doesn't work for you. |
|
@qqlovekerry Did you check "Listen for remote operation on port: 6050: in the JabRef Advanced settings? I'm not sure if that's supposed to be needed, though. |
qqlovekerry
commented
Oct 7, 2016
|
Hi @tobiasdiez, I have relocated my jabref.sh to the same folder of JabRef.jar. It seems still does not work. |
qqlovekerry
commented
Oct 7, 2016
•
|
Dear everyone @ClemSc @tobiasdiez @RKBK, |




ClemSc commentedMar 3, 2016
Hi !
For Linux users, linking the java executable archive of JabRef does not work out of the box. It is easily solved by linking a bash launcher instead:
"$@" collect the import parameter passed by Jabfox.
Perhaps Jabfox could call java directly when linked the jar archive.
Great plugin btw, I've been looking for it !