I need help with 2 parts of a java program - <BR><BR>the first is distributing the compiled code to people, and the second is running it.<BR><BR>1) I need to compile my program and send it to people.
A Java compiler is a program that takes the text file work of a developer and compiles it into a platform-independent Java file. Java compilers include the Java Programming Language Compiler (javac), ...