[jira] [Commented] (NETBEANS-5465) Unexpected WARNING in NetBeans 12.3 wit JDK 16

2021-07-30 Thread Geertjan Wielenga (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-5465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17390311#comment-17390311
 ] 

Geertjan Wielenga commented on NETBEANS-5465:
-

For JavaFX, are you using the Gluon OpenJFX project templates that are provided 
out of the box in, e.g., 12.4?

What precise steps must be taken to reproduce the problem you’re encountering?

> Unexpected WARNING in NetBeans 12.3 wit JDK 16
> --
>
> Key: NETBEANS-5465
> URL: https://issues.apache.org/jira/browse/NETBEANS-5465
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Project
>Affects Versions: 12.3
> Environment: NetBeans 12.3, JDK 16, Windows 10
> Attached in a NetBeans export zip of a project exhibiting this problem.
>Reporter: Bruce K. Haddon
>Priority: Minor
> Fix For: 12.4
>
> Attachments: project.zip
>
>
> Mar 17, 2021 3:14:44 PM com.sun.javafx.application.PlatformImpl startup
> WARNING: Unsupported JavaFX configuration: classes were loaded from 'unnamed 
> module @54eced26'
> This warning turns up in existing projects using JavaFX with NetBeans 12.3 
> and Java 16. These projects have been around since Java 8, and in particular, 
> this warning did not appear with NetBeans 12.2 and JDK 15.
> THERE IS NO CLEAR EXPLANATION OF WHAT PROBLEM IS BEING REPORTED, NOR ANY 
> INDICATION OF STEPS TO BE TAKEN TO AVOID IT. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Commented] (NETBEANS-5465) Unexpected WARNING in NetBeans 12.3 wit JDK 16

2021-07-30 Thread Geertjan Wielenga (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-5465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17390308#comment-17390308
 ] 

Geertjan Wielenga commented on NETBEANS-5465:
-

12.4 supports JDK 16, not 12.3.

Anything that works with Maven outside NetBeans works with Maven inside 
NetBeans.

Best to start a thread on the dev or users mailing list if you’d like to 
discuss something as you seem to be doing, not everyone follows all the issues.

> Unexpected WARNING in NetBeans 12.3 wit JDK 16
> --
>
> Key: NETBEANS-5465
> URL: https://issues.apache.org/jira/browse/NETBEANS-5465
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Project
>Affects Versions: 12.3
> Environment: NetBeans 12.3, JDK 16, Windows 10
> Attached in a NetBeans export zip of a project exhibiting this problem.
>Reporter: Bruce K. Haddon
>Priority: Minor
> Fix For: 12.4
>
> Attachments: project.zip
>
>
> Mar 17, 2021 3:14:44 PM com.sun.javafx.application.PlatformImpl startup
> WARNING: Unsupported JavaFX configuration: classes were loaded from 'unnamed 
> module @54eced26'
> This warning turns up in existing projects using JavaFX with NetBeans 12.3 
> and Java 16. These projects have been around since Java 8, and in particular, 
> this warning did not appear with NetBeans 12.2 and JDK 15.
> THERE IS NO CLEAR EXPLANATION OF WHAT PROBLEM IS BEING REPORTED, NOR ANY 
> INDICATION OF STEPS TO BE TAKEN TO AVOID IT. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Commented] (NETBEANS-5465) Unexpected WARNING in NetBeans 12.3 wit JDK 16

2021-07-29 Thread Bruce K. Haddon (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-5465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17390223#comment-17390223
 ] 

Bruce K. Haddon commented on NETBEANS-5465:
---

Matthias,

I understand that JavaFX explicitly does support running from the classpath.

But I have searched everywhere to find out how to configure NetBeans (and the 
jar from its dist folder) so that
JavaFX has the required module path. NOWHERE (and I am shouting) is there any 
instructions on what to do
to configure the environment so that JavaFX is happy and silent.

I really do understand the direction that is being taken, but the message does 
not give any advice.

Many of the answers I have looked at mention some "magic" with Maven, but I am 
teaching students new
to Java, and I cannot afford an extra semester to teach Maven and XML before 
starting the Java language. 
The Ant build at least provides dialogs that take command line options in the 
form described in the 
corresponding man pages. And, of course, those "Maven" answers are all over the 
shop--none seem
to be a general answer for the NetBeans IDE.

Thank you for your reply,

Bruce K. Haddon



Dr. Bruce K. Haddon
1506 Chambers Drive
+1 303/499 6240
Boulder, CO 80305-7002
bruce.had...@colorado.edu

"Science is facts; just as houses are made of stones, so is science made of 
facts; but a pile of stones is not a house and a collection of facts is not 
necessarily science."—Henri Poincare 








