RE: How Do I Get JAVA To Work?
by Rebecca Campbell <rcampbel(at)standard.com>
|
| Date: |
Wed, 12 Jan 2000 14:16:09 -0800 |
| To: |
"'Corn, Elizabeth'" <Elizabeth.Corn(at)med.va.gov>, hwg-techniques(at)hwg.org |
| |
todo: View
Thread,
Original
|
|
java is interpreted by the browser. both ie4 and ie5 support java, but
there may be security settings that need to be changed (go to tools and then
internet options if you think this is the case).
however, if you've got java code in an html document, it won't work. java
has to be compiled. the basic process is:
* java code is written and saved in a .java file (e.g., myProgram.java).
* myProgram.java is then compiled using the jdk (java developer's kit -
see http://www.sun.com)
* once compiled, a .class file is produced. this .class file is then
referenced in your html and shows up on your web page.
hth,
-rebecca
http://www.nerdygirl.com
-----Original Message-----
From: Corn, Elizabeth [mailto:Elizabeth.Corn(at)med.va.gov]
Sent: Wednesday, January 12, 2000 12:33 PM
To: hwg-techniques(at)hwg.org
Subject: How Do I Get JAVA To Work?
Importance: High
Sensitivity: Private
I cannot get JAVA to work when I paste borrowed code into an HTNL page. My
company has standard desktops with IE 4 or 5 on every workstation. I
maintain a web server running IIS 4. Do I need to install java onto the IIS
server....if so, where?
HWG hwg-techniques mailing list archives,
maintained by Webmasters @ IWA
This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.