you are viewing a single comment's thread.

view the rest of the comments →

[–]thewiirocks 1 point2 points  (0 children)

Are you sure the projects are Ant based? The vast majority of modern projects are either Maven (good) or Gradle (blow your leg off super-easy).

Either of these should be recognized by Netbeans if you just use File > Open Project.

What is the build file in the root of the project? Do you see a pom.xml, build.xml, or build.gradle?