View Single Post
Old 11-19-2012, 08:45 AM   #13
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
^ what twobob said.

There are so many things wrong with this file, I don't know where to even start...

First: the .azw2 file is not signed at all. Answer twobob's questions to find out out why this is so.

Second: the included META-INF/manifest.mf file should be called MANIFEST.MF (all CAPITAL letters). That's not a big deal, but still.

Third: your main class should be called "Main", not "main". Java doesn't really care about this, but you'll do yourself (and everyone else) a favor if you follow the commonly accepted Java Naming Conventions.

Fourth: Your .class file is actually the SOURCE file, not the COMPILED bytecode!!!


All in all, I suggest you start with "an introduction to Java for beginners" first, before diving into Kindlet development. You seem to be lacking the very basics. Don't get this wrong, I'm not trying to offend you - I'm just stating the facts...
ixtab is offline   Reply With Quote