bib2gls exception NoSuchMethodErrorglossaries-extra: How to apply custom abbreviation styles while using...

Paper published similar to PhD thesis

Is there a way to find out the age of climbing ropes?

What is the purpose of a disclaimer like "this is not legal advice"?

The past tense for the quoting particle って

ESPP--any reason not to go all in?

The Key to the Door

The need of reserving one's ability in job interviews

PTiJ: How should animals pray?

Why would the IRS ask for birth certificates or even audit a small tax return?

Where do you go through passport control when transiting through another Schengen airport on your way out of the Schengen area?

Sundering Titan and basic normal lands and snow lands

Computing the volume of a simplex-like object with constraints

Forcing Mathematica's Integrate to give more general answers

Dukha vs legitimate need

Calculate total length of edges in select Voronoi diagram

Does the US political system, in principle, allow for a no-party system?

What can I do if someone tampers with my SSH public key?

An Undercover Army

How can friction do no work in case of pure rolling?

Under what conditions would I NOT add my Proficiency Bonus to a Spell Attack Roll (or Saving Throw DC)?

Is this nominative case or accusative case?

Has a sovereign Communist government ever run, and conceded loss, on a fair election?

What is better: yes / no radio, or simple checkbox?

What does "rhumatis" mean?



bib2gls exception NoSuchMethodError


glossaries-extra: How to apply custom abbreviation styles while using bib2gls.latexmkrc for bib2glsacl{} command problem while using glossaries-extra with bib2glsUse glossaries-extra + bib2gls with secondary files via include instead of inputBib2gls - Missing aux fileProblem with the Glossary+bib2gls on OverleafBib2Gls doesn't compile CJK characters correctly













1















$ bib2gls file
bib2gls version 1.5 (2018-05-09)
Reading file.aux
Reading greek-symbols.bib
Encoding: UTF-8
Exception in thread "main" java.lang.NoSuchMethodError: java.util.Vector.sort(Ljava/util/Comparator;)V
at com.dickimawbooks.bib2gls.SortComparator.sortEntries(SortComparator.java:744)
at com.dickimawbooks.bib2gls.Bib2GlsEntryComparator.sortEntries(Bib2GlsEntryComparator.java:444)
at com.dickimawbooks.bib2gls.GlsResource.sortData(GlsResource.java:5203)
at com.dickimawbooks.bib2gls.GlsResource.sortData(GlsResource.java:5146)
at com.dickimawbooks.bib2gls.GlsResource.sortDataIfRequired(GlsResource.java:5134)
at com.dickimawbooks.bib2gls.GlsResource.processBibData(GlsResource.java:5309)
at com.dickimawbooks.bib2gls.GlsResource.processData(GlsResource.java:4417)
at com.dickimawbooks.bib2gls.Bib2Gls.process(Bib2Gls.java:1827)
at com.dickimawbooks.bib2gls.Bib2Gls.main(Bib2Gls.java:4292)


the bib file



% Encoding: UTF-8

@entry{alpha,
name={ensuremath{alpha}},
description={angular acceleration}
}
@entry{delta,
name={ensuremath{delta}},
description={Kronecker delta}
}
@entry{lambda,
name={ensuremath{lambda}},
description={Lagrange multiplier}
}
@entry{chi,
name={ensuremath{chi}},
description={chromatic number}
}
@entry{zeta,
name={ensuremath{zeta}},
description={Riemann zeta function}
}


The file.tex



documentclass{report}

usepackage[colorlinks]{hyperref}
usepackage[symbols,nogroupskip,
record % using 'bib2gls'
]{glossaries-extra}

GlsXtrLoadResources[
src={greek-symbols},% entries in 'greek-symbols.bib'
type=symbols,% put these entries in the 'symbols' glossary
save-locations=false% don't save locations
]

begin{document}
tableofcontents
printunsrtglossary[type=symbols,style=long,title={List of Symbols}]

chapter{Sample}
Reference symbols: $gls{delta}$, $gls{chi}$, $gls{alpha}$,
$gls{zeta}$, $gls{lambda}$.

end{document}









share|improve this question














bumped to the homepage by Community 3 hours ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • A more recent version (1.7) of bib2gls runs without error. Try updating your TeX-distribution.

    – DG'
    Oct 24 '18 at 6:28











  • @DG' I use texlive-2018

    – alhelal
    Oct 24 '18 at 8:13






  • 1





    You can install the latest version from github or ctan. The Github page contains detailed installation instructions.

    – Marijn
    Oct 24 '18 at 8:40






  • 1





    @alhelal So do I. Try sudo tlmgr update --all --self

    – DG'
    Oct 24 '18 at 10:32











  • @DG' $ sudo tlmgr update --all --self (running on Debian, switching to user mode!) cannot setup TLPDB in /home/linux/texmf at /usr/bin/tlmgr line 5336.

    – alhelal
    Oct 24 '18 at 12:10
















