Re: Java 16 Javadocs?

2021-06-23 Thread Andreas Reichel
Greetings.

On Wed, 2021-06-23 at 17:32 +0300, Emilian Bold wrote:
> It's amazing there's no 3rd party place for Javadocs considering
> there's now so many OpenJDK distros.

I do not think that this is correct:

are@ryzen ~ [SIGINT]> yay openjdk-doc
1 extra/openjdk-doc 16.0.1.u9-1 (11.0 MiB 260.9 MiB) 
OpenJDK Java 16 documentation
==> Packages to install (eg: 1 2 3, 1-3 or ^4)


are@ryzen ~> yay -Ql openjdk-doc
openjdk-doc /usr/
openjdk-doc /usr/share/
openjdk-doc /usr/share/doc/
openjdk-doc /usr/share/doc/java-openjdk/
openjdk-doc /usr/share/doc/java-openjdk/api/
openjdk-doc /usr/share/doc/java-openjdk/api/allclasses-index.html
openjdk-doc /usr/share/doc/java-openjdk/api/allpackages-index.html
openjdk-doc /usr/share/doc/java-openjdk/api/constant-values.html
openjdk-doc /usr/share/doc/java-openjdk/api/deprecated-list.html
openjdk-doc /usr/share/doc/java-openjdk/api/element-list
openjdk-doc /usr/share/doc/java-openjdk/api/help-doc.html
openjdk-doc /usr/share/doc/java-openjdk/api/index-files/
openjdk-doc /usr/share/doc/java-openjdk/api/index-files/index-1.html


Best regards
Amdreas


Re: JDK11 - WARNING: Illegal reflective access by org.openide.util.RequestProcessor

2021-06-23 Thread Tim Mullé
Thanks Neil.. using those options stopped that particular warning.. I will have 
to weed out which ones we don’t need but on my testing our app started up and 
we no longer get that error.

However, I am now seeing this in our logs.

