pls help with task:compliejava falied

Started by whoischeese on

Topic category: General discussion

Joined Aug 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
pls help with task:compliejava falied

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
Joined Aug 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
the part where it says pls…
Sun, 09/08/2024 - 18:58

the part where it says pls help at the end is not part of public class Modeltest<T extends test> extends EntityModel<T> {

Joined Aug 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i am on windows
Mon, 09/09/2024 - 20:40

i am on windows

Joined Aug 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
so it doesnt help ig  
Mon, 09/09/2024 - 20:41

so it doesnt help ig

 

Joined Dec 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Off topic but use…
Sun, 09/29/2024 - 16:08

Off topic but use PrascalCase for class names (in this case “test” should be renamed to “Test”)