xpenatan / gdx-teavm

Run Libgdx in a webbrowser with teavm
Apache License 2.0
107 stars 16 forks source link

ConcurrentHashMap issue #93

Closed 4lfg24 closed 1 year ago

4lfg24 commented 1 year ago

Hi it's me again 😅 I was using the b-4 version of gdxTeaVM but i got this error during compilation: | ERROR[0] | Class: de/eskalon/commons/screen/ScreenManager.java:114 | Method: de.eskalon.commons.screen.ScreenManager.<init>()V | Text: Class java.util.concurrent.ConcurrentHashMap was not found Is this specifically related to ScreenManager or ConcurrentHashMaps in general?

xpenatan commented 1 year ago

teavm don't have ConcurrentHashmap

There is a PR open but is not yet merged https://github.com/konsoletyper/teavm/pull/462

4lfg24 commented 1 year ago

I understand, thank you again for the help and your great work @xpenatan!