Search

Friday 16 October 2015

'import' is not recognized as an internal or external command

This error might come up when you are trying to deploy an OAF pages and using the import command to import page files.
This error is coming up because in your environment variables you have not setup the path variable.
Location of import utility: C:\<JDeveloper-Installed-location>\jdevbin\oaext\bin
You can either include this in you path variable or just execute this in CMD:
cd C:\<JDeveloper-Installed-location>\jdevbin\oaext\bin
and then execute your import command.

Note: Using first method you will never have to worry about this problem again, but if you use second method, you need to do it every time you are importing a page.