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
topath method requires java 7. make sure using same version of java across machine.
Comments
Post a Comment