Search:

Type: Posts; User: Json

Search: Search took 0.15 seconds.

  1. Replies
    12
    Views
    6,905

    Re: SQLite and Desktop Application

    When you develop your programs I take it you have some sort of source folder and some sort of lib folder to store code and libraries used.

    You can just put the jar file of the sqlite connector in...
  2. Replies
    12
    Views
    6,905

    Re: SQLite and Desktop Application

    Well I guess you might have other jar files that you pack into your application as well, so you must have a lib folder somewhere, or am I wrong?

    // Json
  3. Replies
    12
    Views
    6,905

    Re: SQLite and Desktop Application

    Ship the jar with your app in the lib folder.

    // Json
  4. Replies
    12
    Views
    6,905

    Re: SQLite and Desktop Application

    You can either put the jar in your webapp/WEB-INF/lib folder or in your application server/lib folder.

    // Json
  5. Replies
    12
    Views
    6,905

    Re: SQLite and Desktop Application

    Yeah, same goes for Apache Derby or DB4O as well. I was just recommending other ones you could use.

    // Json
  6. Replies
    12
    Views
    6,905

    Re: SQLite and Desktop Application

    I'm not entirely sure how to set up SQLite but it cant be much different from the other database types out there, just make sure you have a connector for it.

    You might also want to look into...
Results 1 to 6 of 6