public static void main(String args[]){
       
        try {
            FileInputStream fs=new FileInputStream(args[0]);
        } catch (FileNotFoundException e) {
            e.printStackTrace();  //To change body of catch statement use File | Settings | File Templates.
        }    }