Started by
whoischeese
on
Topic category: General discussion
so i imported a java model and when i try to run gradle it gives error
task:CompileJava failed
it says cant find symbol in
public class Modeltest<T extends test> extends EntityModel<T> {
pls help
the part where it says pls help at the end is not part of public class Modeltest<T extends test> extends EntityModel<T> {
Please refer to this tutorial. I had the same problem with java last time and the tutorials here helped me.
https://compositecode.blog/2023/12/06/execution-failed-for-task-compilejava-quickie-fix/geometry dash wave
i am on windows
so it doesnt help ig
Off topic but use PrascalCase for class names (in this case “test” should be renamed to “Test”)