Javac reading from standard input (STDIN)
843810Apr 3 2002 — edited Apr 5 2002This may be an incredibly stupid question, but:
Is there any way to get javac to read from standard input, rather than from source files?
I'm writing some code that generates Java source, which I'd like to pass straight to javac et. al., without creating the intermediate files. Is there any way to do that?