This week's book giveaway is in the Cloud/Virtualization forum.
We're giving away four copies of Cloud Application Architecture Patterns: Designing, Building, and Modernizing for the Cloud and have Kyle Brown, Bobby Woolf and Joseph Yodor on-line!
See this thread for details.
  • 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

java web start setting problem

 
Ranch Hand
Posts: 100
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ranchers,
I am developing a swing application which is deployed on jboss. Application get started through jnlp as soon as jboss boots up. I am packaging jre1.5 with application which is suppose to be used by application.for this jre's javaws setting am doing some jnlp setting because of which application dosen't get installed on m/c(doesn't get visible in control panel). Now my problem is if m/c already has jre1.5 then my application's packaged javaws setting gets changed to setting of already installed jre's javaws, because of which my application gets installed.(visible in control panel) Could you please suggest me how to prevent this?

Regards,
Sachin!!!
 
reply
    Bookmark Topic Watch Topic
  • New Topic