Error "Package does not exist" During Compilation in JDeveloper
(Doc ID 1316638.1)
Last updated on FEBRUARY 25, 2021
Applies to:
Oracle JDeveloper - Version 11.1.1.1.0 to 11.1.1.4.0 [Release Oracle11g]Information in this document applies to any platform.
Symptoms
Consider a scenario in which you have a Model project and a ViewController Project. The Model Project contains a package with a Java class. The ViewController Project has a Java class that imports the class from the Model project.
In JDeveloper , when you compile such application from IDE or using the ojdeploy utility , the below compilation error may be encountered.
Error(5,22): package com.xx.xx.xx does not exist
Error(6,22): package com.xx.xx.xxx does not exist
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |