[android-developers] Re: Problems with shared library JAR

2009-06-26 Thread Max
This is the code that causes the VerifyError: Repository myRepository = new HTTPRepository("http://someserver";, "someid"); On Jun 26, 9:38 pm, Max wrote: > Oh, thanks. I first tried it without that line and thought this would > be a step towards the solution, because without it I get the follo

[android-developers] Re: Problems with shared library JAR

2009-06-26 Thread Max
Oh, thanks. I first tried it without that line and thought this would be a step towards the solution, because without it I get the following errors: E/dalvikvm( 743): Could not find method org.slf4j.LoggerFactory.getLogger, referenced from method org.openrdf.http.client.HTTPClient. W/dalvikvm(

[android-developers] Re: Problems with shared library JAR

2009-06-26 Thread Raphael
On Fri, Jun 26, 2009 at 11:32 AM, Max wrote: > > I'm trying to use an external library packaged in one JAR file > (openRDF Sesame 2.2.4 [1]). As suggested in this group, I first added > the JAR to a new folder in my project, then added it to the Java build > path via the project properties in Ecli