How to read the error messages from java console..
Hai
How to read the error messages from java console..
Bcoz i am compiling java file from jsp and try to print the compilation error in the browser itself.
The class file is created after sucessfull compilation. But if compilation error occurs it will printed in the tomcat console.
I want to display this error message in the browser?
Pls provide a solution..
Thanks

