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 ...