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?


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


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.


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.


What is a sentence using the word compile?

Right now, I am trying to compile a travelogue.


How do you make a command on Ubuntu 9.04?

Anything can be made into a command on a Linux system. The steps are easy. First, using any text editor (vim, emacs, etc.) create a text file. Put anything you want to do in this file. Save the file. Make sure the file you just created has read and execute permissions (chmod). That's it! Now you have a command that you can execute in Linux.


You couldn't compile the java program using packages whenever you used to compile that program it shows some error message like javac not recognised as an external comamnd eventhough you set the class?

"javac not recognised as an external command"Have you ever heard of PATH? If not, ask for a programmer's help.