Search:

Type: Posts; User: Vic45

Search: Search took 0.38 seconds.

  1. Replies
    5
    Views
    1,302

    Re: Problem making a runnable .jar

    I think in an earlier program I was able to do it with this: jdbc:sqlite::resource:LibraryDB2.db (which is erroring now) unless I really did have the db there or something. Sorry, I have no idea what...
  2. Replies
    5
    Views
    1,302

    Re: Problem making a runnable .jar

    OK well, no the .jar and db were not in the same folder because I need it to be a stand alone application.

    The program compiles and generates the .jar fine with the "default" getConnection...
  3. Replies
    5
    Views
    1,302

    Problem making a runnable .jar

    Hello! I am having a problem. So I need to make my program a runnable .jar file. The problem is my SQLite database path.

    When I do this line of code the .jar program works fine, but only on my...
Results 1 to 3 of 3