not able to install blackberry webworks playbook sdk? - blackberry-playbook

I am getting error at the installation time, how to resolve the issue?
Pleas find the image,

Resolved, i changed the text in adobereadme file from 3.2 to 7.1.1

Related

pyinstaller3.4 python3.5 --key=key-string caused problems

All,
I am trying to compile and encrypt the "hello_world.py" with pyinstaller's --key=key-string and it keeps causing issue when I am trying to open the .exe file. The warning says "Failed to execute script pyiboot01_bootstrap". The problem was gone when I took the --key=key-string out but that left the deployed executable not encrypted. Is this some sort of python 3.5 pyinstaller 3.4 compatibility issues? Any insights on this would be much appreciated.
Environment:
python 3.6
pyinstaller 3.4
pycryptodome 3.6.6
Windows 10
The pycryptodome module is not compatible with PyInstaller encryption.
See: pyinstaller: problem when using --key command

Glassfish installation problems on eclipse kepler

I am installing Glassfish 3 on eclipse kepler. But, I am getting the following problem
Why I am getting this problem?.
How can I overcome this error to install glassfish server.
Please help me.
Thanks in Advance
As you can see on your screenshot the error message says that Glassfish needs a full Java JDK and not a JRE, like you selected.
If you have already installed a JDK choose that instead of "Default JRE".
If you didn't already install a JDK, do that and register it in your Eclipse (Settings -> Java -> Installed JREs).

javafx-autocomplete-field-1.0.jar compatibility issue

I downloaded javafx-autocomplete-field-1.0.jar and used it for my development work in jdk 1.8 environment. But I need to deploy this in 1.7 environment. If I do so, I'm getting "java.lang.UnsupportedClassVersionError: np/com/ngopal/control/AutoFillTextBox : Unsupported major.minor version 52.0". Is there an alternate jar for jdk1.7? Or is there anyway I can make this jar compatible in 1.7 environment? Please help.
Just try for this jar. I have checkout in previous commit it
https://github.com/privatejava/javafx-autocomplete-field/commit/a92545e0fc33d0f54676e4fd27de743c5e0c5358 so please trythis jar
https://www.dropbox.com/s/xn01e5a3tm65mmz/AutoFillTextBox.jar?dl=0
You need a version that is compatible in both fx 2 and 8:
https://bitbucket.org/jugen/autofilltextbox/downloads

Getting started with playn - eclipse

I followed all the instructions for setting up the environment in eclipse indigo EE. I did it both in ubuntu 12.04 64bit and Windows 7 64bit, and everything goes good till the point when I try to run the imported example (showcase-java). the build fails and following error appears in the eclipse console:
Failed to execute goal on project playn-showcase-java: Could not resolve dependencies for project com.googlecode.playn:playn-showcase-java:jar:1.0-SNAPSHOT: Could not find artifact com.googlecode.playn:playn-showcase-core:jar:1.0-SNAPSHOT in forplay-legacy (http://forplay.googlecode.com/svn/mavenrepo) -> [Help 1]
Note that I follow all the instructions on Getting Started page and I'm sure I'm not missing out on anything mentioned there on the page.
Hi here is a more detailed tutorial on how to set up eclipse with playn link
May be this is helpful for you.

Imagemagick Linking to QT and mingw32-make: *** [debug] Error 2

I created an application using Imagemagick library with Qt on Mac.
Now that I want to deploy the application for windows:
I installed the imagemagick library
on my pc,
I installed the SDK version of QT 4.7
I added my include and lib paths
And when I go run the application I'm getting errors that I think they are related to mingw32.
here are the build issues:
and here is the compile output:
Can someone Identify the error ?
What do I have to do to deploy the application for windows?
I also tried to use a Mingw32 version of my library but again, It didnt work:
When I put -lmagick after the lib it says file lmagick cannot ne found
and when I try to build unticking the shadow build checkbox in the build settings, it give me the errors in the first screenshoot. Thank you
See the answer to this question.

Resources