answersLogoWhite

0

Can java script run without notepad?

User Avatar

Anonymous

14y ago
Updated: 8/18/2019

You can edit javascript scripts with any text editor, notepad only edits it, notepad has nothing to do with the actual execution of the javascript.

So the answer is "yes"

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How do you create and execute a java program?

You can create a Java program by writing it in any text editor - for example Notepad, or Notepad++. You can compile it with the "javac" command, and, if it compiles without errors, run it with the "java" command. Or better, simplify your life by installing an IDE (integrated development environment), such as Netbeans or Eclipse.


What are the requirements to run RuneScape?

Java sun script.


Why do you need java script to run internet content?

Most websites in present day heavily depend on Java Script and AJAX.


Why java applet is executed faster than java script?

The java applet is in the java language and is run local to your computer, java script is in the language java script, this can be run local to server or computer. Java and java script are to different languages that run two different ways.


How run script tribalwars?

Well, Since tribalwars uses php and a little little little bit java script, can it be good to download the newest version of Java.


How come games at gbemul don't work?

You have to download java script run


Do you have to have java on your coumpter to run everything on your coumpter?

No; lots of programs run without Java. You only need the Java runtime to run programs specifically designed with Java technology.


How do you open java script?

You need to have some program that can open/run them on your computer. To save them, then run them, save them as a .Js files.


Is it possible to run java program without JVM?

No. Java programs run in the Java Virtual Machine (JVM) - without it your computer won't know how to handle Java bytecode.


Can you run java program without applying main method?

yes we can run java program without using main. we can run program by declaring the variable static..


Can you download LimeWire without java?

You can download the installer without having Java. But you cannot actually install and run LimeWire without it.


How do i open a java file in Microsoft visual studio using the command prompt i know you would type notepad helloworld period java to open a java program in notepad but how do i do it for MVS?

You don't want to use Microsoft Visual Studio to edit/run Java programs... http://www.eclipse.org/downloads/ Use the Eclipse IDE instead... Visual Studio's only for C/C++ language programs.