I could not find any reference for javaws and/or jnlp in the debian
policy manual. Has anyone any experience with distributing .jnlp
within debian package ? What is the jnlp location ? What is the helper
script (javaws helper) ?
Thanks much,
--
Mathieu
--
To UNSUBSCRIBE, email to debian-java-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: CA+7wUsz2yuKzPhwr40QR6OJTGRw6NRcWOzuUE22idmni7h4Jk A@mail.gmail.com">http://lists.debian.org/CA+7wUsz2yuKzPhwr40QR6OJTGRw6NRcWOzuUE22idmni7h4Jk A@mail.gmail.com
03-06-2012, 09:35 AM
Sylvestre Ledru
javaws / jnlp policies ?
Le lundi 05 mars 2012 à 12:36 +0100, Mathieu Malaterre a écrit :
> [CC me please]
>
> Hi there,
>
> I could not find any reference for javaws and/or jnlp in the debian
> policy manual. Has anyone any experience with distributing .jnlp
> within debian package ? What is the jnlp location ? What is the helper
> script (javaws helper) ?
I am not sure we have such things.
It would be nice if you could write a draft for the policy about this
subject ?
Sylvestre
--
To UNSUBSCRIBE, email to debian-java-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 1331030148.6131.27.camel@pomegues.inria.fr">http://lists.debian.org/1331030148.6131.27.camel@pomegues.inria.fr
03-06-2012, 11:38 AM
Barry Hawkins
javaws / jnlp policies ?
On 3/6/12 5:35 AM, Sylvestre Ledru wrote:
Le lundi 05 mars 2012 à 12:36 +0100, Mathieu Malaterre a écrit :
[CC me please]
Hi there,
I could not find any reference for javaws and/or jnlp in the debian
policy manual. Has anyone any experience with distributing .jnlp
within debian package ? What is the jnlp location ? What is the helper
script (javaws helper) ?
I am not sure we have such things.
It would be nice if you could write a draft for the policy about this
subject ?
Sylvestre
Here are a few observations around this topic based on my years of Java
development and my Debian involvement:
1.) javaws and jnlp has pretty much always required the full non-free
JRE, I don't think it was ever a thought to package a Java Web Start
application in main, much less develop guidelines for it.
2.) Java Web Start and jnlp have had marginal adoption over the years
and are considered passé by most Java developers I know and work with.
Is there a particular Java Web Start application you had in mind?
3.) Does OpenJDK fully support javaws/jnlp, and in particular the
application(s) being considered for packaging? If not, bear in mind that
these packages will always live in non-free if they require the official
Oracle JDK.
Regards,
--
Barry Hawkins
All Things Computed
email: barry@alltc.com
twitter: barryhawkins
blog: http://barryhawkins.com/blog
site: http://alltc.com
--
To UNSUBSCRIBE, email to debian-java-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 4F560538.1060404@alltc.com">http://lists.debian.org/4F560538.1060404@alltc.com
03-06-2012, 08:18 PM
Mathieu Malaterre
javaws / jnlp policies ?
[CC me please]
On Tue, Mar 6, 2012 at 1:38 PM, Barry Hawkins <barry@alltc.com> wrote:
> On 3/6/12 5:35 AM, Sylvestre Ledru wrote:
>>
>> Le lundi 05 mars 2012 à 12:36 +0100, Mathieu Malaterre a écrit :
>>>
>>> [CC me please]
>>>
>>> Hi there,
>>>
>>> * I could not find any reference for javaws and/or jnlp in the debian
>>> policy manual. Has anyone any experience with distributing .jnlp
>>> within debian package ? What is the jnlp location ? What is the helper
>>> script (javaws helper) ?
>>
>> I am not sure we have such things.
>> It would be nice if you could write a draft for the policy about this
>> subject ?
>>
>> Sylvestre
>>
>>
>
> Here are a few observations around this topic based on my years of Java
> development and my Debian involvement:
>
> 1.) javaws and jnlp has pretty much always required the full non-free JRE, I
> don't think it was ever a thought to package a Java Web Start application in
> main, much less develop guidelines for it.
>
> 2.) Java Web Start and jnlp have had marginal adoption over the years and
> are considered passé by most Java developers I know and work with. Is there
> a particular Java Web Start application you had in mind?
>
> 3.) Does OpenJDK fully support javaws/jnlp, and in particular the
> application(s) being considered for packaging? If not, bear in mind that
> these packages will always live in non-free if they require the official
> Oracle JDK.
I have no background on whether or not jnlp should/should not be
dropped. My only interested is on the pixelmed package:
I personnally use (offline) DicomImageViewer, DoseUtility &
DicomCleaner. However I /could/ imagine that some users would want
those distributed as original jnlp instead of command line script.
Thanks again for comments,
--
Mathieu
--
To UNSUBSCRIBE, email to debian-java-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: CA+7wUsz7Zu27O8PcVtO7BNdayQ8uUyVenX4m4CESMG5nUZW_B g@mail.gmail.com">http://lists.debian.org/CA+7wUsz7Zu27O8PcVtO7BNdayQ8uUyVenX4m4CESMG5nUZW_B g@mail.gmail.com
03-07-2012, 11:02 AM
Xerxes Rånby
javaws / jnlp policies ?
2012-03-06 22:18, Mathieu Malaterre skrev:
[CC me please]
On Tue, Mar 6, 2012 at 1:38 PM, Barry Hawkins<barry@alltc.com> wrote:
3.) Does OpenJDK fully support javaws/jnlp, and in particular the
application(s) being considered for packaging? If not, bear in mind that
these packages will always live in non-free if they require the official
Oracle JDK.
Launching of jnlp files are supported by the javaws tool from the icedtea-web project and can be used in combination with icedtea built openjdk.
It would be nice if the jnlp file suffix/mimetype gets associated with the icedtea-netx provided javaws tool.
It should then be possible to launch .jnlp files from within the web-browser and nautilus.
You can use javaws to start your the .jnlp files below:
I have no background on whether or not jnlp should/should not be
dropped. My only interested is on the pixelmed package:
I personnally use (offline) DicomImageViewer, DoseUtility&
DicomCleaner. However I /could/ imagine that some users would want
those distributed as original jnlp instead of command line script.
Thanks again for comments,
Cheers
Xerxes
--
To UNSUBSCRIBE, email to debian-java-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 4F574E6B.1060003@zafena.se">http://lists.debian.org/4F574E6B.1060003@zafena.se
03-07-2012, 06:35 PM
Matthias Klose
javaws / jnlp policies ?
On 06.03.2012 13:38, Barry Hawkins wrote:
1.) javaws and jnlp has pretty much always required the full non-free JRE, I
don't think it was ever a thought to package a Java Web Start application in
main, much less develop guidelines for it.
2.) Java Web Start and jnlp have had marginal adoption over the years and are
considered passé by most Java developers I know and work with. Is there a
particular Java Web Start application you had in mind?
3.) Does OpenJDK fully support javaws/jnlp, and in particular the application(s)
being considered for packaging? If not, bear in mind that these packages will
always live in non-free if they require the official Oracle JDK.
javaws and jnlp were always part of OpenJDK. They are now replaced by IcedTea
implementations in icedtea-web as Xerxes did point.
Why are people so quick to use the non-free java, if they don't even check for
the current status?
Matthias
--
To UNSUBSCRIBE, email to debian-java-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 4F57B89D.9030406@ubuntu.com">http://lists.debian.org/4F57B89D.9030406@ubuntu.com