Home  >  Article  >  类库下载  >  JAVA basics

JAVA basics

巴扎黑
巴扎黑Original
2016-11-26 09:12:581497browse

First go to the root directory where the jar files and java files are placed

Use the command line to compile the java file with the jar package:

javac -cp jcifs-1.3.17.jar -encoding utf8 RemoteFileUpload.java

Execute :

java -Djava.ext.dirs=./ RemoteFileUpload


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn