Wednesday, May 16, 2012

Install JDeveloper in Linux

To install JDeveloper in Linux, we can proceed in two ways.

Download generic jar for installing or download specific os supported native file (like rpm or bin )
1. Generic Jar
Download generic jar
run the jar file with the following command,
java -jar <jdevinstall.jar>

2. OS specific file
Download <jdevinstall>.bin file from oracle site
chmod +x <jdevinstall>.bin

This will start the JDeveloper installer window and continue the installation.

No comments:

Post a Comment