Ok, looks like the implementation of ZXing seems to be the problem.
I use the Demo from here (server demo)
http://dev.postspectacular.com/hg/He has a folder 'code' inside his project, there is a file called core.jar which is needed to access the ZXing library. I tried to copy it to the application folder, at some places, but did not help either. But I wonder about the folder code and if this is the right way to include the ZXing library. I tried to live without it by copying the data from the ZXing package (
http://code.google.com/p/zxing/) to the library folder but I failed. Did copy the folder com form javase into there and some other ways (the zxing itself etc.) but when running my project (after restart processing) it says the library is missing.