!161 merge fix_load_class_forname into dev fix: class load through class forname method Created-by: alievruslan Commit-by: Ruslan Aliev Merged-by: CangjiePL Description: ## Change Content **(required)** Changed the way of loading java classes through java.lang.Class.forName. Before this change interoplib couldn't load java types such as [[Lutil.User; ## Change Type **(required)** Please describe the content of this Pull Request, and please describe the content of this Pull Request by filling in **Y** in the corresponding bracket in the list below: - New feature ( ) - Bugfix ( Y) - Changes in the build process or auxiliary tools () - Documentation update () ## Self-inspection of change content ### Self-verification Screenshots **(required for new features or bugfixes)**  Some tests are failing not because this PR. They are just broken for some reasons even without current changes. ### Other information https://gitcode.com/Cangjie/cangjie_compiler/issues/740 See merge request: Cangjie/cangjie_multiplatform_interop!161