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

Types of encryption techniques

There are several types of encryption techniques used to secure data, each with its own use case and strengths: 1. Symmetric Encryption Us...