Help In Deploying My Java .exe File With Jvm - Programming - Nairaland
Nairaland Forum › Science/Technology › Programming › Help In Deploying My Java .exe File With Jvm (1249 Views)
1 Reply
| Help In Deploying My Java .exe File With Jvm by Umokoro(op): 5:35am On Oct 20, 2006 |
I've been writing desktop applications with java.I've even converted my .class/.jar files to .exe.,also made them installable. Can anyone tell me how to automatically deploy the JVM with the application by just a single click on one bundle file? |
| Re: Help In Deploying My Java .exe File With Jvm by sbucareer(f): 2:42am On Oct 21, 2006 |
Use web start from sun.com the JNLP (Java Network Launching Protocol) <?xml version="1.0" encoding="utf-8"?> <jnlp spec="1.0+" codebase="https://www.nairaland.com/webstart" href="webstart.jnlp"> <information> <title>WebStart Demo</title> <vendor>Valentine Obih</vendor> <homepage href="http://www.digitemsystems.com" /> <description>A Java Webstart test</description> <offline-allowed /> </information> <resources> <j2se version="1.4+" /> <jar href="JnlpTest.jar" /> </resources> <security> <all-permissions /> </security> <application-desc main-class="jnlptest.Main" /> </jnlp> Save the file as webstart.jnlp |
Please Help! Difficulty In Deploying A Finished And Running Vb.net Project • How Do I Convert .mdb Files To .exe Files • Help I Need To Test My Java Application On My Laptop • 2 • 3 • 4
Need Advice On Oracle Course • Programming Aspirant • User Interface Design