--- JoseAntonio <[EMAIL PROTECTED]> wrote:
> I forgot to mention that the problem occurs when I run the program in
> another computer. Supposedly, that other computer shouldn't have a
> Java IDE, only the necessary files to run the program. When I run it
> in this computer which has Eclipse, it works perfectly.

It doesn't change anything if you want to fix the problem.
That's why it's called debugging.

You've likely misconfigured your application or classpath or something
equally simple.

Install a java debugger on the machine that doesn't work and see what's
going on.

> On Oct 5, 7:05 pm, Joe Wilson <[EMAIL PROTECTED]> wrote:
> > --- JoseAntonio <[EMAIL PROTECTED]> wrote:
> > > > > Connection conn = DriverManager.getConnection("jdbc:sqlite:pmp.db");
> > > I put a print statement before and after the line code. It shows the
> > > first print, but not the one after the getConnection line.
> > > I use Windows XP and the directory is in the local drive, writable and
> > > readable.
> >
> > If you bring up the process manager is it idle or at 100%?
> >
> > Are you able to run the Test example on the home 
> > page?http://www.zentus.com/sqlitejdbc/
> >
> > Run it in a Java debugger/IDE and find out what line it stalls on and
> > report it to the list.



      
____________________________________________________________________________________
Catch up on fall's hot new shows on Yahoo! TV. Watch previews, get listings, 
and more!
http://tv.yahoo.com/collections/3658 

--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---

Reply via email to