Die Holländer 45 Posted March 7, 2023 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
programmerdelphi2k 237 Posted March 7, 2023 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
Die Holländer 45 Posted March 7, 2023 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