In order to make an online compiler, I want to compile a piece of code and send back the result.
Instead of giving the path to the hard disk, can I call a query which in return compiles the code (not by giving any links to javac
hard disk location) but the files located in DB (BLOB
).
- Is it possible?
- Is it OK to follow this approach ?
- What system online compilers does usually follow?