• 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
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

problem in loading .dll file using web start?

 
Ranch Hand
Posts: 155
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am having jar file and it has meta-inf inside that manifest file it has main class and application class...when i open the jar file my application run properly.that is jar file first run main class which is used for setting class path and loading ".dll" file into memory after that running application class ..


but what my problem is when i am going to implement it in web start the ".jnlp" file only has main class(it does not have ant main class and application class like manifest file).

my question is using web start i want to run two program at a time.i need to call .dll loading class and my application class....you may ask why do not you implement both functionality in a single class,the problem is i cannot customize .dll loader class thats.....please suggest me ...
 
God is a comedian playing for an audience that is afraid to laugh - Voltair. tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic