Pooja G
Pooja G

Reputation: 1

Setup application using EAR file in Oracle ADF

I have only EAR file of the application , how to use this file and setup an application in Jdeveloper.

Thanks in Advance.

Regards,

Upvotes: 0

Views: 229

Answers (2)

Timo Hahn
Timo Hahn

Reputation: 2496

Check https://docs.oracle.com/middleware/1212/jdev/OJDUG/gs_dev_apps.htm#OJDUG419 In the end it depends on what you try to archive. Without the source code you can't do much.

Upvotes: 1

Jason Warner
Jason Warner

Reputation: 2723

An EAR is an artifact and is used for deployment. It can't be used (AFAIK) to create a project in an IDE.

Upvotes: 2

Related Questions