java - Spring boot application in netbeans -


i installed netbeans 8.0.2, installed gradle plugin, , created new gradle empty project. copied *.java , *.gradle files https://github.com/spring-guides/gs-spring-boot.git. when call gradle build - ok, jar created , works. build netbeans menu works fine too.

but in java editor of netbeans lines contains gradle dependencies marked incorrect. example imports this

import org.springframework.boot.springapplication; 

are marked not exists. , dependencies empty (in projects tab). how fix this?

update. don't know wrong time, works fine. if there such problem try reload netbeans, check environment variables $gradle_home, reboot computer.


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -