cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
22889
Views
42
Helpful
13
Replies

Installing RTMT version 14 Windows 11 Install

Jim Pilgrim
Level 5
Level 5

Installing RTMT 12-14 Versions on Windows 11 requires Java releases

jdk 1.8_0 101, jdk 1.8_0 102;  I installed 4 total versions including jdk 11.0.15.1 and jre 1.8.0_341.

You must however follow these steps first in order for the install to work otherwise you get an error:

Flexeraaxx$aaa: Windows DLL failed to load

Follow these steps:

 From the Start menu, navigate to 

  1. Control Panel System and Security System

  2. Click Advanced system settings in the left pane.

  3. In the Advanced tab, click Environment Variables

  4. Under System Variables, click New

    5. Add the following system variable:

    JAVA_TOOL_OPTIONS
  5. Set the following value for the system variable:

    "-Dos.name=Windows 7"
13 Replies 13

Very nice of you to post this for others to have the option to use your solution. However it would be better if you where to post this as a knowledge article instead as a question as that makes it much easier to find down the line.



Response Signature


fredmart
Level 1
Level 1

Thanks for this post.

I was able to install RTMT 12.5 on Windows 11.

dotttts
Level 1
Level 1

thanks op, i have used this a few times. also works with:

java version "1.8.0_351"

Anyone moved away from Oracle JRE for RTMT? I have client that does not want Oracle JRE on the JH anymore due to not being free anymore and the current free version has security vulnerabilities? 

Best Regards

I have not verified it myself, but a colleague of mine claims that Zulu Java works with the Cisco UC applications that requires a JVM.



Response Signature


Thus far I could not get Zulu nor Amazon Corretta to be accepted by RTMT 12.5 nor 14 when installing. would like to know on windows 2019/2022 if anyone has done it with a different JRE flavor? It seems like RTMT only accepts Oracle JRE 1.x at this stage unless I am doing something wrong when installing the new JRE packages and Java JDKs.

Best Regards

Just tried with Zulu JVM on a Windows 10 VM and it worked for me. I followed this process.

  1. Install Zulu JVM 64-bit version
    image.png
  2. From the Start menu, navigate to Control Panel > System and Security > System, click Advanced system settings in the right pane.
    image.png
  3. In the Advanced tab, click Environment Variables, under System Variables, click New
    image.png
  4. Add the following system variable
    JAVA_HOME
    Set the following value for the system variable
    C:\Program Files\Zulu\zulu-8-jre
  5. Add the following to the system path variable
    %JAVA_HOME%\bin
  6. Reboot the computer
  7. Check the Java version and make sure that you get an output like  this
    image.png
  8. Install RTMT, I installed version 14
  9. Select the Java to use
    RogerKallberg_1-1684746319373.png

Me and my colleague also tested with CCX editor and that worked as well.

For me it did not work when I had the JAVA_TOOL_OPTIONS variable set as the OP described in this post.



Response Signature


worked like a charm, thanks, steps 4 and 5 did it, the install didn't automatically change it or added it.

  1. Add the following system variable
    JAVA_HOME
    Set the following value for the system variable
    C:\Program Files\Zulu\zulu-8-jre
  2. Add the following to the system path variable
    %JAVA_HOME%\bin
Best Regards

i am not finding advanced option in control panel. please share snippet of it.

I added additional pictures and reworded the outline some to make it a little clearer.



Response Signature


Excellent & thanks for solving the issue

kdryman444
Level 1
Level 1

What about RTMT compatibility with Microsoft Build of OpenJdk which is replacing Oracle Java?

dgonzalez1
Level 1
Level 1

It worked for me too. Thanks!