1















$ bib2gls file
bib2gls version 1.5 (2018-05-09)
Reading file.aux
Reading greek-symbols.bib
Encoding: UTF-8
Exception in thread "main" java.lang.NoSuchMethodError: java.util.Vector.sort(Ljava/util/Comparator;)V
at com.dickimawbooks.bib2gls.SortComparator.sortEntries(SortComparator.java:744)
at com.dickimawbooks.bib2gls.Bib2GlsEntryComparator.sortEntries(Bib2GlsEntryComparator.java:444)
at com.dickimawbooks.bib2gls.GlsResource.sortData(GlsResource.java:5203)
at com.dickimawbooks.bib2gls.GlsResource.sortData(GlsResource.java:5146)
at com.dickimawbooks.bib2gls.GlsResource.sortDataIfRequired(GlsResource.java:5134)
at com.dickimawbooks.bib2gls.GlsResource.processBibData(GlsResource.java:5309)
at com.dickimawbooks.bib2gls.GlsResource.processData(GlsResource.java:4417)
at com.dickimawbooks.bib2gls.Bib2Gls.process(Bib2Gls.java:1827)
at com.dickimawbooks.bib2gls.Bib2Gls.main(Bib2Gls.java:4292)


the bib file



% Encoding: UTF-8

@entry{alpha,
name={ensuremath{alpha}},
description={angular acceleration}
}
@entry{delta,
name={ensuremath{delta}},
description={Kronecker delta}
}
@entry{lambda,
name={ensuremath{lambda}},
description={Lagrange multiplier}
}
@entry{chi,
name={ensuremath{chi}},
description={chromatic number}
}
@entry{zeta,
name={ensuremath{zeta}},
description={Riemann zeta function}
}


The file.tex



documentclass{report}

usepackage[colorlinks]{hyperref}
usepackage[symbols,nogroupskip,
record % using 'bib2gls'
]{glossaries-extra}

GlsXtrLoadResources[
src={greek-symbols},% entries in 'greek-symbols.bib'
type=symbols,% put these entries in the 'symbols' glossary
save-locations=false% don't save locations
]

begin{document}
tableofcontents
printunsrtglossary[type=symbols,style=long,title={List of Symbols}]

chapter{Sample}
Reference symbols: $gls{delta}$, $gls{chi}$, $gls{alpha}$,
$gls{zeta}$, $gls{lambda}$.

end{document}









share|improve this question














bumped to the homepage by Community 3 hours ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • A more recent version (1.7) of bib2gls runs without error. Try updating your TeX-distribution.

    – DG'
    Oct 24 '18 at 6:28











  • @DG' I use texlive-2018

    – alhelal
    Oct 24 '18 at 8:13






  • 1





    You can install the latest version from github or ctan. The Github page contains detailed installation instructions.

    – Marijn
    Oct 24 '18 at 8:40






  • 1





    @alhelal So do I. Try sudo tlmgr update --all --self

    – DG'
    Oct 24 '18 at 10:32











  • @DG' $ sudo tlmgr update --all --self (running on Debian, switching to user mode!) cannot setup TLPDB in /home/linux/texmf at /usr/bin/tlmgr line 5336.

    – alhelal
    Oct 24 '18 at 12:10














1












1








1








$ bib2gls file
bib2gls version 1.5 (2018-05-09)
Reading file.aux
Reading greek-symbols.bib
Encoding: UTF-8
Exception in thread "main" java.lang.NoSuchMethodError: java.util.Vector.sort(Ljava/util/Comparator;)V
at com.dickimawbooks.bib2gls.SortComparator.sortEntries(SortComparator.java:744)
at com.dickimawbooks.bib2gls.Bib2GlsEntryComparator.sortEntries(Bib2GlsEntryComparator.java:444)
at com.dickimawbooks.bib2gls.GlsResource.sortData(GlsResource.java:5203)
at com.dickimawbooks.bib2gls.GlsResource.sortData(GlsResource.java:5146)
at com.dickimawbooks.bib2gls.GlsResource.sortDataIfRequired(GlsResource.java:5134)
at com.dickimawbooks.bib2gls.GlsResource.processBibData(GlsResource.java:5309)
at com.dickimawbooks.bib2gls.GlsResource.processData(GlsResource.java:4417)
at com.dickimawbooks.bib2gls.Bib2Gls.process(Bib2Gls.java:1827)
at com.dickimawbooks.bib2gls.Bib2Gls.main(Bib2Gls.java:4292)


