₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,120 members, 8,420,467 topics. Date: Thursday, 04 June 2026 at 08:40 PM

Toggle theme

Help In Deploying My Java .exe File With Jvm - Programming - Nairaland

Nairaland ForumScience/TechnologyProgrammingHelp 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
1 Reply

Please Help! Difficulty In Deploying A Finished And Running Vb.net ProjectHow Do I Convert .mdb Files To .exe FilesHelp I Need To Test My Java Application On My Laptop234

Need Advice On Oracle CourseProgramming AspirantUser Interface Design