You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Rangi Keen (Jira)" <ji...@apache.org> on 2022/03/10 20:49:00 UTC

[jira] [Resolved] (NETBEANS-4610) URISyntaxException building with org-netbeans-libs-javafx.jar using Java 11.0.7 or later

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

Rangi Keen resolved NETBEANS-4610.
----------------------------------
    Fix Version/s: 12.4
       Resolution: Fixed

This was resolved with [PR #2761|https://github.com/apache/netbeans/pull/2761/commits/1b96b56ac3bfda8bd9b97f36c25901e84289cb23].

> URISyntaxException building with org-netbeans-libs-javafx.jar using Java 11.0.7 or later
> ----------------------------------------------------------------------------------------
>
>                 Key: NETBEANS-4610
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-4610
>             Project: NetBeans
>          Issue Type: Bug
>          Components: javafx - Deployment
>    Affects Versions: 12.0
>            Reporter: Rangi Keen
>            Priority: Major
>             Fix For: 12.4
>
>
> To reproduce:
> # Create a new Java project in NetBeans
> # Open the project properties
> # Select the Libraries category
> # Choose JDK 11.0.7 or later for Java Platform
> # On the Compile tab, click the ellipsis button next to Classpath and choose Add JAR/Folder
> # Select <NB install>/platform/modules/org-netbeans-libs-javafx.jar
> # Save the changes and close the project properties
> # Clean and build the project
> You'll see the following error in the build output:
> {noformat}
> error reading <NB install>/platform/modules/org-netbeans-libs-javafx.jar; java.net.URISyntaxException: Illegal character in path at index <index of $>: file:/<NB install>/platform/modules/${java.home}/lib/ext/jfxrt.jar
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

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