Search:

Type: Posts; User: Fubarable

Search: Search took 0.10 seconds.

  1. Re: Having trouble loading variables from a file

    You should simplify your problem to solve it. Just use a simple text file and a very simple Java program that reads in the text file into say a collection of Strings. If and when that works, move to...
  2. Re: Having trouble loading variables from a file

    I mean using printStackTrace method of Exception:



    }catch(Exception e){
    e.printStackTrace();
    }
  3. Re: Having trouble loading variables from a file

    Your catch block does not post informative information. If you instead print a stacktrace, what errors do you see? Also, are you sure that you want to use files? You might consider using resources...
Results 1 to 3 of 3