Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,196,142 members, 7,960,601 topics. Date: Saturday, 28 September 2024 at 05:59 AM

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 (1161 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)

Please How Do I Forward E-mails Into A Database? / Php Date Format / How About Nigerian Versions Of This Tech Cos?

(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 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 9
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.