pls help with task:compliejava falied

Started by whoischeese on

Topic category: General discussion

Active 6 months ago
Joined Aug 2024
Points:
36

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
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
Active 6 months ago
Joined Aug 2024
Points:
36

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
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> {

Active 6 months ago
Joined Aug 2024
Points:
36

User statistics:

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

i am on windows

Active 6 months ago
Joined Aug 2024
Points:
36

User statistics:

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

so it doesnt help ig

 

Active 1 week ago
Joined Dec 2023
Points:
108

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 28
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”)