본문 바로가기

IT/JSP

JAVA 패키지 컴파일

반응형



javac -d . -classpath .:./패키지명/abc.class ./패키지명/ded.java


그러면 패키지명/abc.class,ded.class 가 생김.