Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

4.0.2 doesn't start : Unsupported java version...

tullio0106May 8 2014 — edited May 8 2014

I installed new 4.0.2 (64 bit) but starting it I got the error Unsupported...

I installed jdk 1.7.55 64 and als jre 32 bit but the error is still there.

The version I downloaded is no jre version but staring it doesn't ask me what version I want to use.

What's the problem ?

Tks

Tullio

Note : I installed on a system where 4.0.1 was installed previously and the java version was .1.7.45

The sqldeveloper.conf

IncludeConfFile ../../ide/bin/ide.conf

SetJavaHome ../../jdk

#Set our usage tracking URI

AddVMOption  -Dide.update.usage.servers=http://www.oracle.com/webfolder/technetwork/sqldeveloper/usage.xml

#Disable the AddinPolicyUtils

AddVMOption  -Doracle.ide.util.AddinPolicyUtils.OVERRIDE_FLAG=true

#Draw performance change

AddVMOption -Dsun.java2d.ddoffscreen=false

#font performance

AddVMOption -Dwindows.shell.font.languages=

#Update the size of the perm gen area

AddVMOption  -XX:MaxPermSize=256M

AddVMOption -Doracle.ide.startup.features=sqldeveloper

AddJavaLibFile ../lib/oracle.sqldeveloper.homesupport.jar

AddVMOption -Doracle.ide.osgi.boot.api.OJStartupHook=oracle.dbtools.raptor.startup.HomeSupport

#Configure some JDBC settings

AddVMOption -Doracle.jdbc.mapDateToTimestamp=false

AddVMOption -Doracle.jdbc.autoCommitSpecCompliant=false

# The setting below applies to THIN driver ONLY for others set this to false.

# Refer to OracleDriver doc. for more info.

AddVMOption -Doracle.jdbc.useFetchSizeWithLongColumn=true

AddVMOption -Dsun.locale.formatasdefault=true

AddVMOption -Dorg.netbeans.CLIHandler.server=false

IncludeConfFile  sqldeveloper-nondebug.conf

This post has been answered by Trotty on May 8 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 5 2014
Added on May 8 2014
1 comment
2,545 views