intellij idea - Update external libraries with intelij and java -
intellij idea - Update external libraries with intelij and java -
simple plenty really. i'm using apache jars, i'll create changes jar's every often.
these jars listed external libs in intelij (i.e classpath looking install dir of jar's). when create changes intelij doesn't seem know new implementation. have remove jar external library , re-ad it.
does know have intelij picks changes automatically ? i've done clean , rebuild project had little effect.
you can go preferences
-> build, execution, deployment
-> build tools
-> maven
-> importing
, check box says import maven projects automatically
.
in mac, can command + shift + a
, come in action reimport
, click on reimport maven projects
.
intellij-idea
Comments
Post a Comment