java.lang.NoSuchMethodError: java.io.File.toPath() -


there problem when used stream-upload plugin upload file .questions follows:

java.lang.nosuchmethoderror: java.io.file.topath()ljava/nio/file/path; 

environment: jdk 1.7 + tomcat 6.0 + myexclipse

enter image description here

enter image description here

topath method requires java 7. make sure using same version of java across machine.


Comments

Popular posts from this blog

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -