老是提示“The method getValueNames() from the type HttpSession is deprecated”這個錯誤怎么辦
老是提示“The method getValueNames() from the type HttpSession is deprecated”這個錯誤怎么辦
老是提示“The method getValueNames() from the type HttpSession is deprecated”這個錯誤怎么辦
2014-12-03
舉報
2014-12-04
這個是警告不是錯誤,提示這個方法在jdk的老版本中使用,在新版本中已不建議使用。有些不建議使用的方法有時也會用到,當然一般會用新的替代它的方法。你可以看看eclipse的提示有沒有類似方法可以替代當前方法。