Giter Site home page Giter Site logo

Comments (3)

emmanue1 avatar emmanue1 commented on September 24, 2024

Have you a JDK, (not a JRE) on your system? What is your Java version?

from jd-gui.

davidwhealey avatar davidwhealey commented on September 24, 2024

java version "1.7.0_79"
OpenJDK Runtime Environment (IcedTea 2.5.5) (7u79-2.5.5-0ubuntu0.14.04.2)
OpenJDK 64-Bit Server VM (build 24.79-b02, mixed mode)

On Mon, Jul 27, 2015 at 11:54 PM, Emmanuel Dupuy [email protected]
wrote:

Have you a JDK, (not a JRE) on your system? What is your Java version?


Reply to this email directly or view it on GitHub
#59 (comment)
.

from jd-gui.

samrocketman avatar samrocketman commented on September 24, 2024

I successfully built it on Ubuntu 14.04 with OpenJDK 7 JDK.

The following output I basically ran the following commands...

./gradlew build
ls -l build/lib/jd-gui-1.3.0.jar
head -n1 /etc/issue
apt-cache show openjdk-7-jdk

Here's the full output of the above commands. Please note there's a difference between OpenJDK 7 JRE (Ubuntu package openjdk-7-jre) and OpenJDK 7 JDK (Ubuntu pack openjdk-7-jdk).

^_^[sam@blaster:~/sandbox/jd-gui]$ ./gradlew build


...*redacted because there's a lot of output*


:api:processTestResources UP-TO-DATE
:api:testClasses UP-TO-DATE
:api:test UP-TO-DATE
:api:check UP-TO-DATE
:api:build
:app:assemble
:app:compileTestJava UP-TO-DATE
:app:compileTestGroovy UP-TO-DATE
:app:processTestResources UP-TO-DATE
:app:testClasses UP-TO-DATE
:app:test UP-TO-DATE
:app:check UP-TO-DATE
:app:build
:services:assemble
:services:compileTestJava UP-TO-DATE
:services:compileTestGroovy
Download https://repo1.maven.org/maven2/org/codehaus/groovy/groovy-test/2.4.0/groovy-test-2.4.0.pom
Download https://repo1.maven.org/maven2/org/codehaus/groovy/groovy-test/2.4.0/groovy-test-2.4.0.jar
:services:processTestResources UP-TO-DATE
:services:testClasses
:services:test
:services:check
:services:build

BUILD SUCCESSFUL

Total time: 1 mins 21.123 secs

This build could be faster, please consider using the Gradle Daemon: http://gradle.org/docs/2.4/userguide/gradle_daemon.html     
^_^[sam@blaster:~/sandbox/jd-gui]$ ls -l build/libs/jd-gui-1.3.0.jar 
-rw-rw-r-- 1 sam sam 8755789 Jul 28 21:44 build/libs/jd-gui-1.3.0.jar
^_^[sam@blaster:~/sandbox/jd-gui]$ head -n1 /etc/issue
Ubuntu 14.04.2 LTS \n \l
^_^[sam@blaster:~/sandbox/jd-gui]$ java -version
java version "1.7.0_79"
OpenJDK Runtime Environment (IcedTea 2.5.5) (7u79-2.5.5-0ubuntu0.14.04.2)
OpenJDK 64-Bit Server VM (build 24.79-b02, mixed mode)
^_^[sam@blaster:~/sandbox/jd-gui]$ apt-cache show openjdk-7-jdk
Package: openjdk-7-jdk
Priority: optional
Section: java
Installed-Size: 20190
Maintainer: Ubuntu Developers <[email protected]>
Original-Maintainer: OpenJDK Team <[email protected]>
Architecture: amd64
Source: openjdk-7
Version: 7u79-2.5.5-0ubuntu0.14.04.2
Provides: java-compiler, java-sdk, java2-sdk, java5-sdk, java6-sdk, java7-jdk
Depends: openjdk-7-jre (= 7u79-2.5.5-0ubuntu0.14.04.2), libc6 (>= 2.2.5)
Recommends: libxt-dev
Suggests: openjdk-7-demo, openjdk-7-source, visualvm
Filename: pool/main/o/openjdk-7/openjdk-7-jdk_7u79-2.5.5-0ubuntu0.14.04.2_amd64.deb
Size: 16083716
MD5sum: 6f791fa111055e32a4796a5b9caea0f1
SHA1: a6d1322572b6eb6c6053e2261ca9288cfe016ad1
SHA256: 02c1b2ce61f0ea4a867cdc27204aad56e364c7591532698004a9bc8fe6b26264
Description-en: OpenJDK Development Kit (JDK)
 OpenJDK is a development environment for building applications,
 applets, and components using the Java programming language.
 .
 The packages are built using the IcedTea build support and patches
 from the IcedTea project.
Description-md5: eaff50443f15582a8beb0901034b62cf
Multi-Arch: same
Homepage: http://openjdk.java.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y

Package: openjdk-7-jdk
Priority: optional
Section: java
Installed-Size: 20048
Maintainer: Ubuntu Developers <[email protected]>
Original-Maintainer: OpenJDK Team <[email protected]>
Architecture: amd64
Source: openjdk-7
Version: 7u51-2.4.6-1ubuntu4
Provides: java-compiler, java-sdk, java2-sdk, java5-sdk, java6-sdk, java7-jdk
Depends: openjdk-7-jre (= 7u51-2.4.6-1ubuntu4), libc6 (>= 2.2.5)
Recommends: libxt-dev
Suggests: openjdk-7-demo, openjdk-7-source, visualvm
Filename: pool/main/o/openjdk-7/openjdk-7-jdk_7u51-2.4.6-1ubuntu4_amd64.deb
Size: 15974064
MD5sum: cc9e3b77eaad4782b518e086a2a46e15
SHA1: 9bbbd65a52e3bfc957b0c3000e3636ae22d13afc
SHA256: 4b808a9a41fbc0abe89537fd68697970add703a105867a072821387a160fef1c
Description-en: OpenJDK Development Kit (JDK)
 OpenJDK is a development environment for building applications,
 applets, and components using the Java programming language.
 .
 The packages are built using the IcedTea build support and patches
 from the IcedTea project.
Description-md5: eaff50443f15582a8beb0901034b62cf
Multi-Arch: same
Homepage: http://openjdk.java.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y

^_^[sam@blaster:~/sandbox/jd-gui]$ 

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.