Search:

Type: Posts; User: holythunder

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    1,106

    Re: Can someone help please?

    Also, when I tried implementing what you said, this came up : "cannot find symbol", refering to the s variable on the write method and both on the writes.
  2. Replies
    4
    Views
    1,106

    Re: Can someone help please?

    I don't really understand the "//here is how your handle the exception"...
    These are my methods :


    public static void write(String s) throws IOException
    {
    String defaultLogFile...
  3. Replies
    4
    Views
    1,106

    Can someone help please?

    Hey everybody,

    I need some help with my code. I have made a class with two methods, both with the intent to create a log file and write in it. Now, I want to call both those methods on another...
Results 1 to 3 of 3