06-19-2012 03:04 PM
When i compile i'm getting the following.
I'm running win7 64 bit.
C:\Program Files (x86)\Research In Motion\BlackBerry WebWorks SDK for TabletOS 2
.2.0.5\bbwp>bbwp C:\Users\yogi\RippleSites\RageMemoryGame_PB\output
rocket11 -buildId 1.0.0.0 -o C:\Users\yogi\RippleSites\RageMemoryGame_PB\output
[INFO] Parsing command line options
[INFO] Parsing bbwp.properties
[INFO] Validating WebWorks archive
[INFO] Parsing config.xml
[INFO] Populating application source
[INFO] Compiling WebWorks application
[INFO] Packaging the bar file
javax.imageio.IIOException: Can't read input file!
at javax.imageio.ImageIO.read(Unknown Source)
at net.rim.tumbler.airpackager.AirPackager.createSpla
r.java:723)
at net.rim.tumbler.airpackager.AirPackager.run(AirPac
at net.rim.tumbler.WidgetPackager.go(WidgetPackager.j
at net.rim.tumbler.WidgetPackager.main(WidgetPackager
[ERROR] Air Packager exception occurred
06-20-2012 05:04 AM - edited 06-20-2012 05:05 AM
Take a good look at the contents of your .zip file. In the other topic you created it was suggested the problem is in your splash screen images.
Are the file names you specified in the config.xml and packed in the .zip identical? No difference in upper & lower case letters?
You should be able to isolate weather it's the foreground or background image giving problems (specify both to be the same to test this out)
Try another image and see weather it works then. Maybe the images you supplied are not processable, maybe due by an incompatible compression schema. Load them in a simple image editor and save in another format, e.g. .jpeg instead of .gif / .png.