Java - how to get IP address automaticallly in JNLP file?

前端 未结 4 2075
自闭症患者
自闭症患者 2021-01-16 08:08

In the JNLP file how do I get the IP address automatically? Example:

 


        
4条回答
  •  长发绾君心
    2021-01-16 08:13

    The JNLP file is a static resource. To do something like that you would need to use some sort of dynamic server side technology, such as JSP, to represent the JNLP.

提交回复
热议问题