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

John Neffenger edited comment on NETBEANS-3329 at 11/6/19 7:24 PM:
-------------------------------------------------------------------

Laszlo, that error you got stating, "If GTK2 packages are installed, please 
remove the build directory and try again," is because you tried to build 
OpenJFX without first installing its dependencies. To resolve the problem, 
install the dependencies, delete the build directory, and try again.

{noformat}
$ sudo apt-get build-dep openjfx
$ cd src/jfx
$ rm -rf build
$ source ~/bin/jfxenv.sh
$ gradle sdk jmod
{noformat}



was (Author: jgneff):
Laszlo, that error you got stating, "If GTK2 packages are installed, please 
remove the build directory and try again," is because you tried to build 
OpenJFX without first installing its dependencies. To resolve the problem, you 
install the dependencies, delete the build directory, and try again.

{noformat}
$ sudo apt-get build-dep openjfx
$ cd src/jfx
$ rm -rf build
$ source ~/bin/jfxenv.sh
$ gradle sdk jmod
{noformat}


> Exception loading OpenJFX gradle project
> ----------------------------------------
>
>                 Key: NETBEANS-3329
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-3329
>             Project: NetBeans
>          Issue Type: Bug
>         Environment: macOS 10.15
> JDK 12.0.2
>            Reporter: Scott Palmer
>            Priority: Major
>         Attachments: ant-version.png, gradle-version.png, java-version.png, 
> messages.log, with-nb-javac-messages.txt, without-nb-javac-messages.txt
>
>
> Loading the OpenJFX project and then the "controls" sub-project lead to 
> exceptions and the controls project showing red error markers.
>  IDE log attached.
>  



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to