• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Deploying applet using jnpl

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi .. i made a java applet using netbeans ..and used the build option it created 4 files in the dist folder, when i click on the launch.html file it works fine on my machine but when i upload the same on a free domain it gives the error "JNLP file error:launch.jnlp.Please make sure the file exists and check if "codebase" and "href" in the JNLP file are correct. " . is it a problem with the domail ? i used a free domain from webng.
 
Ranch Hand
Posts: 77
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Tanmay Bhattacharya wrote:..check if "codebase" and "href" in the JNLP file are correct. " ..



It didn't occur to you at this point, that it would be worth sharing the content of the JNLP, a link to it, or at least the domain, codebase & href?!? It seems you want to play 20 questions. FTR - I don't.

Try validating the version on the server using JaNeLA.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic