Hello everybody, I'm new here so nice to meet you all
I made a package in the following direction:
C:\users\asada\desktop\myPackageName
and I'm typing some codes in IntelliJ IDEA but when I type the following command at the top of my source code I get an error that says "package myPackageName does not exist"
I wonder if you could help me, thank you for your responses.import myPackageName.*;