aspose file tools
The moose likes Beginning Java and the fly likes jdk Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "jdk" Watch "jdk" New topic
Author

jdk

Mahender allam
Greenhorn

Joined: Apr 19, 2007
Posts: 9
what is the diference between JDk and JRE
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56150
    
  13

Please take the time to choose the correct forum for your posts. This forum is for questions on JSF.

This post has been moved to a more appropriate forum.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
fred rosenberger
lowercase baba
Bartender

Joined: Oct 02, 2003
Posts: 9939
    
    6

the JRE is what you need to Run a java program. Java Runtime Environment

the JDK is what you need to Develop a java program. Java Development Kit.

the JRE is more or less a subset of the JDK.


Never ascribe to malice that which can be adequately explained by stupidity.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: jdk
 
Similar Threads
Jar files required to use org.w3c.dom.* and javax.xml.*
Recursive constructor invocation
Head First Java 2nd Ed. Correction?...
Ubuntu + Java 7
java.lang.NoClassDefFoundError: org/hibernate/MappingException