Reputation: 437
How can I replace a .jar with a newer version in JDeveloper?
I have tried the Replace With ->File on Disk option from menu but it is greyed out. I also attempted to replace the .jar externally, but JDeveloper does not pick up the file has been modified like it does when I edit a file externally.
Upvotes: 0
Views: 1037
Reputation: 186
In your project properties (Right click the project > Project Properties), go to the "Libraries and Classpath" menu item.
From there, you can remove and re-add the .jar file you want to update.
Hope this helps.
Upvotes: 0