0
When running a java program I would have to have the jre in the path/installed
What is the equivalent in Delphi 4? is there any run-time to it?
0
When running a java program I would have to have the jre in the path/installed
What is the equivalent in Delphi 4? is there any run-time to it?
1
Delphi 4 programs are compiled to native code and run in Windows without a runtime engine (such as .NET and Java use). It may require additional resources such as libraries (DLL's), but that is specific to each application.