03-14-2011 06:30 AM
I'm unable to package my WebWorks application into a bar file.
This is my current setting for java.home in the jvm.config file at C:\local\BlackBerry WebWorks Packager for PlayBook\bbwp\blackberry-tablet-sdk\bin\jvm.config
java.home="C:\local\BlackBerry WebWorks Packager for PlayBook\jre\"
The following shows the JAVA_HOME variable.
C:\local\BlackBerry WebWorks Packager for PlayBook>ECHO %JAVA_HOME%
C:\Program Files\Java\jdk1.6.0_20\jre\
What is going wrong?? hw do i fix this??
03-14-2011 03:51 PM
This sounds like Windows 7 User Account Control (UAC) getting in the way.
Can you verify that the bbwp.exe WebWorks packager has the appropriate permissions (e.g. is running as administrator)?
03-15-2011 02:03 AM - edited 03-15-2011 02:09 AM
I don't have administration rights.
If u could tell me exactly to what directories/files I'd need access to, I can request for access.
But even when i tried with admin rights i faced the same issue.
Could u tell me what else can cause this???
Thanks,
Sujay
03-28-2011 06:22 PM
I had this same issue on my Windows 7 netbook (though not on my Windows Vista desktop).
I believe the issue was due to the fact that Java was installed under C:\Program Files\Java\...
I resolved the issue with the following steps:
1. I uninstalled java, double-checked the program directory under Program Files was gone, and manually deleted my JAVA_HOME environment variable.
2. I re-installed the latest Java JVM (same version I had previously) to C:\Java\jre6 (a path with no spaces).
3. I manually re-added a JAVA_HOME environment variable to point to this new location.
Compiling worked!
You can find some instructions on setting the JAVA_HOME variable here: http://wso2.org/project/wsas/java/1.1/docs/setting
03-29-2011 12:21 AM
I started to get this error in the last couple of days but it is random for me. If I rebuild a 2nd time, no exceptions will be seen.
Is this happening on every app you have and are on the latest SDK (0.9.4)?
05-09-2012 06:51 PM
I am getting this error to running Vista x86
[quote][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:726)
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[/quote]
trying to convert a html5 into bar
using BlackBerry WebWorks SDK for TabletOS 2.2.0.5
tried to switch to Ripple, but Ripple crashes always when I start it
[quote]Microsoft Visual C++ Runtime Library
Runtime Error!
Program: C:\Program Files\Research In Motion\Ripple\Ripple.exe
...[/quote]
[quote]Problemsignatur:
Problemereignisname: APPCRASH
Anwendungsname: Ripple.exe
Anwendungsversion: 0.0.0.0
Anwendungszeitstempel: 4ee176f4
Fehlermodulname: MSVCR90.dll
Fehlermodulversion: 9.0.30729.4148
Fehlermodulzeitstempel: 4a594c79
Ausnahmecode: 40000015
Ausnahmeoffset: 0005bea4
Betriebsystemversion: 6.0.6002.2.2.0.768.3
Gebietsschema-ID: 1031
Zusatzinformation 1: 7fca
Zusatzinformation 2: 0d61c08878a41cdd7b819b8b9d11ab41
Zusatzinformation 3: d215
Zusatzinformation 4: 7e98a3c1987554fa21350c8389f9678c[/quote]
I hope there is somewhere a solution because it took days to find a solution and I could not find one.
05-11-2012 08:21 AM
I tried it on a fresh installed Windows XP now too with the same result.
What's going wrong?
Are there any solutions to fix it?
I can not use Ripple, I can not convert any html5 into bar using comand line.
Is there another way?
09-19-2012 08:57 PM
A bit late, but I found the answer for you; the Splashscreen element in your config is wrong. If you change it, you won't get that error.
This is what I have:
<rim:loadingScreen backgroundImage="images/splashscreen.jpg" >
<rim:transitionEffect type="fadeIn" />
</rim:loadingScreen>
01-15-2013 11:31 AM
Sincerely BlackBerry Development Administrators, is there a solution to this? I can compile for Blackberry 10, Blackberry 7 and earlier, but for Blackberry Tablet OS no way! I can't exactly the same error the first message thread contributor get. And as I speak no solution and my boss is holding me responsible.
Due to this error my company lost a project bid! Now I dare any Blackberry Development Administration to give a working solution to this problem. You know what? This is not the only issue I have but if a solution to this first then you can win not just my trust but a lot of developers trust back!
I will be waiting for that solution, Thank You!!!
04-16-2013 11:38 PM