0

I can't open Activiti source code in netbeans It just says "Project folder is managed by a project Activiti. Instead of creating a new project just open it. If by a chance you just deleted the project Activiti then restart the IDE to reuse the folder."

I have restarted Netbeans and re-cloned the project but it still won't open.

And eclipse just says that the javac was not found in the build.xml.

Any help would be greatly appreciated.

The project folder does not contain a nbproject folder.

enter image description here

enter image description here

OneTwo
  • 2,291
  • 6
  • 33
  • 55

2 Answers2

1

Try the following:

  • rename the pom.xml file to something else, e.g. pom.xmlzzzz,
  • create the project in NetBeans,
  • rename pom.xmlzzzz back to pom.xml once the project has loaded in NetBeans.

I've just hit the same problem with a different project and this is what fixed it for me.

Luke Woodward
  • 63,336
  • 16
  • 89
  • 104
0

Netbeans creates a folder in your project named "nbproject". Once you delete that, restart the IDE and you're good to go.

  1. Go to the folder containing your project
  2. Delete the folder named nbproject
  3. Restart Netbeans
  4. Try creating your project again from the original folder
Anatoly Ruchka
  • 543
  • 4
  • 17