본문 바로가기

프로그래밍/JAVA

클래스 패스

java -classpath classes world.CountryUser



패키지.클래스명

으로 실행.

src 위치에서..


CountryUser  클래스가 world 패키지 안에 존재하고
CountryUser  클래스는 world.Asia 패키지 안에 있는 것을 참조할 때..
CountryUser  클래스 자체가 world 패키지 안에 존재하므로, 패키지 명을 통해서 접근해서 실행