|
Comments |
The Build classpath
doesn't contain all of the locations where your classes are located.
You can take any one of the following actions for each missing class:
- Add the missing directory, JAR, ZIP, or package to the Build classpath
- Or, add the package name that the class is a member to the
Packages to
skip if you don't want your application to include this class.
You should only add packages that you know will be installed on
your customers' machines.
- Or, find classes manually.
You can exit JExpress and create the diagnostic log named
classfiles.log in the JExpress installation directory to get more
information. After you try building the installer again, look at
the bottom of the classfiles.log to find more information about
what classes were being examined to identify the specific missing
class.
|