Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8916359
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T05:13:32+00:00 2026-06-15T05:13:32+00:00

Possible Duplicate: Java SE 6 vs. JRE 1.6 vs. JDK 1.6 – What do

  • 0

Possible Duplicate:
Java SE 6 vs. JRE 1.6 vs. JDK 1.6 – What do these mean?

I found that sometimes applications ask for java_home to point to a JDK and won’t work with a JRE.

Why is that the case? Is it correct?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T05:13:33+00:00Added an answer on June 15, 2026 at 5:13 am

    Short version: some applications use libraries/code that is contained only in the JDK.

    Longer version: Usually every Java program should be able to run with just the JRE. And most applications actually work with the JRE.

    Now the JDK comes with some additional libraries and tools that you usually only need when developing applications (and not when you simply need to run them).

    But occasionally an application decides to use some of the code that gets delivered with the JDK when it runs. It’s very rare and is usually not a good idea (unless that application is itself about developing Java applications).

    A good example where old versions of Apache Tomcat: it used the Java compiler bundled with the JDK to compile JSP code into bytecode. For this it used tools.jar which is included in the JDK but doesn’t get delivered with the JRE.

    Newer Tomcats switched to a separate compiler (I think it’s based on the Eclipse compiler) for this and no longer require the JDK: they run just fine with just the JRE.

    @Rekin mentioned another good example: Maven uses the JDK because it actually compiles Java code.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Java SE 6 vs. JRE 1.6 vs. JDK 1.6 - What do
Possible Duplicate: Java: how to check that a string is parsable to a double?
Possible Duplicate: Java garbage collector - When does it collect? When people say that
Possible Duplicate: Java 7 Date/Time API I've read rumors that Joda Time is slated
Possible Duplicate: Java enum inheritance I'm working with a library that has an enumerated
Possible Duplicate: Java Hashmap: How to get key from value? I know that a
Possible Duplicate: Java equivalent to #region in c# Is there something in Java that
Possible Duplicate: Java String.equals versus == I know it' a dumb question but why
Possible Duplicate: Java: Always override equals? should I override equals function for any class
Possible Duplicate: Java float division precision I'm trying to fix a bug in one

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.