WARNING: No interface org.openide.util.spi.SVGLoader instance found in 
ProxyLookup(class=class 
org.openide.util.Lookup$DefLookup)->[MetaInfServicesLookup[jdk.internal.loader.ClassLoaders$AppClassLoader@

INFO: No SVG loader available for loading jar:file:/!/org/netbeans/swing/etable/columns.svg

Thanks again!


> On Jun 23, 2021, at 1:28 PM, Neil C Smith  wrote:
> 
> On Wed, 23 Jun 2021 at 18:21, Tim Mullé  wrote:
>> We recently switched our application to run in JDK11 and we are seeing this 
>> warning in our logs.
>> I tried updating to the latest 124 maven reference but that didn’t seem to 
>> help.
> 
> You might want to look at which of the add-opens / add-exports you
> need to copy into your conf file from
> https://github.com/apache/netbeans/blob/master/nb/ide.launcher/netbeans.conf#L66
> 
> Best wishes,
> 
> Neil


-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Re: JDK11 - WARNING: Illegal reflective access by org.openide.util.RequestProcessor

2021-06-23 Thread Neil C Smith
On Wed, 23 Jun 2021 at 18:21, Tim Mullé  wrote:
> We recently switched our application to run in JDK11 and we are seeing this 
> warning in our logs.
> I tried updating to the latest 124 maven reference but that didn’t seem to 
> help.

You might want to look at which of the add-opens / add-exports you
need to copy into your conf file from
https://github.com/apache/netbeans/blob/master/nb/ide.launcher/netbeans.conf#L66

Best wishes,

Neil

-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



JDK11 - WARNING: Illegal reflective access by org.openide.util.RequestProcessor

2021-06-23 Thread Tim Mullé
Hi,

We recently switched our application to run in JDK11 and we are seeing this 
warning in our logs.
I tried updating to the latest 124 maven reference but that didn’t seem to help.

I looked in the GitHub code base for any reported issues but didn’t see to find 
any for this issue.

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by 
org.openide.util.RequestProcessor$TopLevelThreadGroup .. to method 
sun.awt.AppContext.getAppContext()
WARNING: Please consider reporting this to the maintainers of 
org.openide.util.RequestProcessor$TopLevelThreadGroup
WARNING: Use --illegal-access=warn to enable warnings of further illegal 
reflective access operations
WARNING: All illegal access operations will be denied in a future release

Thanks,
- Tim



-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Re: Java 16 Javadocs?

2021-06-23 Thread Christian Pervoelz
There might be a lot more, but they are very well hidden either on the
websites or from the search engines. ;)

But I think with that new feature of 12.4 downloading distros it shouldn't
be a problem anymore to get everything in one go.

---C.

Am Mi., 23. Juni 2021 um 16:32 Uhr schrieb Emilian Bold <
emilian.b...@gmail.com>:

> It's amazing there's no 3rd party place for Javadocs considering there's
> now so many OpenJDK distros.
>
> Luckily the IDE doesn't show the huge cookie consent you see on
> docs.oracle.com
>
> --emi
>
>
> On Wed, Jun 23, 2021 at 10:15 AM Christian Pervoelz 
> wrote:
>
>> If you have added the Java Platform via Tools > Java Platforms it should
>> be already there.
>>
>> If it's not, then:
>> 1. Tools > Java Platforms
>> 2. On the left side, select the JDK entry
>> 3. On the right side, click the tab Javadoc
>> 4. Click "Add URL"
>> 5. Enter https.//docs.oracle.com/en/java/javase/16/docs/api
>>
>> If you need it offline, download the docs from here:
>> https://www.oracle.com/java/technologies/javase-jdk16-doc-downloads.html
>> Store the zip file in a location of your choice and perform the steps as
>> above. In step 4. click on "Add Zip/Folder..." and locate your downloaded
>> zip.
>>
>> That's it.
>>
>> ---C.
>>
>>
>> Am Mi., 23. Juni 2021 um 05:46 Uhr schrieb Owen Thomas <
>> owen.paul.tho...@gmail.com>:
>>
>>> Can someone please point me in the direction of the Javadoc for JDK 16?
>>> I want to access it in NetBeans.
>>>
>>> Thanks,
>>>
>>>   Owen.
>>>
>>


Re: Java 16 Javadocs?

2021-06-23 Thread Emilian Bold
It's amazing there's no 3rd party place for Javadocs considering there's
now so many OpenJDK distros.

Luckily the IDE doesn't show the huge cookie consent you see on
docs.oracle.com

--emi


On Wed, Jun 23, 2021 at 10:15 AM Christian Pervoelz 
wrote:

> If you have added the Java Platform via Tools > Java Platforms it should
> be already there.
>
> If it's not, then:
> 1. Tools > Java Platforms
> 2. On the left side, select the JDK entry
> 3. On the right side, click the tab Javadoc
> 4. Click "Add URL"
> 5. Enter https.//docs.oracle.com/en/java/javase/16/docs/api
>
> If you need it offline, download the docs from here:
> https://www.oracle.com/java/technologies/javase-jdk16-doc-downloads.html
> Store the zip file in a location of your choice and perform the steps as
> above. In step 4. click on "Add Zip/Folder..." and locate your downloaded
> zip.
>
> That's it.
>
> ---C.
>
>
> Am Mi., 23. Juni 2021 um 05:46 Uhr schrieb Owen Thomas <
> owen.paul.tho...@gmail.com>:
>
>> Can someone please point me in the direction of the Javadoc for JDK 16? I
>> want to access it in NetBeans.
>>
>> Thanks,
>>
>>   Owen.
>>
>


re: v12.4 Fonts wrong

2021-06-23 Thread Bradley Willcott

Hi.

Some more info.

I went through all the standard themes and found that only the *Nimbus* 
and *Dark Nimbus* themes provided an override to the small italicised 
fonts.  However, as you can see in the attached screenshot, even that 
did not fix the problem in the editor or the output windows.


Any thoughts/ideas on fixing this?

Thank you,
Brad.



-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Re: Java 16 Javadocs?

2021-06-23 Thread Owen Thomas
Thanks Christian. I'll give it a go.

On Wed, 23 Jun 2021 at 17:15, Christian Pervoelz 
wrote:

> If you have added the Java Platform via Tools > Java Platforms it should
> be already there.
>
> If it's not, then:
> 1. Tools > Java Platforms
> 2. On the left side, select the JDK entry
> 3. On the right side, click the tab Javadoc
> 4. Click "Add URL"
> 5. Enter https.//docs.oracle.com/en/java/javase/16/docs/api
>
> If you need it offline, download the docs from here:
> https://www.oracle.com/java/technologies/javase-jdk16-doc-downloads.html
> Store the zip file in a location of your choice and perform the steps as
> above. In step 4. click on "Add Zip/Folder..." and locate your downloaded
> zip.
>
> That's it.
>
> ---C.
>
>
> Am Mi., 23. Juni 2021 um 05:46 Uhr schrieb Owen Thomas <
> owen.paul.tho...@gmail.com>:
>
>> Can someone please point me in the direction of the Javadoc for JDK 16? I
>> want to access it in NetBeans.
>>
>> Thanks,
>>
>>   Owen.
>>
>


v12.4 Fonts wrong

2021-06-23 Thread Bradley Willcott

Hi there.

I have just installed Netbeans 12.4 on a new computer.  Here is the info 
from the Netbeans About box:


*Product Version:* /Apache NetBeans IDE 12.4/
*Java:* /15.0.2; OpenJDK 64-Bit Server VM 15.0.2+7-27/
*Runtime:* /OpenJDK Runtime Environment 15.0.2+7-27/
*System:* /Linux version 5.12.11-300.fc34.x86_64 running on amd64; 
UTF-8; en_AU (nb)/

*User directory:* //home/bwillcott/.netbeans/12.4/
*Cache directory:* //home/bwillcott/.cache/netbeans/12.4/

The problem is that all the menus, etc. are using a small Italicised 
font, which makes it very difficult to use.  I have used NB 12.1 with no 
similar problems on another Linux system.


Where would this setting be?  Why is it different from 12.1?

Please see the attached file.

Thank you,
Brad.



-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Re: Java 16 Javadocs?

2021-06-23 Thread Christian Pervoelz
If you have added the Java Platform via Tools > Java Platforms it should be
already there.

If it's not, then:
1. Tools > Java Platforms
2. On the left side, select the JDK entry
3. On the right side, click the tab Javadoc
4. Click "Add URL"
5. Enter https.//docs.oracle.com/en/java/javase/16/docs/api

If you need it offline, download the docs from here:
https://www.oracle.com/java/technologies/javase-jdk16-doc-downloads.html
Store the zip file in a location of your choice and perform the steps as
above. In step 4. click on "Add Zip/Folder..." and locate your downloaded
zip.

That's it.

---C.


Am Mi., 23. Juni 2021 um 05:46 Uhr schrieb Owen Thomas <
owen.paul.tho...@gmail.com>:

> Can someone please point me in the direction of the Javadoc for JDK 16? I
> want to access it in NetBeans.
>
> Thanks,
>
>   Owen.
>