Sponsors: Michael Fertik - Best JAVA Web hosting Company & 30% off


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-09-2010, 03:02 PM
Member
 
Join Date: Feb 2010
Posts: 1
Rep Power: 0
pedram is on a distinguished road
Default how should I use jnlp.versionEnabled property?
I have 2 jar files (MyArchive.jar and MyArchive__V2.5.jar) and I want to use the second one. but the first one is used in my applet.
This is my jnlp file:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<jnlp 
codebase="file:///home/pedram/Desktop/applet/"
href="MyApplet.jnlp">
     <information>
       <title>test applet</title>
       <vendor>vendor</vendor>
     </information>     
     <resources>
      <j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se"/>
       <jar href="MyArchive.jar" version="2.5"/>
       <property name="jnlp.versionEnabled" value="true"/>
     </resources>
     <applet-desc
         name="my applet"
         main-class="mypack.MyApplet"
         width="800"
         height="600">
     </applet-desc>
 </jnlp>
Bookmark Post in Technorati
Reply With Quote
Reply

Bookmarks

Tags
applet, jnlp, versionenabled

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating the JNLP File (Java Web Start) JavaForums Java Blogs 1 07-23-2009 03:18 PM
Be Elite Join Property Elite , Property Realtor Needed , Career With Us - mindyyong Jobs Offered 0 06-25-2009 05:28 AM
Webhosts that support JNLP JonMikko New To Java 0 02-08-2008 02:45 PM
<URGENT> problem after linking .jnlp bongia New To Java 14 11-18-2007 05:57 PM
.jnlp cant read & write on browser despite signed .jar bongia New To Java 0 11-14-2007 06:04 PM


Java Forums is supported by the best jsp hosting.

All times are GMT +2. The time now is 08:54 PM.



VBulletin, Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2009, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org