Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The project cannot be built until its prerequisite PokerGameEngine is built. Cleaning and building all projects is recommended

The project cannot be built until its prerequisite PokerGameEngine is built. Cleaning and building all projects is recommended PokerExtension Unknown Java Problem

in eclipse

it shows red cross mark on project.

i have done build automatically and clean all in eclipse for all projects

but it shows red cross

like image 940
Sdindiver Kumar Avatar asked Oct 01 '22 02:10

Sdindiver Kumar


1 Answers

For Eclipse you can find the rebuild option in the top menu under Project > Clean and then select the project you want to clean up... that's all.

Eclipse Clean projects selected below enter image description here

This will build your project and create a new bin folder.

like image 184
Jonas_Hess Avatar answered Oct 03 '22 17:10

Jonas_Hess