Is it possible to run the Eclipse JDT compiler from the command line, like javac?

I'd like to do some command-line Java compiling of individual Java source files on a machine that has Eclipse installed. However, I don't have permissions to install a full Java SDK on this machine.

I understand that Eclipse compiles through its JDT, not using javac.

Is is possible to use the Eclipse compiler from the command line?

7
задан system PAUSE 23 June 2011 в 22:08
поделиться