eliteel5
Member
- Messages
- 37
- Reaction score
- 1
- Points
- 8
Hi all , trust all are well and in good health
I have a quick question with regards JNLP
This is a pure server enquiry so possibly for administrators only
Can this implemented on X10 web servers currently
Example code for this as follows
I did a quick search on this and found mention to this topic way back some years ago 2007 but no additional mentions made
Thanking all for anyone who might be able to throw light on this topic
I have a quick question with regards JNLP
This is a pure server enquiry so possibly for administrators only
Can this implemented on X10 web servers currently
Example code for this as follows
I did a quick search on this and found mention to this topic way back some years ago 2007 but no additional mentions made
HTML:
<!-- JNLP File for InternalFrameDemo -->
<jnlp
spec="1.0+"
codebase="https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/InternalFrameDemoProject"
href="InternalFrameDemo.jnlp">
<information>
<title>InternalFrameDemo</title>
<vendor>The Java(tm) Tutorial</vendor>
<homepage href="https://docs.oracle.com/javase/tutorial/uiswing/examples/components/index.html#InternalFrameDemo"/>
<description>InternalFrameDemo</description>
<description kind="short">A demo of using internal frames.</description>
<offline-allowed/>
</information>
<resources>
<j2se version="1.7+"/>
<jar href="InternalFrameDemo.jar"/>
</resources>
<application-desc main-class="components.InternalFrameDemo"/>
</jnlp>
Thanking all for anyone who might be able to throw light on this topic