limelect 52 Posted June 22 Cannot deploy the application All Java should be in c:\bin, why? Ok, I put Java in bin Now it need c:\bin\ client\jvm.dll So I made this directory with jvm.dll I have jvm.dll in the server directory Lastly, I have this error during the initialization of VM Obviously, D12 did not initialize its Java during installation Any help? Share this post Link to post
Cristian Peța 122 Posted June 23 On 6/22/2025 at 12:06 PM, limelect said: All Java should be in c:\bin, why? I have 12.2 and it was installed by default in C:\Program Files\Eclipse Adoptium\jdk-17.0.9.9-hotspot All is working for me. Share this post Link to post
DelphiUdIT 248 Posted June 23 In the past I also used Oracle SDK and had to set the JAVA_HOME environment variable which points to the java bin folder. But if you want to install to bundle Java runtime (Adoptium) go to "Manage Features" from IDE and check the "Adoptium ..." box in the listed choices. Share this post Link to post
limelect 52 Posted June 23 (edited) @Cristian Peța Sdk and Java it is not the same problem SDK is ok, but the link to Java is false Now the error is initialization of VM after putting Java at bin directory Edited June 23 by limelect Share this post Link to post
Dave Nottage 622 Posted June 23 3 hours ago, limelect said: the link to Java is false Then you'll need to follow this instruction: 9 hours ago, DelphiUdIT said: install to bundle Java runtime (Adoptium) go to "Manage Features" from IDE and check the "Adoptium ..." box in the listed choices. Share this post Link to post