Quote:
Originally Posted by nathansuchy
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