I was just having the same issue...
To resolve the problem (at least in my case) ensure you have included the lib folder in your bundle classpath:
Manifest-Version: 1.0
...
Bundle-ClassPath: lib/gson-1.6.jar,
.
...
Or if you want to include all jar's in the folder:
Bundle-ClassPath: lib/
You will still need to place the jar files on the java build path as shown above. Then your imported jar's should appear in the folder "Referenced Libraries"