jlindy73 wrote:I am running V15 and would like to know what all of these setups do for me?
UltraEdit is an editor, not a full-blown IDE. While it doesn't have built-in support for doing things like building and deploying projects it
does have a mechanism for defining and integrating your own tools (typically command-line ones like compilers). There are a number of settings available for configuring user tools: what program to run, what parameters to pass it, where to direct its output, etc.
MrBillG's post defines values you can use to set up a tool to run the Java compiler on the active file.
jlindy73 wrote:Once I have some code written, what do I have to do to compile and run.
I don't know enough about Java to answer this one. While somebody else here might this is really a Java question, not an UltraEdit one. It sounds like you're a Java newbie. Once you know how to do this manually (using the Java runtime and JDK) you should be able to set up user tools in UE to automate things.