Re: [JXTA discuss] JNLP
James Todd <[email protected]>
| Newsgroups | gmane.comp.java.jxta.general |
|---|---|
| Message-ID | <[email protected]> |
I neglected to add the fully qualified url for the platform jnlp: replace <extension href="platform-ext.jnlp"/> with <extension href="http://download.jxta.org/build/release/2.3.3/jnlp/platform-ext.jnlp"/> hth, - james -- James Todd :: blogs.sun.com/gonzo | weblogs.java.net/blog/gonzo MyJXTA :: use it - learn it - do it Java == platform independence XML == application independence JXTA == network independence Secure End-to-End Computing James Todd wrote: > > Here's a template. Simply replace the [...] fields with the respective > data and > make the resulting file publicly available. > > hth, > > - james > > -- > > <?xml version="1.0" encoding="utf-8"?> > <jnlp spec="1.0+" > codebase="[fully qualified url base]" > href="[project].jnlp"> > <information> > <title>[title]</title> > <vendor>[vendor]</vendor> > <homepage href="http://[home page]"/> > <description>[description]</description> > <description kind="short">[description]</description> > <icon href="[icon]" width="10" height="16"/> > <offline-allowed/> > <shortcut> > <desktop online="true"/> > <menu submenu="JXTA" online="true"/> > </shortcut> > </information> > <security> > <all-permissions/> > </security> <resources> > <j2se version="1.4.2+" initial-heap-size="64m" max-heap-size="192m"/> > <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4.2+"/> > <jar href="[application jar].jar" main="true" download="eager"/> > <extension href="platform-ext.jnlp"/> > </resources> > <application-desc main-class="[main class]"/> > </jnlp> > > -- > James Todd :: blogs.sun.com/gonzo | weblogs.java.net/blog/gonzo > MyJXTA :: use it - learn it - do it > > Java == platform independence > XML == application independence > JXTA == network independence > > Secure End-to-End Computing > > Daniel Brookshier wrote: > >> I'll take a look. For some reason the free installer seems to age >> badly. Another wish for the project is to convert to a JNLP >> installation via Java Web Start. >> >> On Mar 30, 2005, at 12:48 AM, Dibya Prakash wrote: >> >>> Hi checked the link/JRD project.While trying to install,it gave the >>> following error: >>> java.lang.NoClassDefFoundError: javax/imageio/ImageWriteParam >>> >>> at java.lang.Class.forName0(Native Method) >>> >>> at java.lang.Class.forName(Class.java:120) >>> >>> at com.zerog.lax.LAX.launch(DashoA8113) >>> >>> at com.zerog.lax.LAX.main(DashoA8113) >>> >>> thts why couldnot check the working of the project. >>> >>> Regards >>> Dibya Prakash >>> On Tue, 29 Mar 2005 23:11:36 -0600, Daniel Brookshier >>> <[email protected]> wrote: >>> >>>> You should really look at https://jxta-remote-desktop.dev.java.net/ >>>> >>>> The code is working after a fashion. It needs some of the VNC-like >>>> additions to increase the data rate. I am actively looking for someone >>>> to get in there and do this next stage. >>>> >>>> So I'm a definite -1 for this proposal. But I'd love a +1 worth of help >>>> to bring the existing jxta-remote-desktop project to the next level. It >>>> would also mean that you would be starting with some working code :o) >>>> >>>> I am about to update jxta-remote-desktop with my peer presence and get >>>> it to the latest release of JXTA so this is a good time to add an >>>> active developer (or anyone else on this list that wants to help). >>>> >>>> Daniel Brookshier >>>> Author - JXTA: Java P2P Programming >>>> Editor: P2PJournal.com >>>> President JavaMUG, Director on the Board of JXTA.ORG >>>> (214) 207-6614 (CELL) >>>> (972) 422-5261 >>>> >>>> On Mar 29, 2005, at 10:01 PM, Dibya Prakash wrote: >>>> >>>>> Hi >>>>> I am a network programmer with an experience of 1 year.I am planning >>>>> to work on a project by which an administrator can have control over >>>>> multiple client desktops from a remote machine/server(across >>>>> LAN/MAN/WAN). A similar software exsists called as VNC (coded in C and >>>>> WIN 32) but it mainly supports single desktop connectivity at a >>>>> time.Another version of the project "Tight VNC" exsists in java,but it >>>>> allows only a very small version and hardly contains any feature. >>>>> Through this project,the administrators can have a complete authority >>>>> over the multiple client machines (by accessing the desktop) and >>>>> monitor its progress. >>>>> The title MDA stands for Multi Desktop Administration >>>>> >>>>> Waiting for your response >>>>> >>>>> Regards >>>>> Dibya Prakash >>>>> >>>>> --------------------------------------------------------------------- >>>>> To unsubscribe, e-mail: [email protected] >>>>> For additional commands, e-mail: [email protected] >>>>> >>>>> >>>> >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [email protected] >>>> For additional commands, e-mail: [email protected] >>>> >>>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >>> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >