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

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -