Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typeinfo/ClassInitialization.java 里面 39行错误 #3

Open
LeiYangGH opened this issue Dec 21, 2021 · 1 comment
Open

typeinfo/ClassInitialization.java 里面 39行错误 #3

LeiYangGH opened this issue Dec 21, 2021 · 1 comment

Comments

@LeiYangGH
Copy link

Class initable3 = Class.forName("Initable3");
书上是这么写的,但你的代码加了package,应该改成
Class initable3 = Class.forName("typeinfo.Initable3");

@aiNiDeFang
Copy link

@LeiYangGH 66666666

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants