Search:

Type: Posts; User: KILL3RTACO

Search: Search took 0.16 seconds.

  1. Replies
    21
    Views
    2,089

    Re: Can't find file (not sure the error)

    when exporting, it doesnt show a .manifest to include... i didnt notice that last time.... in situations like this a usually start completely from scratch or close to it... however i end up typing...
  2. Replies
    21
    Views
    2,089

    Re: Can't find file (not sure the error)

    Failed to load Main-Class manifest...
  3. Replies
    21
    Views
    2,089

    Re: Can't find file (not sure the error)

    in Eclipse theres a green play button called run.
  4. Replies
    21
    Views
    2,089

    Re: Can't find file (not sure the error)

    if i put the path to where the file is on my computer, then it wouldnt work if i distribute the program
  5. Replies
    21
    Views
    2,089

    Re: Can't find file (not sure the error)

    oops... didnt mean t double post, didnt know there was another page
  6. Replies
    21
    Views
    2,089

    Re: Can't find file (not sure the error)

    so now String items = System.getProperty("user.dir") + "items.txt"; and in the exception stack i see at b.getItemNamesAndPaths(b.java:26) which is the line that initiates x. i think maybe the...
  7. Replies
    21
    Views
    2,089

    Re: Can't find file (not sure the error)

    so know, String items = System.getProperty("user.dir") + "items.txt" in the exception stack i see at b.getItemNamesAndPaths(b.java:26) which is x = new Scanner(new File(items)); and im thinking...
  8. Replies
    21
    Views
    2,089

    Re: Can't find file (not sure the error)

    is there any way to change where java is searching for the text file?
  9. Replies
    21
    Views
    2,089

    Re: Can't find file (not sure the error)

    i was planning to use the JFileChooser for when the user wants to add an item. first an input dialog would appear for an alias they want, then the JFileChooser would ask them to find the file. both...
  10. Replies
    21
    Views
    2,089

    Re: Can't find file (not sure the error)

    in the same directory as b.java
  11. Replies
    21
    Views
    2,089

    Re: Can't find file (not sure the error)

    i kept the code as it is there. and put e.printStackTrace(); this is what was returned:

    java.io.FileNotFoundException: items.txt (The system cannot find the file specified)
    at...
  12. Replies
    21
    Views
    2,089

    Can't find file (not sure the error)

    Hello, I'm Taco. I am trying to create a java program that will allow users to open certain files (stored in a text file) by selecting something on a JList and clicking ok. When i program an...
Results 1 to 12 of 12