• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

difference between jdk and jre..?

 
Ranch Hand
Posts: 296
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear all,


I had downloaded java jdk1.5.0_03 and jre1.5.0_03 when i open jdk1.5.0_03 folder there is one folder by name jre as we know Jdk consists of jre where jre is the implementation of JVm and is used at runtime then what is the use of jre1.5.0_03 .please clear me the difference between jre (folder inside JDK )and jre1.5.0_03
 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Check this FAQ.
 
santhosh.R gowda
Ranch Hand
Posts: 296
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Christophe

difference between jre (folder inside JDK )and jre1.5.0_03



The provided by you just tells the definitions of jdk and jre

 
Christophe Verré
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

santhosh.R gowda wrote:Dear Christophe
The provided by you just tells the definitions of jdk and jre


I think the faq answers your question. A JDK is a JRE plus tools like the Java compiler, debugger, and other things needed for basic Java development. So...
 
reply
    Bookmark Topic Watch Topic
  • New Topic