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

c++ - CPP, 'X' button listener -

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -

shared memory - gstreamer shmsrc and shmsink with h264 data -