Page 1 of 1

JNLP

Posted: Mon Feb 07, 2011 10:54 pm
by SpiritWebb
How would write a JNLP file? I know its basically a batch file in XML, but how would write one, to start loading files on the server?

Re: JNLP

Posted: Tue Feb 08, 2011 7:25 am
by Chris
Netbeans. Then upload it with FTP. What server are you running?

Re: JNLP

Posted: Tue Feb 08, 2011 7:28 am
by SpiritWebb
I am unsure at this point. One of the guys I work with came to me asking about it...

He handed me the JnlpDownloadServlet Guide from Oracle.com. He said he needs it too load all the files. And went blank with this.

Re: JNLP

Posted: Wed Feb 09, 2011 5:23 pm
by Xaleph
What is it you try to accomplish? You want to write the actual file? I`m not familiar with the JNLP filesystem, however, if it`s just a protocol for an xml document, then it`s not that hard right? Basic XML formatting setting the right attributes for the src="" etc.

Re: JNLP

Posted: Wed Feb 09, 2011 9:16 pm
by SpiritWebb
Basically its called launch.jnlp and launches all the files. The server is looking for this file and no longer exists when it crashed. The support no longer exists on it. Someone from my office asked me if I knew how and I told him I would look into it.