G
gerrymcc
I know that javac compiles to bytecode, what does a typical C++
compile to? I'm guessing it's some sort of native machine code, so
there's no need for something like a java runtime environment. Can
Java be compiled like that? I'm wondering because if I wanted to
distribute software I'd written, I'd like it to be in a form where the
user just has to click on icon to launch the program.
Thanks for any help,
Gerard
compile to? I'm guessing it's some sort of native machine code, so
there's no need for something like a java runtime environment. Can
Java be compiled like that? I'm wondering because if I wanted to
distribute software I'd written, I'd like it to be in a form where the
user just has to click on icon to launch the program.
Thanks for any help,
Gerard