> Unexpected WARNING in NetBeans 12.3 wit JDK 16
> --
>
> Key: NETBEANS-5465
> URL: https://issues.apache.org/jira/browse/NETBEANS-5465
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Project
>Affects Versions: 12.3
> Environment: NetBeans 12.3, JDK 16, Windows 10
> Attached in a NetBeans export zip of a project exhibiting this problem.
>Reporter: Bruce K. Haddon
>Priority: Minor
> Fix For: 12.4
>
> Attachments: project.zip
>
>
> Mar 17, 2021 3:14:44 PM com.sun.javafx.application.PlatformImpl startup
> WARNING: Unsupported JavaFX configuration: classes were loaded from 'unnamed 
> module @54eced26'
> This warning turns up in existing projects using JavaFX with NetBeans 12.3 
> and Java 16. These projects have been around since Java 8, and in particular, 
> this warning did not appear with NetBeans 12.2 and JDK 15.
> THERE IS NO CLEAR EXPLANATION OF WHAT PROBLEM IS BEING REPORTED, NOR ANY 
> INDICATION OF STEPS TO BE TAKEN TO AVOID IT. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Commented] (NETBEANS-5465) Unexpected WARNING in NetBeans 12.3 wit JDK 16

2021-04-20 Thread Svatopluk Dedic (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-5465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17325604#comment-17325604
 ] 

Svatopluk Dedic commented on NETBEANS-5465:
---

Bruce, you are shooting the messenger :) you know. The message
{code:java}
WARNING: Unsupported JavaFX configuration: classes were loaded from 'unnamed 
module @54eced26'
{code}
actually comes from JavaFX class (*com.sun.javafx.application.PlatformImpl*) 
logging. So any complaints that the message is un-informative, does not give an 
explanation etc - should go directly to JavaFX bug database. Please file this 
complaint here - put a reference here, for the records.

As for the *meaning* of the warning itself: 
{code:java}
    8256362: JavaFX must warn when the javafx.* modules are loaded from the 
classpath
{code}
seems that your applicaiton runs from the Classpath on JDK16, not using the JDK 
module system - probably an issue in your project's setup.

 

> Unexpected WARNING in NetBeans 12.3 wit JDK 16
> --
>
> Key: NETBEANS-5465
> URL: https://issues.apache.org/jira/browse/NETBEANS-5465
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Project
>Affects Versions: 12.3
> Environment: NetBeans 12.3, JDK 16, Windows 10
> Attached in a NetBeans export zip of a project exhibiting this problem.
>Reporter: Bruce K. Haddon
>Priority: Minor
> Fix For: 12.4
>
> Attachments: project.zip
>
>
> Mar 17, 2021 3:14:44 PM com.sun.javafx.application.PlatformImpl startup
> WARNING: Unsupported JavaFX configuration: classes were loaded from 'unnamed 
> module @54eced26'
> This warning turns up in existing projects using JavaFX with NetBeans 12.3 
> and Java 16. These projects have been around since Java 8, and in particular, 
> this warning did not appear with NetBeans 12.2 and JDK 15.
> THERE IS NO CLEAR EXPLANATION OF WHAT PROBLEM IS BEING REPORTED, NOR ANY 
> INDICATION OF STEPS TO BE TAKEN TO AVOID IT. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Commented] (NETBEANS-5465) Unexpected WARNING in NetBeans 12.3 wit JDK 16

2021-04-08 Thread Bruce K. Haddon (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-5465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17317571#comment-17317571
 ] 

Bruce K. Haddon commented on NETBEANS-5465:
---

Dear Geertjan,

I understand (from long ago) about upper case and shouting, but I also have a 
pet peeve.

That is: messages that tell me I s***w*d up, but give no indication of what 
that action was or where to get a better explanation, or even better, what I 
should do about it.

I have been in this programming and computer business in one way or another for 
50+ years, now semi-retired but still using, and teaching, Java (since 1996), 
and such message still aggravate me (even though I have lost count of the 
number of them).

I admire recent changes, particularly of the kind where the JVM decorates its 
NullPointerExceptions with a location and source. If I am going to use 
uppercase to shout, it would be to applaud more steps of the same kind.

Thank you for your reply. I shall attempt to investigate 12.4, and check on a 
better response,

Bruce

-
Dr. Bruce K. Haddon
1506 Chambers Drive
+1 303/499 6240
Boulder, CO 80305-7002
bruce.had...@colorado.edu

"Science is facts; just as houses are made of stones, so is science made of 
facts; but a pile of stones is not a house and a collection of facts is not 
necessarily science."—Henri Poincare 








> Unexpected WARNING in NetBeans 12.3 wit JDK 16
> --
>
> Key: NETBEANS-5465
> URL: https://issues.apache.org/jira/browse/NETBEANS-5465
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Project
>Affects Versions: 12.3
> Environment: NetBeans 12.3, JDK 16, Windows 10
> Attached in a NetBeans export zip of a project exhibiting this problem.
>Reporter: Bruce K. Haddon
>Priority: Minor
> Fix For: 12.4
>
> Attachments: project.zip
>
>
> Mar 17, 2021 3:14:44 PM com.sun.javafx.application.PlatformImpl startup
> WARNING: Unsupported JavaFX configuration: classes were loaded from 'unnamed 
> module @54eced26'
> This warning turns up in existing projects using JavaFX with NetBeans 12.3 
> and Java 16. These projects have been around since Java 8, and in particular, 
> this warning did not appear with NetBeans 12.2 and JDK 15.
> THERE IS NO CLEAR EXPLANATION OF WHAT PROBLEM IS BEING REPORTED, NOR ANY 
> INDICATION OF STEPS TO BE TAKEN TO AVOID IT. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Commented] (NETBEANS-5465) Unexpected WARNING in NetBeans 12.3 wit JDK 16

2021-04-03 Thread Geertjan Wielenga (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-5465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17314250#comment-17314250
 ] 

Geertjan Wielenga commented on NETBEANS-5465:
-

PS: Cool app! Runs fine for me in 12.4 Beta 1. Please try and when you 
encounter the problem, please describe what must be done to see it.

> Unexpected WARNING in NetBeans 12.3 wit JDK 16
> --
>
> Key: NETBEANS-5465
> URL: https://issues.apache.org/jira/browse/NETBEANS-5465
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Project
>Affects Versions: 12.3
> Environment: NetBeans 12.3, JDK 16, Windows 10
> Attached in a NetBeans export zip of a project exhibiting this problem.
>Reporter: Bruce K. Haddon
>Priority: Minor
> Fix For: 12.4
>
> Attachments: project.zip
>
>
> Mar 17, 2021 3:14:44 PM com.sun.javafx.application.PlatformImpl startup
> WARNING: Unsupported JavaFX configuration: classes were loaded from 'unnamed 
> module @54eced26'
> This warning turns up in existing projects using JavaFX with NetBeans 12.3 
> and Java 16. These projects have been around since Java 8, and in particular, 
> this warning did not appear with NetBeans 12.2 and JDK 15.
> THERE IS NO CLEAR EXPLANATION OF WHAT PROBLEM IS BEING REPORTED, NOR ANY 
> INDICATION OF STEPS TO BE TAKEN TO AVOID IT. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Commented] (NETBEANS-5465) Unexpected WARNING in NetBeans 12.3 wit JDK 16

2021-04-03 Thread Geertjan Wielenga (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-5465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17314248#comment-17314248
 ] 

Geertjan Wielenga commented on NETBEANS-5465:
-

We now have a Beta for 12.4, could you try to reproduce the problem, and if you 
encounter it, could you provide steps to reproduce, ideally without uppercase 
and shouty texts? Here's where you can get the Beta, currently in process of 
being voted on:

https://lists.apache.org/thread.html/r899bc729870651b46a7891003c46430fb40ad85c4dd06866aeb76660%40%3Cdev.netbeans.apache.org%3E

> Unexpected WARNING in NetBeans 12.3 wit JDK 16
> --
>
> Key: NETBEANS-5465
> URL: https://issues.apache.org/jira/browse/NETBEANS-5465
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Other
>Affects Versions: 12.3
> Environment: NetBeans 12.3, JDK 16, Windows 10
> Attached in a NetBeans export zip of a project exhibiting this problem.
>Reporter: Bruce K. Haddon
>Priority: Minor
> Fix For: 12.4
>
> Attachments: project.zip
>
>
> Mar 17, 2021 3:14:44 PM com.sun.javafx.application.PlatformImpl startup
> WARNING: Unsupported JavaFX configuration: classes were loaded from 'unnamed 
> module @54eced26'
> This warning turns up in existing projects using JavaFX with NetBeans 12.3 
> and Java 16. These projects have been around since Java 8, and in particular, 
> this warning did not appear with NetBeans 12.2 and JDK 15.
> THERE IS NO CLEAR EXPLANATION OF WHAT PROBLEM IS BEING REPORTED, NOR ANY 
> INDICATION OF STEPS TO BE TAKEN TO AVOID IT. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Commented] (NETBEANS-5465) Unexpected WARNING in NetBeans 12.3 wit JDK 16

2021-03-17 Thread Geertjan Wielenga (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-5465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17303744#comment-17303744
 ] 

Geertjan Wielenga commented on NETBEANS-5465:
-

NetBeans does not support JDK 16 yet.

> Unexpected WARNING in NetBeans 12.3 wit JDK 16
> --
>
> Key: NETBEANS-5465
> URL: https://issues.apache.org/jira/browse/NETBEANS-5465
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Other
>Affects Versions: 12.3
> Environment: NetBeans 12.3, JDK 16, Windows 10
> Attached in a NetBeans export zip of a project exhibiting this problem.
>Reporter: Bruce K. Haddon
>Priority: Minor
> Fix For: 12.4
>
> Attachments: project.zip
>
>
> Mar 17, 2021 3:14:44 PM com.sun.javafx.application.PlatformImpl startup
> WARNING: Unsupported JavaFX configuration: classes were loaded from 'unnamed 
> module @54eced26'
> This warning turns up in existing projects using JavaFX with NetBeans 12.3 
> and Java 16. These projects have been around since Java 8, and in particular, 
> this warning did not appear with NetBeans 12.2 and JDK 15.
> THERE IS NO CLEAR EXPLANATION OF WHAT PROBLEM IS BEING REPORTED, NOR ANY 
> INDICATION OF STEPS TO BE TAKEN TO AVOID IT. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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