Running libgdx html

前端 未结 2 1107
生来不讨喜
生来不讨喜 2021-01-28 17:15

I\'m trying to understand this great lib. when I\'m trying to run html with run as>web application I get errors. here\'s the console text and gwt definition file.



        
2条回答
  •  醉梦人生
    2021-01-28 18:11

    After a week at the end i've discovered the problem. If you are using non-english operatin system gwt fails.

    For eclipse, just add;

    -Duser.language=en

    to run configurations.

提交回复
热议问题