Giter Site home page Giter Site logo

Comments (3)

Wonfee avatar Wonfee commented on September 25, 2024

my env:
gradle -v


Gradle 1.4

Gradle build time: Monday, September 9, 2013 8:44:25 PM UTC
Groovy: 1.8.6
Ant: Apache Ant(TM) version 1.9.3 compiled on April 8 2014
Ivy: non official version
JVM: 1.7.0_79 (Oracle Corporation 24.79-b02)
OS: Linux 3.16.7-ckt5my-very-own-kernel amd64

from jd-gui.

emmanue1 avatar emmanue1 commented on September 25, 2024

The probleme is not the last commit, but your environment : by default, "apt-get install gradle" installs an old JDK 1.7.0_79 and an old Gradle 1.4. Download and unzip a recent JDK and Gradle, for exemple JDK 1.8.0_45 and Gradle 2.4.

Setup your environment :

export PATH=/home/xxx/Downloads/gradle-2.4/bin:$PATH
export JAVA_HOME=/home/xxx/Downloads/jdk1.8.0_45

Check it:

------------------------------------------------------------
Gradle 2.4
------------------------------------------------------------

Build time:   2015-05-05 08:09:24 UTC
Build number: none
Revision:     5c9c3bc20ca1c281ac7972643f1e2d190f2c943c

Groovy:       2.3.10
Ant:          Apache Ant(TM) version 1.9.4 compiled on April 29 2014
JVM:          1.8.0_45 (Oracle Corporation 25.45-b02)
OS:           Linux 3.16.0-30-generic amd64

And finally :

gradle build
...
BUILD SUCCESSFUL
...
java -jar build/libs/jd-gui-1.1.0.jar

from jd-gui.

Wonfee avatar Wonfee commented on September 25, 2024

Thank you emmanue1, with your guide I successed !

from jd-gui.

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.