swing - How to determine Java Webstart application runs Test vs Prod? -


i have feeling there still users pointing test application. how can user tell on test vs prod? right launch shortcut on desktop. can inside app warn them on test?

thanks in advance.

assuming exposing link test error,

  • specify suitable update element.

    <update check="always" policy="prompt-update"> 
  • remove <offline-allowed/>, if necessary, suggested here.

  • add splash screen or modal dialog notifies user.

  • invoke desktop#browse() on desired link.

  • explain benefits of updating promptly.

  • retire errant link after time.


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -