2

I am trying to import the following and they are getting greyed out and giving an error saying "Cannot resolve symbol"

import oracle.adf.model.datacontrols.device.DeviceManagerFactory; import oracle.adf.model.datacontrols.device.DeviceManager; import oracle.adf.model.datacontrols.device.DeviceDataControl; import oracle.adfmf.framework.api.AdfmfJavaUtilities

These are valid imports but for some reason giving me errors saying they are invalid. As a result, although my code should work, it's not because its not importing these at all.

Nick R
  • 19
  • 5

1 Answers1

0

If you are using JDeveloper , please follow the steps

  1. Go to your project location
  2. Delete "classes" folder from both Application Controller and ViewController
  3. From your IDE clean and re-build your project.
Arj 1411
  • 1,395
  • 3
  • 14
  • 36