Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Problem in integrating Android application with Postgresql database
Problem in integrating Android application with Postgresql database [message #872589] Wed, 16 May 2012 12:04 Go to next message
Ashish Nayal is currently offline Ashish NayalFriend
Messages: 7
Registered: May 2012
Junior Member
I am developing a Android application with target Android 2.1.

In this application I try to integrate my application with Postgresql
database using jdbc driver(Drivers with which I have tested the application are:

postgresql-9.0-801.jdbc4.jar
postgresql-9.0-801.jdbc3.jar
postgresql-8.3-606.jdbc4


Also I have added in my application AndroidManifest.xml file following
line:

<uses-permission android:name="android.permission.INTERNET" />


But on running android emulator I am getting this error:

Caused by: java.lang.NoClassDefFoundError: org.postgresql.Driver

Please suggest me some work around to solve this problem
Re: Problem in integrating Android application with Postgresql database [message #872610 is a reply to message #872589] Wed, 16 May 2012 12:51 Go to previous message
Deepak Azad is currently offline Deepak AzadFriend
Messages: 543
Registered: July 2009
Senior Member
Please ask this in an android forum.

--
Deepak Azad
http://wiki.eclipse.org/JDT/FAQ
Previous Topic:Android app Question
Next Topic:How to figure our an ITypeRoot comes from Java Standard Library?
Goto Forum:
  


Current Time: Fri Apr 19 19:23:01 GMT 2024

Powered by FUDForum. Page generated in 0.03006 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top