View Single Post
Old 02-09-2013, 06:41 AM   #7
ixtab
(offline)
ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.
 
ixtab's Avatar
 
Posts: 2,907
Karma: 6736092
Join Date: Dec 2011
Device: K3, K4, K5, KPW, KPW2
First: *use* an IDE. They're good.

Second: package names should be all lowercase, not camel-case. This might be the reason why your program fails (but probably isn't).

Third: You're not overriding any of the methods of AbstractKindlet. So even if your Kindlet did start, it wouldn't do anything.

Fourth: Otherwise, your META-INF/MANIFEST.MF looks ok (at first glance), but I don't have any device around right now to do further testing. Fix the abovementioned problems first...

And, as twobob said, you might be better off starting from a known-working hello world example.
ixtab is offline   Reply With Quote