Giter Site home page Giter Site logo

Error making vcfrenamesamples about jvarkit HOT 4 CLOSED

lindenb avatar lindenb commented on July 16, 2024
Error making vcfrenamesamples

from jvarkit.

Comments (4)

lindenb avatar lindenb commented on July 16, 2024

Your version of java is NOT the right one = (NOT 1.7) . Please check your PATH.

The diamond notation

LinkedHashSet<> ...

is only supported in java 1.7 see 'Diamond' in http://docs.oracle.com/javase/tutorial/java/generics/types.html

And you can see at http://docs.oracle.com/javase/7/docs/api/java/util/zip/GZIPOutputStream.html#GZIPOutputStream%28java.io.OutputStream,%20boolean%29

the constructor GZIPOutputStream(file,boolean) was created for java 1.7

from jvarkit.

aslett1 avatar aslett1 commented on July 16, 2024

Ah, that's annoying. We'd set $JAVA_HOME to point to 1.7 but the path version still defaults to 1.6.

from jvarkit.

lindenb avatar lindenb commented on July 16, 2024

try

export PATH=${JAVA_HOME}/bin:${PATH}

from jvarkit.

aslett1 avatar aslett1 commented on July 16, 2024

I've done exactly that and it works fine. Thanks!!

On Tue, 17 Mar 2015, Pierre Lindenbaum wrote:

try

export PATH=${JAVA_HOME}/bin:${PATH}


Reply to this email directly or view it on GitHub.[AAwjN9hbjNGToc5sS8y-yqwV6YVx5AAbks5n1_e5gaJpZM4Dv3fZ.gif]

The Wellcome Trust Sanger Institute is operated by Genome Research
Limited, a charity registered in England with number 1021457 and a
company registered in England with number 2742969, whose registered
office is 215 Euston Road, London, NW1 2BE.

from jvarkit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.