This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Beginning Java and the fly likes Installation issues Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Installation issues" Watch "Installation issues" New topic
Author

Installation issues

Robert McNarma
Greenhorn

Joined: Jul 05, 2007
Posts: 1
I downloaded the java 6 setup setup from the site of sun microsystems.
Unpacking and installation went just fine.
But now whenever i click on java.exe in the bin folder, the console screen flickers for a brief moment and then all is lost.

Heard that we have to link the java compiler.
link where?? to what??

Can someone please explain the concept of linking.(i kinda like to know what i am doing as well as why am i doing it).

Any help will be greatly appreciated.

thanks in adavnce


There is no such thing as a superior man.<br />All that there is, is superior performance.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35248
    
    7
Welcome to JavaRanch.

The Java compiler (javac.exe) and runtime executor (java.exe) are not double-clickable GUI programs. They are meant to be used from the command line.

The Sun Java Tutorial explains this in more detail in the "Getting Started" chapter.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Installation issues
 
Similar Threads
a very noobish EJB question
Mail server on localhost
problem setting up environment variable JAVA_HOME
Installing
Java\bin PATH setup