|
Neither JavaScript nor JScript have anything to do with Java. Jscript is Microsoft's implementation of ECMAScript, not a stripped down version of Java.
What type of application are you referring to? If you want to use Java as a server side scripting language, look into JSP (Servlets). If you want to use it as a client side application look into java applets.
|