BambooBSC (Balanced Score Card) setup on Netbeans 8.2

372 Views Asked by At

I am new to Java EE. Recently I had to implement an opensource balanced score card system for one of my clients. I stumbled upon BambooBSC. I successfully configured the project on a VM with the help of a VDI file (available on their github page).

Now I want to setup this project on my local machine. Since this project is based on J2EE platform, I already installed Apache Tomcat and Netbeans IDE on my local machine.

I cloned their repository on my system. And tried importing the project in my Netbeans IDE. Now the IDE shows me something like this.

this

I don't know what to do next. Seems like some external dependencies need to be provided to the project. But I am unable to figure it out. Please help me setup and run this project on my local machine. Will be deeply appreciated.

Thanks.

1

There are 1 best solutions below

1
On

Do you absolutely need/want to work with Netbeans IDE?

Otherwise, you may consider using Eclipse IDE.

And follow this dedicated official documentation.

Anyway, you can notice the information about core-web, core-base and gsbsc-standard projects.

Let me know if you need further help.