convert.javapublic class convert { /** * @param args */ public static void getnumber(String[] args) { // TODO Auto-generated method stub }
main.javaconvert.getnumber(list[i].getAbsolutePath());
Get this error:
Description Resource Path Location Type
The method convert(String[]) in the type main is not applicable for the arguments (String)
How can I solve this?