limelect 52 Posted Sunday at 09:06 AM 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 118 Posted yesterday at 09:18 AM 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 244 Posted yesterday at 10:04 AM 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 yesterday at 04:06 PM (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 yesterday at 04:07 PM by limelect Share this post Link to post
Dave Nottage 615 Posted yesterday at 07:52 PM 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