Search:

Type: Posts; User: efluvio

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    2,997

    [SOLVED] Re: Send File (path) as argument to method

    It was solved modifying the convert.java:

    public class convert {

    /**
    * @param args
    */
    public static void getnumber(String args) {
    // TODO Auto-generated method stub
  2. Replies
    3
    Views
    2,997

    [SOLVED] Re: Send File (path) as argument to method

    It is properly declared. The list[] is a list of files read from a folder, and I want to pass them one by one to a method to do text file conversion.
  3. Replies
    3
    Views
    2,997

    [SOLVED] Send File (path) as argument to method

    convert.java
    public class convert {

    /**
    * @param args
    */
    public static void getnumber(String[] args) {
    // TODO Auto-generated method stub

    }
Results 1 to 3 of 3