简体   繁体   中英

Java compiling a .java using precompiled .class files

Is it possible to use the javac to compile a .java that requires other classes without javac returning "cannot find symbol"

Thanks!

It is possible, by using the -classpath option.

You'll find all the information you need about javac here .

首先编译其他无类,然后这个

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM