You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having tried many IDES for Java, i consider NetBeans to be the most straightforward and ready-to-go one. So i am a big fan of the project.
I have recently started to work with Raspberry PI projects, and i found out that Netbeans allows to run remote java programs only if those programs are ant projects. At the present time, Maven/Gradle projects are not supported for remote run.
Being maven and gradle the majority of java projects i think it would be important to add support for these kind of projects, rather than ant ones.
Maybe i am wrong, but i think that a good chunk of logic that has been written for ant can be adapted or partially used for maven/gradle.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Having tried many IDES for Java, i consider NetBeans to be the most straightforward and ready-to-go one. So i am a big fan of the project.
I have recently started to work with Raspberry PI projects, and i found out that Netbeans allows to run remote java programs only if those programs are ant projects. At the present time, Maven/Gradle projects are not supported for remote run.
Being maven and gradle the majority of java projects i think it would be important to add support for these kind of projects, rather than ant ones.
Maybe i am wrong, but i think that a good chunk of logic that has been written for ant can be adapted or partially used for maven/gradle.
Beta Was this translation helpful? Give feedback.
All reactions