Sunday, December 2, 2018

How to install Jdeveloper

Prerequisite

  • You should have Jdeveloper installer exe file or Jdeveloper installer jar file.
  • You should already have java installed on your system. Set Class Path and Java Home in Environment Variable.

Installation Type

  • .exe file
  •  .jar file.

Steps

  • To install Jdeveloper from jar file use the following steps.
  • First, open command prompt using administrator. To open command prompt using administrator ->
    • Search “Command Prompt” in window panel.
    • Now it will show command prompt in window. Right click on the Command Prompt option.
    • Select “Run as administrator”.
    • It will open command prompt.
    • Go to the java -> bin folder in command prompt. use following command. “cd <path of Bin folder where java.exe exists>” press enter.
  • Now Write following command to execute jar file and press enter. “Java –jar <filename.jar>”. Filename.jar is the path of jar file with name and extension of file. If you have any space in .jar file name and path, I’ll recommend you to remove that space from name and Path also. You can place that .jar to some other path.        
  • It will open the dialog box same as open by .exe file. Now all the steps are same as used in .exe file
  • If you have .exe file then double click on the exe file, an installer window will open and you can continue the steps same as jar file steps.





Click on next button


Set path for oracle home where it will install all files of Jdeveloper. Click on Next button.


Now, Installer is checking prerequisite. After it is 100%, Click on next button.


Screen is showing installation summary of Jdeveloper. Click on install button.


Now, it is installing the jdeveloper files. After completion of 100% it will enable the Next Button.
Click on Next button.


Select first option (Start Jdeveloper wih default Settings) as given below and Click on Finish button.
Now, Jdevleoper has been installed on your system. It will automatically open the Jdeveloper.


It will ask for the Role setting. Select Studio Developer (All Features) so that it will show all features in Jdeveloper. Don’t worry it will ask every time when you open Jdeveoper.
Click OK button and Now, It is ready for development.


No comments:

Post a Comment