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