MagicFoundation / Alcinoe

Alcinoe Component Library For Delphi. Full opengl video player, WebRTC delphi wrapper, native ios/android TEdit, Improuved firemonkey controls, Firebase cloud messaging, Android/ios facebook sdk login, Json/Bson Parser, ImageMagick wrapper, MongoDb client And much more
Apache License 2.0
996 stars 220 forks source link

CompileJar.bat #327

Closed firemen01 closed 3 weeks ago

firemen01 commented 5 months ago

I wrote earlier, but it remained unanswered, I just keep running into an error in CompileJar.bat

FOR /F "usebackq tokens=3*" %%A IN (reg query "HKCU\Software\Embarcadero\BDS\%ALDelphiVersion%\PlatformSDKs\%PlatformSDK%" /v JDKPath) DO set JDKPath=%%A % %B

why is there a space between %%A %%B ? I get as a result: JDKBinPath="d:\Install\Android\JDKHotspot\ \bin"

then an error appears along the way...

Zeus64 commented 3 weeks ago

Hello, everything has been fixed in the latest committed version.