Download of Saxonica for .NET has .jar files - saxon

I downloaded the Saxon-HE 9.9 from SourceForge from the link on this page:
https://www.saxonica.com/download/dotnet.xml
When I unzip it, all I see is .jar files and the doc and notices.
Should I expect to see a .exe or .dll? Or do I need to install Java to run on a Windows platform? Are the links messed up or did I download the wrong version?
Also, the 9.9 and 9.8 link to the same download named: SaxonHE9-9-1-7J.zip.

I scrolled down to Project Activity - and found link to
"Released /Saxon-HE/9.9/SaxonHE9-9-1-7N-setup.exe" which goes to this page: https://sourceforge.net/projects/saxon/files/Saxon-HE/9.9/SaxonHE9-9-1-7N-setup.exe/download
(download file name: SaxonHE9-9-1-7N-setup.exe)

Related

Delphi XE2 can not load CnPack

I have a fresh win 10 installation with Delphi XE2.
I tried to install CnPack but there was no chance (It says couldn't find wizard):
Also registry is OK and the file is in there and the permissions are OK.
Its version is CnWizards_1.1.3.896 which is currently the latest version.
I have tried older versions as well but there was no chance.
Any idea ?
I had the same problem and I got it to resolve to do this.
I downloaded the Source file and the Installer file.
I used this version 1.1.3.896.
First I open the source in Delphi and Compile, Build and Install the following components.
CnPack_DXE2.dpk. (Compile and Build)
CnWizards_DXE2.dpr (Compile and Build)
dclCnPack_DXE2.dpk (Compile, Build and Install)
Execute the Installer file.
Now, this is the secret for me.
Replaced the files (CnWizards_DXE2.dll).
In the Third Step, it creates CnWizards_DXE2.dll (CnWizards\bin). Copy this file and paste in the local installation ([program files\CnPack\CnWizards]).
I created the mini tutorial in Portuguese for this situation, if necessary I can send it for you.
Sorry, my English is not good.
Bye for now

Building phonegap code in blackberry

I am reading this like to configure my PC. In the section 5
The blackberry directory contains two directories, sample and www. The sample folder contains a complete Cordova project. Copy the sample folder to another location on your computer.
I have downloaded latest phonegap from here. It does not contain any folder like sample and www.
How can I do it???
If you look at the guide you are reading, It's the Guide for installing PhoneGap version 2.3. The latest version of PhoneGap is 3.x+
Download version 2.3 to use with what you're reading.

CONFLICT WITH INSTALLING OPENCV 2.4.2

I downloaded OpenCV-2.4.2 and I couldn't find any exe(auto run) file there.How ever I extracted that in to my C:\ directory and followed the following process in this video>>
https://www.youtube.com/watch?v=cgo0UitHfp8&feature=plcp
I have VS 2008 version. According to the video first I Added OpenCV to system variables and next build Visual Studio project. Added all the libraries and completed according to the video.
But When I debug my project it says>>
The application has failed to start because tbb_debug.dll was not found.
So;
1)Are there any wrong in my installation or this video?
2)Did I completed the installation process correct?
I must be thankful to u if u reply this soon.
Thank U
You are missing tbb_debug.dll (or it's not in your path)
If you built (or downloaded) opencv with TBB enabled then you need to install tbb and then put tbb.dll and tbb_debug.dll on the path (eg. copy to the opencv bin folder)

Can not download uploaded file from web server(OTA)

I have deployed my .cod , .html, and .htaccess file on the web server for blackberry application distribution having size of 237kb but it does not allow to download.
What is the proper way to upload it?
Here is a nice Tutorial on how to do it :
http://assets.handango.com/marketing/developerTeam/BlackBerryOTADeployment.pdf
All you have to do is build the application with the eclipse plugin that you installed from RIM.
From eclipse you package the project
1.1 Right click on the project
1.2 BlackBerry
1.3 Package
Then go to the folder deliverables
2.1 Go to the folder with your version,mine is 5.0.0
2.2 Extract the application jar
2.3 Take the *.cod files(there should more than one if the app is bigger than 64k) and the .jad file and put it on your webserver
now you point your BlackBerry browser to the .jad file and install your new app
Don't forget to sign your application if needed.
Usually the problem because the jad file can't find the jar and cod files.
Are you sure you have pointed it to the absolute path of the jar.
instead of writing RIM-COD-URL : myApp.Jar you should write it : http://www.mydomain.com/myfolderlocation/myApp.jar
and so for the other file.
And don't forget to rename the COD to zip file and extract the zip file contents(which contain COD files) and upload these files. just remove the zip file after that

Error when updating BlackBerry JDE Plug-in for Eclipse (v5.0 Beta 3)?

I tried to update Blackberry JDE plug-in for eclipse from v4.5 to v5.0 Beta 3.
I followed the instructions in this page:
http://na.blackberry.com/eng/developers/devbetasoftware/updatesite.jsp
but unfortunately I got the following error while updating:
An error occurred while collecting
items to be installed. No repository
found containing:
net.rim.eide.feature.componentpack5.0.0/org.eclipse.update.feature/5.0.0.14
How this could be solved ? Any suggestions ?
There is an error with eclipse 1.1 that doesn't sometimes prevents installation from their online repository. But this doesn't seem to be the case with you since it it says no repository found. Maybe the beta versions have a different URL?
I would suggest downloading it to a local disk and installing it from there. The exact procedure is -
What i did was i downloaded BlackBerry JDE Plug-in for Eclipse for JDE 4.7 and 4.5 seperatly and from which you get zip files. Then go to software updates and then to available software. Click on add site button and select archive button. Browse whre have downloaded the Plugin archive and install it. After you have installed all the JDE plugins you will get options for changing the JDE version.
Edit: I just came across this thread, and the method described above might possibly not work - How can I install the BlackBerry v5.0.0 component pack into Eclipse?
Take a look at this thread:
How can I install the BlackBerry v5.0.0 component pack into Eclipse?

Resources