ADF Jdeveloper 11g and QTJava.zip (QuickTime) – Integrated WebLogic Server

AshokTechnical Tips12 Comments

If you are having trouble starting your integrated WebLogic Server in JDev 11g, you might have QuickTime in your CLASSPATH, which is preventing it from running properly.

Following is an example of the error you might receive:

C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\bin\startWebLogic.cmd
[waiting for the server to complete its initialization...]
\Java\jre6\lib\ext\QTJava.zip was unexpected at this time.
Process exited.

Get around this by following these steps:

  1. Navigate to your CLASSPATH (Environment Variable)
  2. Remove C:\Program Files (x86)\Java\jre1.6.0\lib\ext\QTJava.zip
  3. Restart JDeveloper

When everything is working, you will see “Server started in RUNNING mode” in JDeveloper’s log window as shown below.

I know a few members of my team have run into this, so I hope this helps.

12 Comments on “ADF Jdeveloper 11g and QTJava.zip (QuickTime) – Integrated WebLogic Server”

  1. Thanks a lot, I was scratching my head to find the reason it was requiring QTJava.zip.

    Again, Thanks.

    1. I knew this must be helping people, but nice to see that validated when someone comments.

      We appreciate your taking a moment to do so and glad you got what you needed here.

  2. Hi I have removed the file(s). however i dont understand this “classpath” OR “environment-variable” that has been referred to here as something to go to. Even though I removed the file(s), the premise after the initialization seems to continue to come up with
    \Java\jre6\lib\ext\QTJava.zip was unexpected at this time.
    I would love some help. cheers, Otto

Leave a Reply to Joao Araujo Cancel reply

Your email address will not be published. Required fields are marked *