[jira] [Commented] (NETBEANS-3018) JAVA FX not working

2019-08-23 Thread Tomas (Jira)


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

Tomas commented on NETBEANS-3018:
-

Thx reply. So to have that clear Apache JDK does not support JAVA FX  .

> JAVA FX not working
> ---
>
> Key: NETBEANS-3018
> URL: https://issues.apache.org/jira/browse/NETBEANS-3018
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Sofwtaer platform
>Reporter: Tomas
>Priority: Major
> Attachments: 1.PNG
>
>
> Dear All,
>  
>   I am trying to create JAVA simple project to test whether JAVA FX works. I 
> have installed
>  
> *Product Version:* Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> *Updates:*[Updates available|about:check-for-updates]
> *Java:* 12.0.1; Java HotSpot(TM) 64-Bit Server VM 12.0.1+12
> *Runtime:* Java(TM) SE Runtime Environment 12.0.1+12
> *System:* Windows 10 version 10.0 running on amd64; Cp1250; cs_CZ (nb)
>  
>   and loaded
>  
> openjfx-11.0.2_windows-x64_bin-sdk  JAVA FX SDK
>  
> I use JAVA Open JDK version  jdk-12.0.1
>  
> -
>  
>  I created really simple JAVA FX application. Did all the recommended actions 
> esp. registering
>  
> modules in VM options as
>  
> --module-path="C:/Netbeans/javafx-sdk-11.0.2/lib" 
> --add-modules=javafx.controls
>  
>  I can easily compile my code, but when try to run I get this error
>  
> Error occurred during initialization of boot layer
> java.lang.module.FindException: Module javafx.controls not found
> C:\Users\tomas\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:111:
>  The following error occurred while executing this line:
> C:\Users\tomas\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:68:
>  Java returned: 1 
>  
>  
> Would appreciate help on this. Thx lots Tom
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-3018) JAVA FX not working

2019-08-23 Thread Tomas (Jira)


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

Tomas commented on NETBEANS-3018:
-

I tried some of the projects but got attached reply. I want to stress I moved 
to Apache Open JDK as Oracle stops to support newver free JDK versions so there 
is no way to switch to Oracle JDK...

 

!1.PNG!

> JAVA FX not working
> ---
>
> Key: NETBEANS-3018
> URL: https://issues.apache.org/jira/browse/NETBEANS-3018
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Sofwtaer platform
>Reporter: Tomas
>Priority: Major
> Attachments: 1.PNG
>
>
> Dear All,
>  
>   I am trying to create JAVA simple project to test whether JAVA FX works. I 
> have installed
>  
> *Product Version:* Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> *Updates:*[Updates available|about:check-for-updates]
> *Java:* 12.0.1; Java HotSpot(TM) 64-Bit Server VM 12.0.1+12
> *Runtime:* Java(TM) SE Runtime Environment 12.0.1+12
> *System:* Windows 10 version 10.0 running on amd64; Cp1250; cs_CZ (nb)
>  
>   and loaded
>  
> openjfx-11.0.2_windows-x64_bin-sdk  JAVA FX SDK
>  
> I use JAVA Open JDK version  jdk-12.0.1
>  
> -
>  
>  I created really simple JAVA FX application. Did all the recommended actions 
> esp. registering
>  
> modules in VM options as
>  
> --module-path="C:/Netbeans/javafx-sdk-11.0.2/lib" 
> --add-modules=javafx.controls
>  
>  I can easily compile my code, but when try to run I get this error
>  
> Error occurred during initialization of boot layer
> java.lang.module.FindException: Module javafx.controls not found
> C:\Users\tomas\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:111:
>  The following error occurred while executing this line:
> C:\Users\tomas\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:68:
>  Java returned: 1 
>  
>  
> Would appreciate help on this. Thx lots Tom
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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] [Updated] (NETBEANS-3018) JAVA FX not working

2019-08-23 Thread Tomas (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomas updated NETBEANS-3018:

Attachment: 1.PNG

> JAVA FX not working
> ---
>
> Key: NETBEANS-3018
> URL: https://issues.apache.org/jira/browse/NETBEANS-3018
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Sofwtaer platform
>Reporter: Tomas
>Priority: Major
> Attachments: 1.PNG
>
>
> Dear All,
>  
>   I am trying to create JAVA simple project to test whether JAVA FX works. I 
> have installed
>  
> *Product Version:* Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> *Updates:*[Updates available|about:check-for-updates]
> *Java:* 12.0.1; Java HotSpot(TM) 64-Bit Server VM 12.0.1+12
> *Runtime:* Java(TM) SE Runtime Environment 12.0.1+12
> *System:* Windows 10 version 10.0 running on amd64; Cp1250; cs_CZ (nb)
>  
>   and loaded
>  
> openjfx-11.0.2_windows-x64_bin-sdk  JAVA FX SDK
>  
> I use JAVA Open JDK version  jdk-12.0.1
>  
> -
>  
>  I created really simple JAVA FX application. Did all the recommended actions 
> esp. registering
>  
> modules in VM options as
>  
> --module-path="C:/Netbeans/javafx-sdk-11.0.2/lib" 
> --add-modules=javafx.controls
>  
>  I can easily compile my code, but when try to run I get this error
>  
> Error occurred during initialization of boot layer
> java.lang.module.FindException: Module javafx.controls not found
> C:\Users\tomas\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:111:
>  The following error occurred while executing this line:
> C:\Users\tomas\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:68:
>  Java returned: 1 
>  
>  
> Would appreciate help on this. Thx lots Tom
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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] [Created] (NETBEANS-3018) JAVA FX not working

2019-08-22 Thread Tomas (Jira)
Tomas created NETBEANS-3018:
---

 Summary: JAVA FX not working
 Key: NETBEANS-3018
 URL: https://issues.apache.org/jira/browse/NETBEANS-3018
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.0
 Environment: Sofwtaer platform
Reporter: Tomas


Dear All,

 

  I am trying to create JAVA simple project to test whether JAVA FX works. I 
have installed

 
*Product Version:* Apache NetBeans IDE 11.0 (Build 
incubator-netbeans-release-404-on-20190319)

*Updates:*[Updates available|about:check-for-updates]

*Java:* 12.0.1; Java HotSpot(TM) 64-Bit Server VM 12.0.1+12

*Runtime:* Java(TM) SE Runtime Environment 12.0.1+12

*System:* Windows 10 version 10.0 running on amd64; Cp1250; cs_CZ (nb)

 

  and loaded

 

openjfx-11.0.2_windows-x64_bin-sdk  JAVA FX SDK

 

I use JAVA Open JDK version  jdk-12.0.1

 

-

 

 I created really simple JAVA FX application. Did all the recommended actions 
esp. registering

 

modules in VM options as

 

--module-path="C:/Netbeans/javafx-sdk-11.0.2/lib" --add-modules=javafx.controls

 

 I can easily compile my code, but when try to run I get this error

 

Error occurred during initialization of boot layer
java.lang.module.FindException: Module javafx.controls not found
C:\Users\tomas\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:111: 
The following error occurred while executing this line:
C:\Users\tomas\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:68: 
Java returned: 1 

 

 

Would appreciate help on this. Thx lots Tom

 

 



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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