home / JDeveloper

Category: JDeveloper

HOW TO: Install Oracle JDeveloper 11g on OS X MAC

  Steps required to install Oracle JDeveloper 11g

Invalid Java Home /System/Library/Frameworks/ JavaVM.Framework/Versions/1.6.0/Home

  When I tried to select the local JDK within the JDeveloper installation, I was receiving the following error:

Fatal error encountered during file installation. the installer will now cleanup and exit

  JDeveloper would freeze @ 45% when you attempt to install with only the following notification:

How to install JDeveloper 12c on OSX Mac (10.8)

  The steps on how to install and configure Oracle JDeveloper 12c on a OSX Mac 10.8.x.

How to pass an argument to a standalone java class in JDeveloper

  In JDeveloper when you write a java class with a main() method that takes no argument, you just right click the java file and select Run to run the program. But suppose the main() method takes arguments... This is how you do it

Unable to compile using JDeveloper 12c

  When building up my java application, which consisted on creating/deleting new classes and manipulating the code within each file, I noticed that JDeveloper would not compile my .java classes even though I was not receiving any errors.

Errors not showing up in JDeveloper 12c

  Quite a simple issue though very frustrating never the less. When altering the jDeveloper configurations, I noticed that the errors and warning on the right hand side were no longer showing up when I was receiving code syntax error

JDeveloper - Caused by: java.lang.ClassNotFoundException: weblogic.jndi.WLInitialContextFactor

  When you move IDE's, you are required to learn on new 'HOW TO' techniques. I did come across this issue before when I leaped from netbeans to Eclipse and encountered a similar issue

Installing OIM 11gR2PS2 Customization Installer JDeveloper Extension

  The steps required to use the exposed OIM 11gR2PS2 APIs from JDeveloper to your VM OIM instance, running on MAC and RHEL respectively. The example below goes through a quick demonstration on how to create a user using the exposed OIM APIs

Login errorjavax.security.auth.login.LoginException: No LoginModules configured for xellerate

  You need to include the system property of the 'java.security.auth.login.config'. The fastest way is to include the following System.setProperty line within your java code when authenticating against weblogic

OIM issues: An error occurred while deploying plug-in to OIM

  Installer, I would often receive the following popup error, An error occurred while deploying plug-in to OIM.

OIM issue - ORA-00001: unique constraint (PROD_OIM.PLUGINS_UNIQUE_NAME) violated

  The plugin that you are trying to deploy is conflicting with an existing plugin within your OIM environment.

Comments