ad1: install a compiler
ad2: just enter the program's name at the prompt
How can I compile java programs using windows vista text pad?
the dog
You compile and link them using a lisp compiler/linker, then run the file produced.
You can run a Java application from the command line using "java <name of the class>"
You can schedule jobs using cron and the /etc/crontab file, or you can use the "at" command
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.
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.
You don't. The compiler is used to compile programs, not edit them. Most source code can be edited using a standard text editor.
(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.
Right now, I am trying to compile a travelogue.
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.
"javac not recognised as an external command"Have you ever heard of PATH? If not, ask for a programmer's help.