Search:

Type: Posts; User: copeg

Search: Search took 0.07 seconds.

  1. Re: Eclipse- All my image files and txt files suddenly disappear, help me find the re

    Post an SSCCE. From what I gather, it sounds like you are trying to access the file directly using a FileReader...access the file as a resource - eg. by using getClass().getResource() or...
  2. Re: Eclipse- All my image files and txt files suddenly disappear, help me find the re

    Don't add resources to the bin folder - add them to the src folder. The bin folder is where compiled/copied files from the src folder get placed, which means the older files get deleted when a new...
Results 1 to 2 of 2