79725475

Date: 2025-08-04 23:49:26
Score: 1
Natty:
Report link

Changing the package to main.java did the trick.

In the java class that is:

package main.java;

Whether the import statement is updated or not doesn't matter, both work:

(:import [main ModelLoader])

and

(:import [main.java ModelLoader])

Why? I wouldn't mind a more in in-depth explanation myself.

Now with a working package the class visibility pointed to by @Eugene actually makes a difference: the class needs to be public. Otherwise the same error persists.

Reasons:
  • Blacklisted phrase (0.5): Why?
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @Eugene
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: user1785730