Notes

To configure the Native Remote Loader using the Blackdown JRE:

  1. Remove the existing jre link in /usr/lib/nds-modules

    rm /usr/lib/nds-modules/jre 
  2. Link the Blackdown JRE to /usr/lib/nds-modules/jre

    ln -s /<current_blackdown_jre_path>/j2re1.3.1 /usr/lib/nds-modules/jre 

To configure Java Remote Loader using Blackdown JRE:

  1. Set the java binary path in the PATH environment variable

    export PATH=/<current_blackdown_jre_path>/j2re1.3.1/bin:$PATH