Tuesday, August 9, 2011

[android-developers] Re: Accessing PostGIS database from Android

In the root folder?
I think it should be in /org/postgresql/Driver.class, shouldn't it?

On Aug 9, 7:09 pm, alexbruy <alexander.b...@gmail.com> wrote:
> On 9 авг, 12:00, Carl Lee <ljbha...@gmail.com> wrote:
>
> > You may want to check the .jar file you included in you .classpath ,
> > make sure you have Driver.class in it, so the reflection
> > method( that's "Class.forname('org.postgresql.Driver')",which is
> > obviously used in your ReportActivity somehow directly or indirectly)
> > will work correctly in your code.
>
> When I extract JAR there are Driver$1.class, Driver
> $ConnectThread.class
> and Driver.class files in root folder among other files.

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment