Monday, September 9, 2019

12c Jdeveloper - Disable "Build After Save"

When we are developing a project and intermediately we need to save the project and to proceed further with the development, we see the project gets to build phase after each save which takes unnecessary time to complete the project development. Instead, we can disable the "Build after Save" option and continue development without any interruption and whenever we want, we can make/build it.

Step1: Go To Tools->Preferences->Code Editor->Save Actions


Step2: Remove "Build Project After Save" action


No comments:

Post a Comment

Featured Post

OIC - Padding leading zeros to a number field using xslt format-number()

In many payment-related integrations, credit card numbers often arrive as plain numeric strings. For security and compliance—and to meet tar...