answersLogoWhite

0

ad1: install a compiler

ad2: just enter the program's name at the prompt

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How do you compile java programs using windows vista text pad?

How can I compile java programs using windows vista text pad?


How run smaco program of system program in C language?

To run a system program in C using the system() function, you first need to include the stdlib.h header. You can then call system("command"), replacing "command" with the shell command you want to execute. For example, system("ls") will list the files in the current directory. Compile your program with a C compiler (like gcc), and then execute the compiled binary to run the command.


When using graphical interface you must type the exact command you wish to execute?

the dog


How do you run lisp programs?

You compile and link them using a lisp compiler/linker, then run the file produced.


How do you execute a Java program?

You can run a Java application from the command line using "java <name of the class>"


Which command can be used to execute a series of Linux commands at a specified time?

You can schedule jobs using cron and the /etc/crontab file, or you can use the "at" command


Which command from JDK should be used to execute the main method of a class named smallprog?

To execute the main method of a class named smallprog using the JDK, you would use the java command in the terminal or command prompt. The command would be: java smallprog. Ensure that the class is compiled and available in the classpath before executing this command.


How do you Compile the C Programs in command prompt?

That would depend on the compiler you were using and the file(s) you were trying to compile. Differen compilers would have different ways to run them, so you would need to know the commands for your particular compiler, if it is capable of running from the command prompt.


How do you compile java servlet?

The Java Servlet is like every other Java class. You can compile it using the javac command or if you are using a Integrated Development Environment (IDE) like Eclipse, it will compile the class for you. One main difference w.r.t Servlets is the fact that, they get deployed into EAR files (Enterprise Archive Files) and not JAR files (Java Archive Files) like normal java apps.


Which permission will allow you to execute touch command in a directory?

To execute the touch command in a directory, you need write permission on that directory. This permission allows you to create or modify files within the directory. Additionally, you also need execute permission on the directory itself to access it and perform operations within it. Without these permissions, you won't be able to create or change files using the touch command.


How do you edits program using Linux compiler?

You don't. The compiler is used to compile programs, not edit them. Most source code can be edited using a standard text editor.


How do i compile the psp emulator gpsp?

(I'm the person who asked the question) I managed to compile it successfully, yet I encountered issues when loading a game. I believe this is because I don't include the libs library in the compiling process because I don't know how. I have pspsdk, and I'm using command prompt and the makefile to compile.