|
JNLP(Java Network Launch Protocol) is an XML-based technology for launching Java executables over the Web. In 100town.com When you had created one scene, we will help you to create one file which has a suffix of ".jnlp". You can put this file in your own web portal just as we had done. (http://100town.com/base/cyber.jnlp) When visitor visits this file, he or she will see the scene you just created. For advanced users here is some knowledge you may be interested in. JNLP didn’t have these limitations as long as developers comply with sun’s standard to write, compile and pack the code. In fact it is just running like a normal java application. In one standard jnlp file the following line might be seen: <j2se href="http://java.sun.com/products/autodl/j2se" version="1.5+" initial-heap-size=" Here the developer can specify the JVM version and the memory setting. JNLP has other advantages which can both benefit developers and end-users. If you are interested about this topic, you can get more information from java.sun.com.
In 100town’s jnlp file, the code is as following: In the code, <argument>-p</argument> <argument>cl.sh</argument> Determines which scene shall the application enter. We provide facilities helping you to embed our application into your web pages. You can visit our Embed DIY page to have a try.
Useful Links
Java Web Start Technology at java.sun.com
Documentation of Java Web Start
|