9

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.

daisy
  • 53,527
  • 78
  • 236
  • 383
makerofthings7
  • 211
  • 1
  • 2
  • 6

1 Answers1

15

Launch it with javaws (java webstart),

e.g javaws ~/Downloads/ContestAppletProd.jnlp

daisy
  • 53,527
  • 78
  • 236
  • 383