JBoss Community

How to build a dynamic JNLP file ?

created by Pankaj S ( Behind B.D. Flour Mill Ambala Cantt Haryana India ) in Javassist Development - View the full discussion

How to build a dynamic JNLP file

I have a field in dummy.properties file and how can I use that field in my JNLP

If i use JSP tag in JNLP then it show error in launch in application

 

 

applicatioin.properties

--------------------------------------------------------------------

com.jnlp.add.dummy=http://192.168.82.120:8080/dummyweb/

--------------------------------------------------------------------

 

 

Actual Jnlp

--------------------------------------------------------------------

<jnlp spec="1.0+" 

      codebase="http://192.168.82.120:8080/dummyweb/"   

      href="/dummyweb/dummyJ.jnlp"> 

 

--------------------------------------------------------------------

 

 

Want dynamic Jnlp     

--------------------------------------------------------------------     

      <jnlp spec="1.0+" 

      codebase=    

      href="/dummyweb/dummyJ.jnlp"> 

--------------------------------------------------------------------    

Reply to this message by going to Community

Start a new discussion in Javassist Development at Community