Java-Gaming.org
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
Featured games (78)
games approved by the League of Dukes
Games in Showcase (406)
games submitted by our members
Games in WIP (293)
games currently in development
News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  ignore  |  Print  
  Where can I find a decent documentation of the markup "shortcut" of JNLP?  (Read 1155 times)
0 Members and 1 Guest are viewing this topic.
Offline gouessej

JGO Ninja


Medals: 33
Projects: 1


TUER


« Posted 2009-06-02 14:58:10 »

Hi!

Where can I find a decent documentation of the markup "shortcut" of JNLP? I have only found this:
http://today.java.net/pub/a/today/2005/09/01/webstart.html
http://java.sun.com/j2se/1.5.0/docs/guide/javaws/developersguide/syntax.html#information
Quote
shortcut element: The optional shortcut element can be used to indicate an application's preferences for desktop integration. The shortcut element and it's sub-elements provide hints that the JNLP Client may or may not use. The shortcut element can contain the optional online attribute, and the two optional sub-elements, desktop and menu.

How do the attributes "online" and "submenu" work? How do the sub-elements "desktop" and "menu" work?

Offline bienator

Senior Member




OutOfCoffeeException


« Reply #1 - Posted 2009-06-02 16:09:51 »

read the JavaSE 6 doc its more up2date and contains a sample and more details:
http://java.sun.com/javase/6/docs/technotes/guides/javaws/developersguide/syntax.html

Offline gouessej

JGO Ninja


Medals: 33
Projects: 1


TUER


« Reply #2 - Posted 2009-06-03 07:35:35 »

Hi!

Thank you. It does not work in my case. It is impossible to create a shortcut nor from the cache viewer (the button is disabled) neither when launching the application:

1  
2  
3  
4  
5  
6  
7  
8  
9  
10  
11  
12  
13  
14  
15  
16  
17  
18  
19  
20  
21  
22  
23  
24  
25  
26  
27  
28  
29  
30  
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0+" codebase="http://tuer.tuxfamily.org/" href="tuer.jnlp">
  <information>
    <title>TUER</title>
    <vendor>Julien GOUESSE</vendor>
    <homepage href="http://tuer.tuxfamily.org"/>
    <description>Small Quake-like written in Java + JOGL</description>
    <description kind="short">kill them all!!</description>
    <icon href="tuerLogo.png"/>
    <icon kind="splash" href="tuerLogo.png"/>
    <icon kind="shortcut" href="tuerLogo.png"/>
    <offline-allowed/>
    <shortcut online="false">
      <desktop/>
    </shortcut>
  </information>
  <security>
    <all-permissions />
  </security>
  <update check="always" policy="always"/>
  <property name="sun.java2d.noddraw" value="true"/>
  <resources>
    <j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se" initial
-heap-size="32m" max-heap-size="256m"/>
    <extension name="jogl" href="http://download.java.net/media/jogl/builds/arch
ive/jsr-231-1.1.1/webstart/jogl.jnlp"
/>
    <jar href="tuer.jar" download="eager" main="true"/>
  </resources>
  <application-desc main-class="connection.GameServiceProvider" />
</jnlp>

Games published by our own members! Check 'em out!
Try the Free Demo of Titan Attacks
Offline gouessej

JGO Ninja


Medals: 33
Projects: 1


TUER


« Reply #3 - Posted 2009-06-03 13:50:30 »

Hi!

When I remove it:
1  
<update check="always" policy="always"/>

it does not work, it does not change anything.
Whatever the value of the attribute "online" of the element "shortcut", it does not work.

I'm under Linux. Do shortcuts of Java Webstart work under this family of operating systems?

Offline bienator

Senior Member




OutOfCoffeeException


« Reply #4 - Posted 2009-06-03 16:59:09 »

I'm under Linux. Do shortcuts of Java Webstart work under this family of operating systems?
hi, i am on ubuntu and java desktop shortcuts work pretty well on that system (but I think start menu shortcuts won't work).

Offline gouessej

JGO Ninja


Medals: 33
Projects: 1


TUER


« Reply #5 - Posted 2009-06-03 19:22:14 »

Ok I hope it will work one day, I have no idea why it does not work for me Sad

Pages: [1]
  ignore  |  Print  
 
 
You cannot reply to this message, because it is very, very old.

Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Get high quality music tracks for your game!

Add your game by posting it in the WIP section,
or publish it in Showcase.

The first screenshot will be displayed as a thumbnail.

The invasion has landed! On Mars! And you're there to beat 'em!
cubemaster21 (73 views)
2013-05-17 21:29:12

alaslipknot (85 views)
2013-05-16 21:24:48

gouessej (114 views)
2013-05-16 00:53:38

gouessej (109 views)
2013-05-16 00:17:58

theagentd (120 views)
2013-05-15 15:01:13

theagentd (109 views)
2013-05-15 15:00:54

StreetDoggy (154 views)
2013-05-14 15:56:26

kutucuk (176 views)
2013-05-12 17:10:36

kutucuk (173 views)
2013-05-12 15:36:09

UnluckyDevil (182 views)
2013-05-12 05:09:57
Complex number cookbook
by Roquen
2013-04-24 12:47:31

2D Dynamic Lighting
by Oskuro
2013-04-17 16:46:12

2D Dynamic Lighting
by Oskuro
2013-04-17 16:45:57

2D Dynamic Lighting
by Oskuro
2013-04-17 16:23:20

Noise (bandpassed white)
by Roquen
2013-04-05 17:36:01

Noise (bandpassed white)
by Roquen
2013-04-03 16:17:38

Java Data structures
by Roquen
2013-03-29 13:21:12

Topic Request
by kutucuk
2013-03-22 21:42:01
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines | Managed by Enhanced Four Valid XHTML 1.0! Valid CSS!
Page created in 0.486 seconds with 20 queries.