Rangi Keen created NETBEANS-4610:
------------------------------------

             Summary: 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


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.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

Reply via email to