12-01-2012 08:07 PM
java.lang.OutOfMemoryError: Java heap space
at java.io.WinNTFileSystem.list(Native Method)
at java.io.File.list(Unknown Source)
at javax.crypto.JarVerifier.getSystemEntropy(JarVerif
at javax.crypto.JarVerifier.testSignatures(JarVerifie
at javax.crypto.JarVerifier.access$400(JarVerifier.ja
at javax.crypto.JarVerifier$1.run(JarVerifier.java:18
at javax.crypto.JarVerifier$1.run(JarVerifier.java:14
at java.security.AccessController.doPrivileged(Native Method)
at javax.crypto.JarVerifier.<clinit>(JarVerifier.java
at javax.crypto.JceSecurity.loadPolicies(JceSecurity.
at javax.crypto.JceSecurity.setupJurisdictionPolicies
at javax.crypto.JceSecurity.access$000(JceSecurity.ja
at javax.crypto.JceSecurity$1.run(JceSecurity.java:78
at java.security.AccessController.doPrivileged(Native Method)
at javax.crypto.JceSecurity.<clinit>(JceSecurity.java
at javax.crypto.Cipher.getInstance(Cipher.java:498)
at com.zerog.ia.licensing.EditionHelper.decryptFromSt
at com.zerog.ia.licensing.EditionHelper.determineEdit
at com.zerog.ia.installer.Installer.be(Unknown Source)
at com.zerog.ia.installer.Installer.checkAuthorizatio
at com.zerog.ia.installer.LifeCycleManager.bv(Unknown Source)
at com.zerog.ia.installer.LifeCycleManager.a1(Unknown Source)
at com.zerog.ia.installer.LifeCycleManager.az(Unknown Source)
at com.zerog.ia.installer.LifeCycleManager.executeApp
at com.zerog.ia.installer.Main.main(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknow
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Un
at java.lang.reflect.Method.invoke(Unknown Source)
at com.zerog.lax.LAX.launch(Unknown Source)
at com.zerog.lax.LAX.main(Unknown Source)
Running:
- Windows 7
- 16 GB RAM
- echo %JAVA_HOME%
E:\Program Files\Java\jdk1.6.0_35
Solved! Go to Solution.
12-01-2012 08:17 PM - edited 12-01-2012 08:18 PM
I found this page:
http://stackoverflow.com/questions/880855/increase
And did the following from the Windows command line:
set _JAVA_OPTIONS=-Xmx4g
I then inspected the file the installer left on my Windows desktop, which was:
BlackBerry_10_SDK_for_Adobe_AIR_3.0.0_Install_11_3
It gives the path of the installer temp directory, which for me was:
E:\Users\Daniel\AppData\Local\Temp\I1354238452\
So I then:
cd E:\Users\Daniel\AppData\Local\Temp\I1354238452\Win
BlackBerry-Air-SDK-Installer-3.0.0.201211051306.ex
... and the installer ran ok.
12-01-2012 08:21 PM
On the installation directory screen, I specify:
E:\Program Files (x86)\Research In Motion
... as the install path, and I get the error:
Error!
You do not have write permissions to the chosen installation destination.
Please choose a different location for the installation.
I needed to explore to the "Research in Motion" directory, right click Properties, Security, and give my user permissions to that directory.
12-02-2012 09:31 AM
12-02-2012 03:58 PM
No, not running as admin.
12-02-2012 04:38 PM