jtulach / bck2brwsr

Bck2Brwsr VM to transpile Java bytecode to JavaScript
http://bck2brwsr.apidesign.org
Other
114 stars 16 forks source link

Class with underscore cannot be retrieved using Class.forName() #38

Closed johanvos closed 3 years ago

johanvos commented 3 years ago

underscores are used to escape . , but if a class has an underscore in its name (which happens to be the case with classes holding shader functionality in openjfx), this makes it impossible to retrieve them via class.forName