• 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

Eclipse based application with Java Web Start

 
Ranch Hand
Posts: 59
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am deploying Eclipse based application with Java Web Start. By default the installation of my application is doing in "C:" drive because I created the jnlp file as below

<property name="osgi.instance.area" value="C:/MyApplication/org.eclipse.osgi/bundles"/>
<property name="osgi.configuration.area" value="C:/MyApplication"/>
<property name="eclipse.product" value="My.product"/>
<property name="osgi.sharedConfiguration.area" value="C:/MyApplication"/>


But I need to allow the users to choose the location where they would like to install / deploy the application.

Please let me know a) how to get "Browse for folder" button.

b) I need to create a dynamic jnlp file based on the user's information. Whether "C:" or "D:" drive.

Any information on this is highly helpful for me.

Thanks,
 
A wop bop a lu bob a womp bam boom. Tutti frutti ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic