Wednesday, 16 February 2011

sun.tools.javac.Main has been deprecated.

 Today I faced the error "Note: sun.tools.javac.Main has been deprecated." while call one java method from jsp file.

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.

The warning was solved,after complied  the java with jdk1.4 version.

No comments:

Post a Comment