• 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

Two applications One jnlp file

 
Ranch Hand
Posts: 104
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I have an php page that I send 2 parameters
www.mysite.com/page.php?x=10&y=20

The php page takes this parameters and generate and jnlp file and the application runs very well.
php page
------------------------------------------------------------------

------------------------------------------------------------------

Now I need to add another application to this jnlp file A2.jar it need no parameters just need to run the application.

But what ever I do it has to be done by this php page.
So can I create two jnlp files from this php page or can I run two applications from one jnlp file

Thank you

Sameera
reply
    Bookmark Topic Watch Topic
  • New Topic