View Single Post
Old 11-19-2012, 01:46 PM   #19
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299993
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
Quote:
Originally Posted by nathansuchy View Post
Ok I have read all of these posts I know the file is not signed java won't let me I renamed the azw2 file before the upload so yes crrentl the script shell would not run out of the box I did do all lowercase naming. How do I compile java files and how do I fix my zip file. Could someone fix my zip file for me?
just zip it up??? we know how to unzip things???

How you compile java files (it's a way old link): http://www.stanford.edu/class/cs108/...eclipse-guide/
http://www.mycoding.net/2011/02/comp...am-in-eclipse/
http://help.eclipse.org/helios/index...pi_compile.htm
but seriously you can google all this stuff up - it's not kindle specific.
all the available -kindle- links have been provided. (pretty much)

if you are using Eclipse: Eclipse is automatically compiling your code on the fly.
(with the default build automatically option)

Eclipse compiler: (kinda based on http://jikes.sourceforge.net/)

Quote:
An incremental Java compiler. Implemented as an Eclipse builder, it is based on technology evolved from VisualAge for Java compiler. In particular, it allows to run and debug code which still contains unresolved errors.
in a pinch:
Quote:
Use the terminal to do it:
javac filename.java
(to compile)
http://stackoverflow.com/questions/3...lipse-compiler

Last edited by twobob; 11-20-2012 at 10:46 AM. Reason: in a pinch, not "at a pinch". bah mangling and maxxing my mixaphors
twobob is offline   Reply With Quote