LDM91
LDM91

Reputation: 437

How to replace a .jar in JDeveloper?

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

Answers (1)

gnunaes
gnunaes

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

Related Questions