Web start on os X : Cannot open associated file.
- From: laurent <lowlow@xxxxxxxxxxx>
- Date: Wed, 31 Jan 2007 14:02:39 +0100
With "Java Web Start", I can associate a custom file type with a Java
application as described in "Java Web Start" guide
http://java.sun.com/j2se/1.5.0/docs/guide/javaws/developersguide/contents.html
:
<association mime-type="some_type/my_file" extensions="ext">
<icon href="icon_file.png"/>
</association>
Then by double-clicking on associated file type my Java application is
launched and the associated file url is given to my Java application
with the "-open" argument.
It works nicely on Windows (with Java 6) but on Mac os X (10.4.8, java
1.5.0) no arguments, even the file url, is given to my application.
Did I miss something in "Java Web Start" ?
lc
.
- Follow-Ups:
- Re: Web start on os X : Cannot open associated file.
- From: Andrew Thompson
- Re: Web start on os X : Cannot open associated file.
- Prev by Date: Re: Sorting a vector based on another datas
- Next by Date: Re: Creating Query from Many Parameters
- Previous by thread: How can i optimize the web services client access code
- Next by thread: Re: Web start on os X : Cannot open associated file.
- Index(es):
Relevant Pages
|