Friday 21 September 2018

J Developer IDE Shortcut keys

                                               J Developer Shortcuts-

Hi All Today I'll share some JDev IDE shortcuts which i have used.

To find all the shortcuts go to Tools --> Preference that will open below window.


Below are some short cut which we used in our projects-

  1. Ctrl+Shift+c - Select the file in Projects then Press CTRL+SHIFT+C to copy the file path.
  2. Alt +home -Press Alt+Home in any open file to automatic change the Project Tab content to the location of that file.This will give you information about the Application, Project and package that contain the current open file.
  3. Ctrl + - --> Ctrl+Minus will navigate to Go To File Option from where you can search the file.
You can also configure own shortcut rules as well.

Cheers :)


ODI Initializer issue In Dev Env

ODI Initializer issue

HI Guys, today I faced one new issue in Dev env.

When i logged in ODI and open any Package Initializer popup open and not close anytime.

Solution- Logged into the env ,delete cache whcih are the generated byte codes only.
Once cache deleted your ODI Issue from the corresponding Env will be resolved.

Cheers :P

Eclipse With Python

Hi Guys, Today i'll share how to start python project in eclipse IDE. to start Py development in eclipse we need to add Py Dev plugi...