Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: SQL Developer & Java Question
In message <1144262937.982045.213380_at_i40g2000cwc.googlegroups.com>,
"amerar_at_iwc.net" <amerar_at_iwc.net> writes
>Hi Everyone!
>
>Our techs just installed the JDK 1.5 on our AIX machine so we can
>install SQL Developer. When I try and run SQL Developer, I receive
>this error. I've been looking for an answer with no luck. So, maybe
>someone else has seen this before?? I know nothing about how Java
>works........
>
>Thanks in advance!
>
>sh sqldeveloper
>
>Oracle SQL Developer 1.0
>Copyright (c) 2005 Oracle Corporation. All Rights Reserved.
>
>Unable to find configuration file: jdk.conf
>Working directory is /home/oracle/sqldeveloper/jdev/bin
>JVMJ9VM007E Command-line option unrecognised: -hotspot
>Could not create the Java virtual machine.
>
>
Sounds like the AIX JDK doesn't support hotspot. Try commenting out the hot spot directive in ./jdev/bin/ide.conf
#SetJavaVM hotspot
-- Jim Smith I'm afraid you've mistaken me for someone who gives a damn.Received on Thu Apr 06 2006 - 02:49:09 CDT