the bib file



% Encoding: UTF-8

@entry{alpha,
name={ensuremath{alpha}},
description={angular acceleration}
}
@entry{delta,
name={ensuremath{delta}},
description={Kronecker delta}
}
@entry{lambda,
name={ensuremath{lambda}},
description={Lagrange multiplier}
}
@entry{chi,
name={ensuremath{chi}},
description={chromatic number}
}
@entry{zeta,
name={ensuremath{zeta}},
description={Riemann zeta function}
}


The file.tex



documentclass{report}

usepackage[colorlinks]{hyperref}
usepackage[symbols,nogroupskip,
record % using 'bib2gls'
]{glossaries-extra}

GlsXtrLoadResources[
src={greek-symbols},% entries in 'greek-symbols.bib'
type=symbols,% put these entries in the 'symbols' glossary
save-locations=false% don't save locations
]

begin{document}
tableofcontents
printunsrtglossary[type=symbols,style=long,title={List of Symbols}]

chapter{Sample}
Reference symbols: $gls{delta}$, $gls{chi}$, $gls{alpha}$,
$gls{zeta}$, $gls{lambda}$.

end{document}









share|improve this question














$ bib2gls file
bib2gls version 1.5 (2018-05-09)
Reading file.aux
Reading greek-symbols.bib
Encoding: UTF-8
Exception in thread "main" java.lang.NoSuchMethodError: java.util.Vector.sort(Ljava/util/Comparator;)V
at com.dickimawbooks.bib2gls.SortComparator.sortEntries(SortComparator.java:744)
at com.dickimawbooks.bib2gls.Bib2GlsEntryComparator.sortEntries(Bib2GlsEntryComparator.java:444)
at com.dickimawbooks.bib2gls.GlsResource.sortData(GlsResource.java:5203)
at com.dickimawbooks.bib2gls.GlsResource.sortData(GlsResource.java:5146)
at com.dickimawbooks.bib2gls.GlsResource.sortDataIfRequired(GlsResource.java:5134)
at com.dickimawbooks.bib2gls.GlsResource.processBibData(GlsResource.java:5309)
at com.dickimawbooks.bib2gls.GlsResource.processData(GlsResource.java:4417)
at com.dickimawbooks.bib2gls.Bib2Gls.process(Bib2Gls.java:1827)
at com.dickimawbooks.bib2gls.Bib2Gls.main(Bib2Gls.java:4292)


the bib file



% Encoding: UTF-8

@entry{alpha,
name={ensuremath{alpha}},
description={angular acceleration}
}
@entry{delta,
name={ensuremath{delta}},
description={Kronecker delta}
}
@entry{lambda,
name={ensuremath{lambda}},
description={Lagrange multiplier}
}
@entry{chi,
name={ensuremath{chi}},
description={chromatic number}
}
@entry{zeta,
name={ensuremath{zeta}},
description={Riemann zeta function}
}


The file.tex



documentclass{report}

usepackage[colorlinks]{hyperref}
usepackage[symbols,nogroupskip,
record % using 'bib2gls'
]{glossaries-extra}

GlsXtrLoadResources[
src={greek-symbols},% entries in 'greek-symbols.bib'
type=symbols,% put these entries in the 'symbols' glossary
save-locations=false% don't save locations
]

begin{document}
tableofcontents
printunsrtglossary[type=symbols,style=long,title={List of Symbols}]

chapter{Sample}
Reference symbols: $gls{delta}$, $gls{chi}$, $gls{alpha}$,
$gls{zeta}$, $gls{lambda}$.

end{document}






java bib2gls






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Oct 24 '18 at 6:18









alhelalalhelal

1,011119




1,011119





