Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / NewStats: 3,227,734 members, 8,071,461 topics. Date: Wednesday, 05 February 2025 at 11:48 PM |
Nairaland Forum / Science/Technology / Programming / Help In Deploying My Java .exe File With Jvm (1179 Views)
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)
(1) (Reply)
Help In Deploying My Java .exe File With Jvm by Umokoro(m): 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 |
(1) (Reply)
Logging In Problem: I'm Using Php And Mysql / After The Basic Of Python / Mypaga Payment Gateway For WHMCS
(Go Up)
Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health religion celebs tv-movies music-radio literature webmasters programming techmarket Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10) Nairaland - Copyright © 2005 - 2025 Oluwaseun Osewa. All rights reserved. See How To Advertise. 31 |