Netbeans

Forum for development in the Java programming language.

Netbeans

Postby njssnjss » 18 Jul 2016, 23:45

When I use Gradle from the command line I can compile the SDK and JavaFX example. Therefore I can even execute the example.
However, this does not work at all inside Netbeans (using Gradle).

On the other hand, if I try to use Maven instead and connect to bintray or jcenter. It also fails in Netbeans.
The main reason here seems to be that when adding the setting.xml with the connection to bintray (eyetribe) repo, the .index is not available,
therefore Netbeans the Netbeans Maven plugin is unable to download the dependencies list.

Any help or ideas?
njssnjss
 
Posts: 2
Joined: 27 Jul 2015, 15:57

Re: Netbeans

Postby Anders » 27 Jul 2016, 11:32

When I use Gradle from the command line I can compile the SDK and JavaFX example. Therefore I can even execute the example.
However, this does not work at all inside Netbeans (using Gradle).


Based on your own feedback, it is clear that something is not right in your NetBeans setup. Have you followed the general guidelines to support Gradle and jcenter in NetBeans ?
Anders
 
Posts: 124
Joined: 29 Oct 2013, 16:23


Return to Java



cron