Re: [Netbeans Platform] Tutorials are unusable since transition to Apache

2021-03-06 Thread Richard Grenon
Hello Geertjan.

Netbeans Platform concepts are not easy to understand (I have purchased the
book for beginners), and wrong tutorials are rather discouraging.

I do not know where and how to fill an issue, and I discovered the problem
for the XML editor tutorial this evening. The old tutorial has gone and the
new one is wrong. You can have a look on this tutorial that is rather
short.

Only the first screenshot for creating the project is correct. All
following screenshots do not follow the text, and some of them seem to be
from other applications.

Finally, the short piece of code given for the method is melted with html
links, so it is unreadable.

I cannot provide correct screenshots and code because I have erased my
first test of this tutorial, and the html page with the correct old version
of the tutorial has gone.

I do not know if other Apache tutorials are wrong, but the transfer of this
one is rather disappointing. Why the old version from netbeans.org has not
been simply copied to a new Apache page rather than rewritten with errors ?
For me, correcting the tutorial would be simply to provide a link pointing
on the old version.

So the question is : where can we find all the tutorials from the old
netbeans.org?

Richard

Le sam. 6 mars 2021 à 20:05, Geertjan Wielenga <
geertjan.wiele...@googlemail.com> a écrit :

>
> Which screenshots specifically are wrong — I’d be happy to collaborate
> with you to work on the tutorials that you would like fixed. If you create
> a new issue for each tutorial you’d like to work together on, with very
> precise descriptions of what is wrong, ideally providing the correct
> screenshot or code, and otherwise just being precise in saying what should
> be corrected, we can work on this together to improve the tutorials in
> order of your preference.
>
> What do you think?
>
> Gj
>
> On Sat, 6 Mar 2021 at 19:54, Richard  wrote:
>
>> Hello.
>>
>> Some days ago, I successfully performed a tutorial for XML Editor
>> extension. The link was :
>>
>> https://platform.netbeans.org/tutorials/nbm-xmleditor.html
>>
>> As I had removed this test from my disk, today I tried to perform again
>> this tutorial, but the link points now to :
>>
>> https://netbeans.apache.org/tutorials/nbm-xmleditor.html
>>
>> On this new link, the screenshots do not correspond to the text, and the
>> code given for the method "actionPerformed" is unreadable because it
>> contains links to javadoc html pages, and all these links point to the
>> Apache transition page :
>>
>> https://netbeans.apache.org/about/oracle-transition.html
>>
>> Please, could anybody check this tutorial (and maybe other tutorials) or
>> provide a link to the correct old version ?
>>
>> Richard
>>
>> -
>> 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: [Netbeans platform] Illegal reflective access warning

2021-01-15 Thread Richard Grenon
Geertjan, thank you for your reply.

I am continuing with this good tutorial.

Richard

Le ven. 15 janv. 2021 à 11:52, Geertjan Wielenga <
geertjan.wiele...@googlemail.com> a écrit :

> It’s unrelated to your code, it refers to something one of the JARs is
> doing that is part of the NetBeans Platform. Don’t worry about it.
>
> Gj
>
> On Fri, 15 Jan 2021 at 11:49, Richard  wrote:
>
>> Hello.
>>
>> I am using Netbeans 12 on Linux Mint 19.3 x64 OS in order to perform the
>> four steps Netbeans platform tutorial "EventManager" which starts here :
>>
>> https://platform.netbeans.org/tutorials/nbm-selection-1.html
>>
>> I am able to run each step of the tutorial (currently the third one),
>> but I am always receiving this warning:
>>
>> > WARNING: An illegal reflective access operation has occurred
>> > WARNING: Illegal reflective access by
>> > org.netbeans.ProxyURLStreamHandlerFactory
>> > (file:/home/richard/netbeans-12.0/netbeans/platform/lib/boot.jar) to
>> > field java.net.URL.handler
>> > WARNING: Please consider reporting this to the maintainers of
>> > org.netbeans.ProxyURLStreamHandlerFactory
>> > 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
>>
>> I searched on internet and I found that other users reported this kind
>> of warning (but not for the same class), but I did not find something
>> that could help me.
>>
>> Is this warning already reported to the maintainers and the bug
>> corrected in the last Netbeans 12.2 version ?
>>
>> Thanks in advance for infos.
>>
>> Richard
>>
>>
>> -
>> 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
>>
>>