How do I download and launch a JNLP file in CentOS?

30,423

Launch it with javaws (java webstart),

e.g javaws ~/Downloads/ContestAppletProd.jnlp

Share:
30,423

Related videos on Youtube

Joern
Author by

Joern

Updated on September 18, 2022

Comments

  • Joern
    Joern over 1 year

    I'm using Amazon's GPU cluster to experiment with some HPC java code on CentOS.

    The Java application is in JNLP format and has a GUI.

    I've followed Amazon's getting started video, but I'm not sure how to use a web browser or otherwise download the file.

    Secondly I'm not sure how to launch this file since it requires a GUI.

    Any assistance would be appreciated.

  • Joern
    Joern over 11 years
    +1, thanks. I'm sure I don't run this in SSH.. do you have any tips on where I run this?
  • daisy
    daisy over 11 years
    @makerofthings7 you run this on your computer, not on the server side, you need to have java installed on your local machine