Java - Packages and Access Control
Given this file structure:
and
src/com/app/Main.java
and
Main.java starts with package com.app;, what happens if you try to run java Main from src?