JNLP
- SpiritWebb
- Posts: 3107
- Joined: Sun Jul 12, 2009 11:25 pm
JNLP
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?
- SpiritWebb
- Posts: 3107
- Joined: Sun Jul 12, 2009 11:25 pm
Re: JNLP
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.
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
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.
- SpiritWebb
- Posts: 3107
- Joined: Sun Jul 12, 2009 11:25 pm
Re: JNLP
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.

