Today I faced the error "Note: sun.tools.javac.Main has been deprecated." while call one java method from jsp file.
The warning was solved,after complied the java with jdk1.4 version.
It is not an error but only a warning. I thought this warning was occur due to that version mismatch.
I compiled the java file with jdk1.5 but in the apche server use jdk1.4 for execute java class file for that reason I faced the warnings.
No comments:
Post a Comment