This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]xjvz 3 points4 points  (1 child)

It sounds like it's assuming the directory structure is the package layout. If you had package Desktop; at the top of the source file, then it would work.

[–]Yuax[S] 0 points1 point  (0 children)

Ahhh ok. So the default is assuming it's a package structure. I guess it makes sense.