Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.1.0
-
None
-
Windows (8)
Description
bin/init and bin/init.bat are supposed to be fairly parallel, unfortunately $HOME is a unix concept, on Windows there are two variables (for Historical reasons...) %HOMEDRIVE% and %HOMEPATH% see http://support.microsoft.com/kb/101507 for more information
The relevant line from bin\init.bat is:
set CORDOVA_HOME_DIR=%HOME%\.cordova\lib\blackberry10\cordova%CORDOVA_VERSION%