How to get compile messages?
843810May 1 2006 — edited May 2 2006Hello,
I�m creating a small compiler for a new scripting language. For this purpose I need to convert my code to java and compile the result java code. My problem is that how I can get messages from java compiler? Main things which I need is warning, error message plus line number.
Any kind of help is appreciated.
Thanks.