This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Java in General and the fly likes java.exe Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "java.exe" Watch "java.exe" New topic
Author

java.exe

Venu Navat
Ranch Hand

Joined: Dec 28, 2004
Posts: 30
we find "java.exe" in both bin and jre/bin folders .
what is the difference between both? are they same?


-Venu Navat
Ernest Friedman-Hill
author and iconoclast
Marshal

Joined: Jul 08, 2003
Posts: 24081
    
  15

yes.


[Jess in Action][AskingGoodQuestions]
Pat Hays
Ranch Hand

Joined: Aug 20, 2004
Posts: 138
Probably the same.


Download Java GUI Builder, <a href="http://www.mars3000.com" target="_blank" rel="nofollow">http://www.mars3000.com</a>
Michael Raymond Jr.
Ranch Hand

Joined: May 16, 2005
Posts: 178
i too belive they are the same.

java(class loader?) is duplicated, again probably, because you have the SDK, which is the build tools (javac, etc) and the JRE, which is just the tools to load a java program. Hmm...i think that makes sense! If you only had the JRE that only allows you to run java program and not compile them, then you would't have the ./bin directory.


Scooby Snacks for everyone...<br /> <br />SCJA, SCJP 1.4
Dutta
Greenhorn

Joined: Oct 10, 2004
Posts: 3
The JRE is the runtime for running java compiled code.
The JDK in addition to containing the JRE contains tools for compiling the .java files to .class files.

Both java are the same.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: java.exe
 
Similar Threads
JProbe
Running in JRE?
java.exe file
Can I execute two java programs of different versions of java at the same time?
Regarding java.exe and javaw.exe