>>tedd, >> >>I think you may be confusing Java with JavaScript. Java is a full-blown >>programming language akin to C++. JavaScript is a more limited scripting >>language which can be used in as described in your later message for >>handling buttons, popup lists, scrolling messages, etc. on a web site. >> >>jh > >jh: > >You're right. Considering that we were talking about web stuff, I figured >that everyone knew that I was referring to Java Script. I'm not the only >one, even when Netscape installs, it refers to Java Script as Java -- if I >remember correctly. > >tedd > well, NetScape actually provides support for both Java and JavaScript. JavaScript support is built into the interpreter that processes the web page (since JavaScript is embedded in the HTML code). Netscape also installs it's own Java Virtual Machine, which interprets and executes Java code in real time. Think of it as Mac Runtime for Java (MRJ) embedded in Netscape. It lives in the Essential Files:Java folder inside the Netscape folder. jh