Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unresolved GWT error in LibGDX HTML project

I followed the tutorial here but when I go to 'Problems" tab in order to make Quick Fix it says:

The type com.google.gwt.core.client.EntryPoint cannot be resolved. It is indirectly referenced from required .class files

If I do 'Quick Fix' it appears the following :

image1

and if I press finish it goes to :

image2

I have also installed the pluging from here.

So , I don't know what to do.


I used Properties->Jav Build Path->add Library and I got:

image3

But if I choose Plugin Dependancies it's empty. If I use User Libraries I don't know what to do.

like image 987
George Avatar asked May 22 '13 18:05

George


2 Answers

OK, the problem was that I installed only 'GWT Designer' and 'Google Plugin for Eclipse'.

You have to install also 'SDKs'.

Now it works fine and it doesn't have an error at all.

like image 133
George Avatar answered Oct 13 '22 20:10

George


I got the same problem and solved it by going in Preferences > Google > Web Toolkit then remove the GWT SDK path that showing an error (probably pointing to the wrong folder) and check the one that is shown as working and it should be ok.

like image 25
flawyte Avatar answered Oct 13 '22 20:10

flawyte