bumped to the homepage by Community 3 hours ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 3 hours ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • A more recent version (1.7) of bib2gls runs without error. Try updating your TeX-distribution.

    – DG'
    Oct 24 '18 at 6:28











  • @DG' I use texlive-2018

    – alhelal
    Oct 24 '18 at 8:13






  • 1





    You can install the latest version from github or ctan. The Github page contains detailed installation instructions.

    – Marijn
    Oct 24 '18 at 8:40






  • 1





    @alhelal So do I. Try sudo tlmgr update --all --self

    – DG'
    Oct 24 '18 at 10:32











  • @DG' $ sudo tlmgr update --all --self (running on Debian, switching to user mode!) cannot setup TLPDB in /home/linux/texmf at /usr/bin/tlmgr line 5336.

    – alhelal
    Oct 24 '18 at 12:10



















  • A more recent version (1.7) of bib2gls runs without error. Try updating your TeX-distribution.

    – DG'
    Oct 24 '18 at 6:28











  • @DG' I use texlive-2018

    – alhelal
    Oct 24 '18 at 8:13






  • 1





    You can install the latest version from github or ctan. The Github page contains detailed installation instructions.

    – Marijn
    Oct 24 '18 at 8:40






  • 1





    @alhelal So do I. Try sudo tlmgr update --all --self

    – DG'
    Oct 24 '18 at 10:32











  • @DG' $ sudo tlmgr update --all --self (running on Debian, switching to user mode!) cannot setup TLPDB in /home/linux/texmf at /usr/bin/tlmgr line 5336.

    – alhelal
    Oct 24 '18 at 12:10

















A more recent version (1.7) of bib2gls runs without error. Try updating your TeX-distribution.

– DG'
Oct 24 '18 at 6:28





A more recent version (1.7) of bib2gls runs without error. Try updating your TeX-distribution.

– DG'
Oct 24 '18 at 6:28













@DG' I use texlive-2018

– alhelal
Oct 24 '18 at 8:13





@DG' I use texlive-2018

– alhelal
Oct 24 '18 at 8:13




1




1





You can install the latest version from github or ctan. The Github page contains detailed installation instructions.

– Marijn
Oct 24 '18 at 8:40





You can install the latest version from github or ctan. The Github page contains detailed installation instructions.

– Marijn
Oct 24 '18 at 8:40




1




1





@alhelal So do I. Try sudo tlmgr update --all --self

– DG'
Oct 24 '18 at 10:32





@alhelal So do I. Try sudo tlmgr update --all --self

– DG'
Oct 24 '18 at 10:32













@DG' $ sudo tlmgr update --all --self (running on Debian, switching to user mode!) cannot setup TLPDB in /home/linux/texmf at /usr/bin/tlmgr line 5336.

– alhelal
Oct 24 '18 at 12:10





@DG' $ sudo tlmgr update --all --self (running on Debian, switching to user mode!) cannot setup TLPDB in /home/linux/texmf at /usr/bin/tlmgr line 5336.

– alhelal
Oct 24 '18 at 12:10










1 Answer
1






active

oldest

votes


















0















Exception in thread "main" java.lang.NoSuchMethodError:
java.util.Vector.sort(Ljava/util/Comparator;)V




This indicates that the Java library java.util.Vector doesn't have the sort(Comparator) method. This method was apparently introduced to the Vector class in Java 8, so is unavailable for older versions. You therefore need to update your version of Java.






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "85"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f456506%2fbib2gls-exception-nosuchmethoderror%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0















    Exception in thread "main" java.lang.NoSuchMethodError:
    java.util.Vector.sort(Ljava/util/Comparator;)V




    This indicates that the Java library java.util.Vector doesn't have the sort(Comparator) method. This method was apparently introduced to the Vector class in Java 8, so is unavailable for older versions. You therefore need to update your version of Java.






    share|improve this answer




























      0















      Exception in thread "main" java.lang.NoSuchMethodError:
      java.util.Vector.sort(Ljava/util/Comparator;)V




      This indicates that the Java library java.util.Vector doesn't have the sort(Comparator) method. This method was apparently introduced to the Vector class in Java 8, so is unavailable for older versions. You therefore need to update your version of Java.






      share|improve this answer


























        0












        0








        0








        Exception in thread "main" java.lang.NoSuchMethodError:
        java.util.Vector.sort(Ljava/util/Comparator;)V




        This indicates that the Java library java.util.Vector doesn't have the sort(Comparator) method. This method was apparently introduced to the Vector class in Java 8, so is unavailable for older versions. You therefore need to update your version of Java.






        share|improve this answer














        Exception in thread "main" java.lang.NoSuchMethodError:
        java.util.Vector.sort(Ljava/util/Comparator;)V




        This indicates that the Java library java.util.Vector doesn't have the sort(Comparator) method. This method was apparently introduced to the Vector class in Java 8, so is unavailable for older versions. You therefore need to update your version of Java.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Feb 5 at 20:09









        Nicola TalbotNicola Talbot

        34.3k259105




        34.3k259105






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f456506%2fbib2gls-exception-nosuchmethoderror%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Installing LyX: “No textclass is found.”LyX installation error- text class not found- 'Reconfigure' or...

            (1602) Indiana Índice Designación y nombre Características orbitales Véase...

            Universidad Autónoma de Occidente Índice Historia Campus Facultades Programas Académicos Medios de...