found 859138 11.0.12+4-1
thanks

On Thu, 30 Mar 2017, Thorsten Glaser wrote:

> tglase@tglase-nb:~ $ cat >testcase.java <<\EOF
> import java.awt.Desktop;
> import java.net.URI;
>
> public class testcase {
>         public static void main(String[] args) {
>                 try {
>                         Desktop.getDesktop().browse(new 
> URI("http://www.mirbsd.org/";));
>                 } catch (Exception e) {
>                         System.out.println(e);
>                 }
>         }
> }
> EOF
> tglase@tglase-nb:~ $ javac testcase.java
$ java testcase
> java.lang.UnsupportedOperationException: The BROWSE action is not supported 
> on the current platform!

This still fails on 11.

bye,
//mirabilos
-- 
[16:04:33] bkix: "veni vidi violini"
[16:04:45] bkix: "ich kam, sah und vergeigte"...

Reply via email to