Search:

Type: Posts; User: copeg

Search: Search took 0.12 seconds.

  1. Replies
    6
    Views
    1,640

    Re: When a button is clicked: get my Data!!!

    Where is the file relative to your class? Is your class in a package?
  2. Replies
    6
    Views
    1,640

    Re: When a button is clicked: get my Data!!!

    getAbsolutePath() ;)

    Your program must know where the file is...so you must specify the full or relative path to that file (relative to where you are running your java app). Assuming your class...
Results 1 to 2 of 2