Bug #2310
Mis à jour par Serge Heiden il y a plus de 7 ans
Ubuntu 64 16.04
h3. Description version 1
The Read manual help "command" did not open the PDF manual and no message is prompt (no stack, no log)
h3. Description version 2
Here is the console log:
<pre>
Error: manual not opened: java.lang.UnsupportedOperationException: Desktop API is not supported on the current platform
</pre>
h3. Solution 1
expand the try-catch block to the whole method and catch all Throwable instead of IOException
h3. Solution 2
???
h3. Description version 1
The Read manual help "command" did not open the PDF manual and no message is prompt (no stack, no log)
h3. Description version 2
Here is the console log:
<pre>
Error: manual not opened: java.lang.UnsupportedOperationException: Desktop API is not supported on the current platform
</pre>
h3. Solution 1
expand the try-catch block to the whole method and catch all Throwable instead of IOException
h3. Solution 2
???