Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Java JDK and JRE versions are confusing me

  1. #1
    Junior Member
    Join Date
    Mar 2024
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Java JDK and JRE versions are confusing me

    The current Java JDK version is JDK 21 but when you download and install the latest Java JRE, it is Java 8.
    I want to develop a desktop application that anyone can use after downloading his or her JRE.
    I cannot use JDK21 in this case.
    What am I missing here?
    Thanks
    Last edited by nlasystems; March 1st, 2024 at 06:15 AM.

  2. #2
    Member Helium c2's Avatar
    Join Date
    Nov 2023
    Location
    Kekaha, Kaua'i
    Posts
    88
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Java JDK and JRE versions are confusing me

    Java 8 is for developers. Like for for us, clients who are willing to switch over to java programs, the jre use a java 8 on the server side computer. But the jdk is the standard edition kit. Latest versions. This is used to make your own forums. Just like the Apache Tomcat uses a jdk standard edition kit.

Similar Threads

  1. [SOLVED] Different versions of Eclipse?
    By jocdrew21 in forum Java Theory & Questions
    Replies: 0
    Last Post: August 1st, 2014, 09:28 AM
  2. Good book for catching up to newer Java versions?
    By thejavanoob in forum The Cafe
    Replies: 2
    Last Post: July 27th, 2014, 04:05 AM
  3. Java student - confusing quiz questions
    By Techstudent in forum Java Theory & Questions
    Replies: 1
    Last Post: January 14th, 2014, 03:10 AM
  4. Detecting sound from microphone using Java. Issue specific to Java Versions
    By ssbattousai in forum File I/O & Other I/O Streams
    Replies: 3
    Last Post: July 11th, 2013, 03:06 AM
  5. Replies: 7
    Last Post: April 5th, 2013, 10:18 PM

Tags for this Thread