I\'ve the root directory like this :
├── classes └── src └── vehicles ├── Bicycle.java └── BicycleMain.java
Bicycle.jav
Just remove the package line from beginning and it'll work 100%.
Go to the folder in which files are stored via terminal and type javac *.java
There will be no need to import classes too.