Search:

Type: Posts; User: Norm

Search: Search took 0.20 seconds.

  1. Re: Exception java.lang.NoSuchMethodError: org.apache.commons.io.FileUtils.moveFile(Ljava/io/File;Ljava/io/File;)

    The code was compiled with jarFileA and executed with jarFileB which has a different definition for the class.
  2. Re: Exception java.lang.NoSuchMethodError: org.apache.commons.io.FileUtils.moveFile(Ljava/io/File;Ljava/io/File;)

    Could the program be executed with a different definition of the class than it was compiled with?
    The one used for compilation had the method, the one for execution did not.

    Read the API doc for...
Results 1 to 2 of 2