virajpu / androjena

Automatically exported from code.google.com/p/androjena
0 stars 0 forks source link

QueryFactory.create crashes app SPARQL Android #19

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start the app

What is the expected output? What do you see instead?

Console output with movies.
I see nothing, because it crashes.

If you're using a real device and not the emulated AVD, what is the device
model?

real device: Samsung Galaxy S2+ Android Version 4.2.2

What version of Android runs on your device/emulated AVD? (please put an X
next to the correct version)

Android 1.1
Android 1.5 (Cupcake)
Android 1.6 (Donut)
Android 2.0/2.1 (Eclair)
Android 2.2 (Froyo)
Android 2.3 (Gingerbread)
Android 3.x (Honeycomb)
Android 4.0 (Ice Cream Sandwich)
Android 4.1/4.2/4.3 (Jelly Bean) X
Android 4.4 (KitKat)

What version of Android is your application targeting? (please put an X
next to the correct version)

Android 4.X L (newest)

What IDE/environment are you developing with? (Eclipse w/ ADT, Android SDK
w/ Apache Ant, ...)

Eclipse ADT and Android SDK
errors are recorded from eclipse adt.
I will try Android SDK after it works in Eclipse ADT.

What operating system and hardware is your IDE/development environment
running on? Windows 7

Please attach the following application files (when applicable):

- AndroidManifest.xml
- .classpath
- default.properties
- a full LogCat dump from application launch to exception/crash
- a meaningful portion of the source code where the exception is thrown

Please provide any additional detail below

Hello guys,

I want to set up a sparql query to LinkedMDB. It crashes when creating the 
query.

java.lang.VerifyError: com/hp/hpl/jena/sparql/core/Prologue
com.hp.hpl.jena.query.QueryFactory.create(QueryFactory.java:71)
com.hp.hpl.jena.query.QueryFactory.create(QueryFactory.java:43)
com.hp.hpl.jena.query.QueryFactory.create(QueryFactory.java:31)

Can you please help me?

Best Regards
Fred

Original issue reported on code.google.com by fred...@gmx.de on 22 Oct 2014 at 9:02

Attachments:

GoogleCodeExporter commented 8 years ago
Somehow eclipse does not get the classes, although there are present. Maybe 
there is still an library error.... but I did it like its said...

Original comment by fred...@gmx.de on 22 Oct 2014 at 9:13