Dos 환경 에서 자바 c 컴 파일 과 자바 로 여러 가방 의 자바 파일 을 실행 합 니 다.

우선 프로젝트 의 루트 디 렉 터 리 에 들 어 갑 니 다. 예 를 들 어 루트 디 렉 터 리 는 e: \ workspace \ \ helloword \ \ src 입 니 다.
다음 두 줄 의 dos 명령 을 사용 합 니 다:
 
C:\Documents and Settings\Administrator>e:

E:\>cd e:\workspace\helloword\src

 
javac -classpath .;../hello.properties;../lib/velocity-1.5.jar;com/smallyard/properities/jdbc.properties com/smallyard/*.java com/smallyard/client/*.java -encoding UTF-8 
 
 
\ # 위 명령 은 com / smallyard / jdbc 의 모든 자바 클래스 와 com / smallyard / client 의 모든 자바 클래스 를 컴 파일 합 니 다. 이 클래스 들 은 hello. properties 파일 (경로 가 상대 적 입 니 다) 과 velocity - 1.5. jar 의 파일 jar 패키지 (경로 도 상대 적 입 니 다) 를 사 용 했 습 니 다. 인 코딩 은 UTF - 8 입 니 다.
 
java -Xms64m -Xmx512m -cp .;../hello.properties;../lib/velocity-1.5.jar;com/smallyard/properities/jdbc.properties com/smallyard/client/HelloWorld

 
\ # 위 명령 은 com / smallyard / client 의 HelloWorld. class 를 실행 합 니 다. (메 인 함수 가 들 어 있 습 니 다.)

좋은 웹페이지 즐겨찾기