05-03-2012 06:15 AM
Hello Friends,
I am trying to open the bbwp.exe file which is in C:\Program Files (x86)\Research In Motion\BlackBerry WebWorks SDK 2.3.1.5 folder.. It's opening but closed after few seconds.. I searched forums and couldnt find solution.. Can anyone help me..
installed jdk 1.6.0.25 version.. windows 7 64 bit Operating system..
Regards,
Lakshmanan
05-03-2012 06:18 AM
You need to run this via the command line
05-03-2012 06:24 AM
Rcjuk,
bbwp.exe is command line tool or not.. From the command prompt itself we have to packaging and signing our application without need of this bbwp.exe file.. Is it correct..
I created application for smartphones..
05-03-2012 06:44 AM
I run this bbwp.exe in command prompt.. i Got this error..
C:\Program Files (x86)\Research In Motion\BlackBerry WebWorks SDK 2.3.1.5>bbwp.e
xe
[INFO] Parsing command line options
[ERROR] Invalid command line parameters
bbwp version 2.3.1.5 Copyright(C) 2010-2011 Research In Motion
http://www.blackberry.com/developers/webworkssdk/
bbwp [drive:][path]archive [-s [dir]] [-g [password]] [-o dir]
archive Specifies the .zip file to compile
-s Save source. The default behaviour is to not save the so
urce files. If dir is specified then creates dir\src\ directory structure. If no
dir specified then the path of archive is assumed
-g Sign the .cod file after compilation using password. If
both -g and password are not present then the .cod will not be signed. If -g is
present and password is not, Signature Tool will prompt for entering password
-o Redirects output file location to dir (.cod, .alx, .jad)
. If both -o and dir are not specified then the path of archive is assumed
-v Turn on verbose messages
-d Enables Web Inspector on 7.0+ OS
-h Display this usage information
Invalid command line parameters.. Can anyone help me to solve this problem..