• 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
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

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,
reply
    Bookmark Topic Watch Topic
  • New Topic