View Single Post
Old 09-11-2011, 10:56 AM   #4
liuto
Connoisseur
liuto is on a distinguished road
 
Posts: 50
Karma: 70
Join Date: Nov 2010
Device: Kindle DXG / Kindle 3


Finally, I got my Kindlet run!

Some notes here:
1. JDK 1.6 (compile with 1.4 compatible)
2. Java ME (CDC, PBP 1.1 profile) ... I am not fully understand what the hell of this shit is, but it is must.
3. Manifest file must be set exactly correct ! But I don't know what exactly should be. These settings are just work anyway:

Code:
Manifest-Version: 1.0
Implementation-Title: Hello from PBP1.1
Implementation-Version: 0.2
Implementation-Vendor: Liuto
Network-Access-Grants: sponsored
Implementation-URL: http://may10.ca/
Amazon-Cover-Image: image/app.jpg
Main-Class: com.nowhere.sample.App

Last edited by liuto; 09-11-2011 at 01:04 PM.
liuto is offline   Reply With Quote