Explore your Imagination

Blog of Joeby Zaldivar Keep in touch…

2May/113

How to Configure Java Runtime Enviroment to your PC.

Java Configuration:

Steps by steps procedure on how Java work in your

  1. Download Java Development Kit 5,6, or 7. Link - Java Download or Download 1
  2. Install Downloaded file.
  3. Goto System Properties.
    1. Right Click from your my computer then select properties.
    2. For Vista and 7 Select Advance System Settings then Select Advanced Panel.
    3. Click Environmental Variables
    4. Then Add System Variable
      1. JAVA_HOME
      2. Java_installation_path
      3. append from path : %JAVA_HOME%\bin
    5. Finish.
  4. Open your command line by typing cmd from run.
    1. type: java -version
    2. java version "1.6.0_18"
      Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
      Java HotSpot(TM) Client VM (build 16.0-b13, mixed mode, sharing)
    3. Depends upon what version installed in your machine.
    4. If there is no display, check your environmental variables.
2May/115

What is Java?

Definition:

TechEncyclopedia:

An object-oriented programming language that is platform independent. Developed by Sun, Java is widely used on the Web for both client and server processing. Modeled after C++ and designed to run in limited memory, Java added programming enhancements such as "garbage collection," which automatically frees unused memory.

When a Java program is launched from a Web page, the program is called a Java "applet." When run without the Web browser on a user's machine, it is a Java "application." When running in a Web server, it is a Java "servlet."

Read more: http://www.answers.com/topic/java-programming-language#ixzz1LDmwXoGp

 

Britannica Concise Encyclopedia:

Modular object-oriented programming language developed by Sun Microsystems in 1995 specifically for the Internet. Java is based on the idea that the same software should run on many different kinds of computers, consumer gadgets, and other devices; its code is translated according to the needs of the machine on which it is running. The most visible examples of Java software are the interactive programs called "applets" that animate sites on the World Wide Web, where Java is a standard creative tool. Java provides an interface to HTML. 

Free Web Hosting