상세 컨텐츠

본문 제목

Oracle Jdeveloper 11g Download For Mac

카테고리 없음

by monscusberca1978 2021. 6. 10. 23:32

본문



  1. Oracle Jdeveloper 11g Download For Mac Os
  2. Oracle Jdeveloper 9i

I ran into a problem getting JDeveloper 11g installed on my OSX 10.5 machine. Partway through the installer you must tell it where your JDK is, and when you do it reports “Error, Invalid Java home”. It took me a little while to locate some '>documentation on the issue, so I’m posting here in the hope that it helps someone.

11g

The download file is much smaller and the install is much faster than downloading JDeveloper, which also includes WebLogic Server that can be used on the Mac. To install Weblogic Server on your Mac, follow these steps. First, you need to download WebLogic Server 11g (10.3.4) ZIP Distribution from OTN. Oracle 12c free download - Oracle 10g, Oracle Java, VirtualBox, and many more programs. Official Java runtime for Mac OS X Lion or higher. Oracle JDeveloper.

So without further ado, to install JDeveloper 11g on OSX:

JDeveloper offers complete end-to-end development to Oracle Fusion Middleware and Oracle Fusion Applications with support for the full development life cycle. See All JDeveloper Downloads Oracle Fusion Middleware 11g and 12c Software Downloads. Oracle jdeveloper 11g free download - Oracle JDeveloper, Oracle DB 11g Errors Guide, Oracle WebCenter Spaces 11g Release 1, and many more programs. The Studio Edition for Windows is the most popular download of Oracle JDeveloper. It contains all the features of the product - including ADF, J2EE, UML, Database, Java, and XML. This download includes JDK 6 and is supported on Windows Vista, XP, 2003 and 2000. Release Downloads for Oracle JDeveloper 12c (12.1.3.0.0) This page consolidates all download links for the latest release of Oracle JDeveloper. Visit the Installation Guide for Oracle JDeveloper for an overview of the installation process and the Oracle JDeveloper.

Download

First, get the base install jar for all platforms. It’s just under a gig, and does not include the JDK.

Configure your preferred Java version

Open the Java Preferences utility (Found in /Applications/Utilities), and ensure that Java SE 6 s at the top of both lists.

If you don’t have Java 6 listed, you’ll need to get the latest Java update from Apple for your OSX version.

Add a symlink to Java 6

This is the part that fixes the above-mentioned problem with selecting the JDK. Open a terminal window and run the following commands:
cd /System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home/
sudo mkdir -p jre/lib
cd jre/lib
sudo ln -s ../../../Classes/classes.jar rt.jar

Oracle Jdeveloper 11g Download For MacOracle Jdeveloper 11g Download For Mac

Run the installer

Oracle Jdeveloper 11g Download For Mac Os

For some reason on my machine, even after enabling Java 6 as my preferred version, double-clicking the Jdeveloper install jar would still fail (it runs but never goes anywhere), and and on the command line, ‘java -version’ was still reporting 1.5, not 1.6. So I executed the jar manually on the command line like so (one line):
/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home/bin/java -jar ~/Downloads/jdevstudio11111install.jar

This brings up the installer. Proceed until you get to the JDK Selection screen. There will be no entries under Local JDK, so click Browse and navigate to /System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home. The installer should accept this and you should be able to proceed with the installation.

That’s it.

Oracle Jdeveloper 9i

Note that Oracle provides a “JDeveloper.app” in the folder you installed to, to make starting JDeveloper easy. I created an alias to this in my applications folder.

댓글 영역