Hi
Jdeveloper version is 11.1.1.6.0.
i have to exclude some of the jarĀ files while generating ear file. Basically those libraries are there in Server lib.
But in project class path those files should be there for successful compilation. Since these jar files are there in both server lib and generated ear file we are getting error.
When we delete jars which are in generated ear only we could deploy the ear...
I have tried 'Exclude' option in Jdeveloper...not worked.
All the time am generating ear and then deleting jars externally and deploying code.
Can you please share your thoughts to exclude jars while generating ear in Jdeveloper.
Thanks in advance.