Java Classpath Issue
问题 I have two classes: MyApplication Library The Library has already been compiled into Library.class and the source code is no longer available. I am now trying to compile MyApplication from source. MyApplication depends on the Library. The Library has a package name of org.myCompany. I tried setting my classpath to the following: set CLASSPATH=C:\java\project\org\myCompany\Library.class;. which produced the following javac compiler error message: MyApplication.java:33: cannot find symbol