Jump to content
Die Holländer

Failed to install JCL on Delphi 11.3

Recommended Posts

In Delphi 11.3 I try to install JCL and then JVCL but I'm not able to install JCL.

 

First I've tried to install it by the latest build on http://jcl.sourceforge.net/daily/

but when I download the required jedi.inc from https://github.com/project-jedi/jedi the install stops

with the message that the jedi.inc is outdated. (Also tried a older build but same message)

 

Second I tried to install JCL by GetIt from the Delphi IDE but the installer fails because it wants

to find a Y: drive to locate the CatalogRepository directory but in my case it is on the H: drive. 

Whatever I try, like stop the auto-installer and add the proper path by hand, it still looks for this Y: drive later on of the installation.

 

Any clue how I can install the JCL. How to change this Y: drive issue so that the installer doesn't look to it and use my H:

or how to get the latest jedi.inc that will work with Delphi 11.3 JCL installation from sourceforge.

 

Thanks.

Share this post


Link to post

tip: normally, when downloading from GetIt (if not an EXE), all sources stay on "..\CatalogueRepository" then, you can look and do the changes if you need... later, manually install it

Share this post


Link to post

I see what I've done wrong. The download of the jedi.inc was not OK. I went now to the RAW version in GitHub

and copy the code and paste it in a new created textfile and renamed it to Jedi.inc

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×