Re: Jawin and JNLP
M Litherland <[email protected]>
| Newsgroups | gmane.comp.windows.devel.jawin |
|---|---|
| Message-ID | <[email protected]> |
Hi again, I got it working by following some of the advice on this thread: http://forum.java.sun.com/thread.jspa?threadID=433554&tstart=75 From the name there I'm guessing this is you? :) Thanks for your help, Mike Vitaly Shelest(home) wrote: >I have an example for WebStart only with NJAWIN and I am not sure that it will run with JAWIN > >Regards >Vitaly Shelest, > >----- Original Message ----- > From: M Litherland > To: [email protected] > Sent: Monday, May 02, 2005 5:01 PM > Subject: [JAWIN] Jawin and JNLP > > > Hi, > > I've been tasked to get a URL in one application to launch a totally > different application. Citrix is involved, so there's not a simple > solution to the problem. What I'm trying to do is to have the URL point > to a servlet which creates a .jnlp file that launched a Jawin Java app > that can then launch the required application. I've got the servlet > creating the .jnlp and successfully downloading the Java app. > Separately I have the Java app starting the other application, but when > run from JNLP it doesn't work. > > I have included the jawin.jar file in the .jar that the JNLP downloads. > I'm thinking that it's not finding the .dll even though I have it > installed on the machine that I'm running it on. Or that there's > something intrinsic to web start that prevents JNI stuff from working. > > Can anybody on the list give me a clue on how to trouble-shoot this? > Has anybody used Jawin via a JNLP before? My app is supposed to pop up > a swing window, but it's not getting that far, so I can't figure out how > to get any exceptions this thing may be throwing to post here. > > Thanks for your help, > Mike > >