Hi All,
I am getting an error while compiling java file as below
error:
warning: AuthCacheImpl is internal proprietary API and may be removed in a future release
Source code:
import sun.net.www.protocol.http.AuthCacheImpl;
import sun.net.www.protocol.http.AuthCacheValue;
Approach:
Shall including rt.jar in my build path is the correct approach for this.