IBM i Global

IBM i 

A space for professionals working with IBM’s integrated OS for Power systems to exchange ideas, ask questions, and share expertise on topics like RPG and COBOL development, application modernization, open source integration, system administration, and business continuity.


#Power


#IBMi
#Power
 View Only
Expand all | Collapse all

Does DownLoad Director only work with Sun Java

  • 1.  Does DownLoad Director only work with Sun Java

    Posted Wed January 06, 2021 07:52 PM

    We are forced to use a different Java JRE. Zulu. Can I get Download Director to work with this JRE.

    Error I get when trying to launch from the JNLP file

    <?xml version="1.0" encoding="utf-8"?>

    <jnlp codebase="https://www-03.ibm.com/isc/esd/dswdown/dldirector/">

    <information>

    <title>IBM Download Director</title>

    <vendor>IBM</vendor>

    <icon href="https://www-03.ibm.com/isc/esd/dswdown/dldirector/favicon.ico"/>

    <icon href="https://www-03.ibm.com/isc/esd/dswdown/dldirector/splash.gif"kind="splash"/>

    </information>

    <resources>

    <j2se version="1.7+"/>

    <jar href="dldirector.jar" />

    </resources>

    <security>

    <all-permissions />

    </security>

    <application-descmainclass="com.ibm.tequila.dlmgr.InstallProtocol">

    <argument>lang=en</argument>

    </application-desc>

    <update check="always" policy="always"/>

    </jnlp>





    #SupportMigration
    #Support
    #IBMi


  • 2.  RE: Does DownLoad Director only work with Sun Java

    Posted Wed January 06, 2021 11:17 PM

    I got it working with Azul by downloading their open source Java Web Start app for Windows.





    #IBMi
    #SupportMigration
    #Support