java - How to compile a program (with gcc)? -
i writing cross-platform ide, , wondering best way compile program (with gcc) using java code. (it's cross-language ide)
should access command prompt/terminal?
also can have example code?
you can execute gcc
in separate process. rather handling yourself, use apache commons exec, great sort of thing.
Comments
Post a Comment