Friday, July 27, 2018

Creating short cut for JDeveloper in Linux

Creating short cut for JDeveloper in Linux


This time its a very basic post for those who switched to Linux and wants to use JDeveloper ;)
How to create desk top short cut for JDeveloper in Linux. Steps are here:

1.Go to folder where you installed JDeveloper and then locate /jdeveloper/jdev/bin/bin folder. Ensure you have script addjdevtodesktop  in this folder.
2.Open a terminal window from the above folder and build an executable  by typing  the following in the terminal :
    chmod +x addjdevtodesktop
3.Run the above executable by typing the following in the same terminal window
    ./addjdevtodesktop


    visit link download