Search:

Type: Posts; User: chrisivey1980

Search: Search took 0.11 seconds.

  1. Replies
    8
    Views
    1,392

    Re: Copy Method screw ups

    Thank you so much!!

    Well that took out my errors, and so on. But now my file copy method just does not work. Can someone please tell me what I am doing wrong?


    package synch;

    import...
  2. Replies
    8
    Views
    1,392

    Re: Copy Method screw ups

    Okay I did some looking up, and made it....

    from = new FileInputStream(textField.toString()); //Stream from file
    to = new FileOutputStream(textField1.toString()); //Stream to copy file

    And I...
  3. Replies
    8
    Views
    1,392

    Re: Copy Method screw ups

    Hey Junky,

    I am a novice to Java programming, and working my way around it. So it's probably something simple that I am just not understanding.

    The error at that line is as followed

    "cannot...
  4. Replies
    8
    Views
    1,392

    Copy Method screw ups

    Okay my war right now before I end up ripping my hair out is my copy method. I see the error in Netbeans(the IDE I am using), the problem is in my copy method, and I just don't see where I am going...
Results 1 to 4 of 4