That can happen if your computer does not have "Java Run time" installed. Go to sun.com and download "JRE/Java run time". It is safe ofcourse. Then install it. May be you will be asked to restart your machine. Then try that website again.
Do download JRE from http://java.sun.com/javase/downloads/index.jsp
Go to
Java Runtime Environment (JRE) 5.0 Update 9
and download it.
Enjoy !
2006-11-07 01:34:36
·
answer #1
·
answered by eBuddy 2
·
1⤊
0⤋
Java is a new programming language, developed by Sun Microsystems. Using Java, people can write programs to make the web more exciting and interactive (and to solve the mathematically incompetent browsers we have - see HTML 3.0 Math Specifications) Being platform-independent, Java programs can be run on any of the many platforms supporting it. These include Macintosh, Windows 95/NT, Linux, Solaris, and many others.
Applets and Applications
An applet is a Java program designed to run right in a web page through a Java-enabled web browser. To view these, you need to get a Java-enabled web browser. These include recent versions of Netscape Navigator or Microsoft Internet Explorer.
An application, on the other hand, is a program that does not run in a Web Browser, but on its own (with the help of the JDK). These are more versatile because they can actually read and write to files, which applets cannot (except for images on their originating server). Thus, you can actually "save" something when you're working with an application. That's why I wrote StereoGrinder as an Application, and not as an applet. To view applications, you need the Java Developer's Kit (JDK). The JDK includes all of the tools you need to work with and develop Java Programs. It's really cool. After you have installed the JDK, and made the correct changes to your path - usually done in AUTOEXEC.BAT on the PC through the lines:
PATH=C:\Java\bin;%PATH%
SET CLASSPATH=.;C:\JAVA\LIB
SET HOMEDRIVE=C:
SET HOMEPATH=\JAVA
SET JAVA_HOME=C:\JAVA
After you have done that (or changed the path stuff for wherever you decided to put the JDK), you can move on. To run my applications, get to the directory where you've put EDU\IMO\ stuff and use the java interpreter (java.exe on the PC or java on UNIX) like:
%java EDU.IMO.StereoGrinder.StereoGrinder
You can also use appletviewer, which comes with the JDK, to view applets in resizable windows. All you need to do is get to a directory with the HTML file which references an applet, and type something like:
%appletviewer testmand.htm
And that's it!
2006-11-07 09:33:58
·
answer #2
·
answered by Samarth 2
·
0⤊
0⤋
If the page asks u to download java software, probably the web page is running an applet... Absolutely no problem in downloading it, as said by others...
2006-11-08 11:54:41
·
answer #3
·
answered by Snake 2
·
0⤊
0⤋
It always asks for that as some pages supports for java
2006-11-08 03:01:10
·
answer #4
·
answered by Anonymous
·
0⤊
0⤋
you can install java software if u have got it some sites need java s/w for running so u can install java if the site is trusted.
2006-11-07 22:50:42
·
answer #5
·
answered by koganti 2
·
0⤊
0⤋
simply go 2 www.java.com ur all problem will be simply solved there
2006-11-08 12:06:37
·
answer #6
·
answered by shivali g 2
·
0⤊
0⤋
sunjava.com
2006-11-07 09:10:06
·
answer #7
·
answered by Demo 3
·
0⤊
0⤋