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 - how can I use XSLT functions to remove leading zeros from numeric and alphanumeric fields?

To remove leading zeros from an numeric field in Oracle Integration Cloud (OIC) using XSLT, you can Use number() Function The number() funct...