SQLDeveloper and JDK 1.7

I've been running Developer SQL with JDK 1.7 for a few weeks with good results. Memory usage stays below 500 MB, even when it has been open for a few days, and in general things feel relatively fast and responsive. The only problem I've seen so far is that the window of connections is never visible when I open it. I have to click on view-> connections whenever I load SQL Developer.
So I was just wondering if the team has a timeline when they expect to officially support running on Java 1.7 SQL Developer.

Not yet. As our base is JDeveloper, we build/run with versions that we consume. For now, we have done no testing on 1.7.

Tags: Database

Similar Questions

  • Versions of JBOSS and JDK for ATG 11.0.

    Hi guys,.

    Could you please suggest me the required versions of JBOSS and JDK for ATG 11.0.

    Thank you

    Go through the following

    Oracle, ATG trade Web - Application Server Configuration

    Oracle ATG Commerce Web - installation of the ATG platform

    Oracle, ATG Commerce - JBoss EAP Web 6

  • Share the local CVS folder between SQLDeveloper and TortoiseCVS?

    Hi all

    I tried to play with CVS for developers SQL Support, but can't do things.

    I would order a module CVS using TortoiseCVS (such as C:\Project\ragtest\), because there are not many files associated with the database in there.
    To edit, compile and validate my data packets, I would use SQL Developer, but here SQL Developer to share my local folder (C:\Project\ragtest) with TortoiseCVS.

    Is this possible?

    Peter

    I can make it work as follows.

    TortoiseCVS, set CVSROOT if necessary (for example: pserver:myuser@mycvsserver:/cvs)
    In SQLDeveloper, create a new connection to CVS with exactly the same CVSROOT.

    You should be able to see all the modules in the browser Versioning and TortoiseCVS.

    Order a module of TortoiseCVS
    Open the file in SQLDeveloper browser and go to the directory that you extracted to. The files should appear with the icons of overlay CVS and version.

    Change a file in SQLDeveloper.
    The State of the file must pass in SQLDeveloper and TortoiseCVS.

    Modify a file outside SQLDeveloper
    You must use the refresh of the display for the status change in SQLDeveloper.

  • Is their any difference between JROCKIT JDK and JDK Hot Spot?

    Hi all

    Is their any difference between JROCKIT JDK and Hot Spot JDK?

    Please let us know of your thoughts.

    Thank you

    Ghislaine

    Hi Alex,

    I think that Googling for who should help a lot to understand the differences, but here's a departure upward:

    Java - JVM JRockit versus HotSpot JVM - Stack Overflow

    http://www.DBI-services.com/index.php/blog/entry/a-comparison-of-Java-virtual-machines-hotspot-JVM-vs-Jrockit-JVM

    Kind regards

    White

  • Created by default error on Opensuse 13.2 and JDK 7U76

    Hello

    I have install JDeveloper 12.1.3 the generic Setup program and then I try to run my app, but while DefualtDomain creation, I got an error (attached to the message).

    I installed the JDK 7U76 on Opensuse 13.2 and set my DEFAULT Java with this command (by this guid: https://en.opensuse.org/SDB:Installing_Java):

    # update - alternatives - install 'java' "/ usr/bin/java" "/ usr/java/more late/bin/java".

    # update - alternatives - java game/usr/java/latest/bin/java

    I do not understand what is the problem?

    See if this work around will help you

    Creation of the field of IntegratedWebLogicServer is broken on Mac

    He talks about Mac, but this has happened on other Linux systems too.

    Timo

  • JRun 3.1 and jdk 1.5

    I ran a production environment since 2000 and have stagnated in 1.4.2 for several years now.

    I don't want to upgrade JRun 4 because I am very happy with 3.1, but now, I want to start using the features of programming of java 1.5.

    I tried to just the jdk, as I do when goin up gradually 1.4.1, 1.4.2 etc... but the 1.4 wasn't so easily.

    Before I try more someone can tell me if it's possible?

    Jonathan Carter
    Glimwor IT BV (Amsterdam)

    Thanks for your help.

    I will swithch to another product when I have to; in fact, I already chose BEA for this...

    but I have everything works now - all you have to do is jikesw in the $jrun to replace/bin folder with the following script:

    / usr/java/devJava/bin/javac - Xlint: unchecked $*.

  • SSL works only with 10.3 and jdk 1.6.0_13

    I get the error following activation of SSL, when I use the jkd 1.6.0_13 and WebLogic Server 10.3

    August 21, 2009 11:30:16 AM GMT + 00:00 > < emergency > < security > < BEA-090034 > < is not tuned for SSL, java.io.IOException: PKIX: OID not supported in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11. >
    < 21 August 2009 11:30:16 AM GMT + 00:00 > < error > < WebLogicServer > < BEA-000297 > < incompatible security configuration, java.security.cert.CertificateParsingException: PKIX: OID not supported in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11 >

    According to this http://bugs.sun.com/bugdatabase/view_bug.do;jsessionid=de09e021066ab47e8f8c8f62ceb43?bug_id=6832375, it is a question of WebLogic.

    Someone at - it a solution?

    Published by: user532164 on August 21, 2009 03:57

    Which JDK version? I think it was JDK 6 - update 13

    I know that there is a problem which, in a version of the JDK, Sun has added a new CA to one the cacerts file which has an algorithm that is not supported.

    http://Java.Sun.com/javase/6/WebNotes/6u13.html

    Root certificates that are included

    Root certificates are included in this version. The following root certificates have been added:

    * Two additional certificates of root CA from T-systems (see 6803022).
    * Two Unizeto root certificates (see 6803036).

    If I'm right, then the offending certificates are

    ttelesecglobalrootclass2ca and ttelesecglobalrootclass3ca

    You can remove them by using the keytool utility:

    keytool - delete - keystore $JAVA_HOME\jre\lib\security\cacerts-alias ttelesecglobalrootclass2ca - changeit keystorepass
    keytool - delete - keystore $JAVA_HOME\jre\lib\security\cacerts-alias ttelesecglobalrootclass3ca - changeit keystorepass

  • SQLDeveloper and Subversion

    Hello

    I wonder if there is a feature in SQLDeveloper to export DDL to a schema as a tree of files to the disc as you can see in the Connections window. SO I wish I could say SQLDeveloper export the DDL of a schema in a structure as follows:
    functions/func1.sql
    .....
    Functions/funcn. SQL
    procedures/proc1.sql
    .....
    procedures/procn. SQL
    Packages/pack1header. SQL
    Packages/pack1body. SQL
    .....
    Packages/packnheader. SQL
    Packages/packnbody. SQL

    and perhaps also for other objects too. So to be able to associate it to a SVN repository, then I wish I could compare my file hierarchy and to see differences on the drive against the repository SVN & the DB itself.

    Is this possible in SQLDeveloper? If this is not the case, if anyone can indicate the steps that must be followed in order to write such a plugin?

    Thank you
    Florin

    There is nothing of the sort. Many people have asked plenty of time for a better development of file in function, but the response was partial and morose. You could add weights to the request for a vote in the riding of sqldeveloper.

    Develop a plugin that you need to study the SQLDeveloper SDK extension.

  • SQL Developer 1.5 and JDK 1.6_Update 10 - no connections tab and Assistant DB

    Hello

    PLS HELP!

    I installed the JDK u10 and SQL Developer 1.5 (latest version available from Oracle) on my PC Windows Vista Sp1 (with Oracle 10 g Instant Client).

    When I start SQL Developer, nothing happens,

    I can't create a new SQL file, or a new SQL connection nor can I change the db settings in the Preferences dialog box.
    When I click on the entrance to the menu Tools/SQL worksheet, I get the following error:

    java.lang.NullPointerException
    at oracle.dbtools.raptor.controls.ConnectionPanelUI.listConnections(ConnectionPanelUI.java:426)
    at oracle.dbtools.raptor.controls.ConnectionPanelUI.resetConnections(ConnectionPanelUI.java:440)
    to oracle.dbtools.raptor.controls.ConnectionPanelUI. < init > (ConnectionPanelUI.java:120)
    to oracle.dbtools.raptor.controls.ConnectionPanelUI. < init > (ConnectionPanelUI.java:101)
    to oracle.dbtools.raptor.controls.ConnectionSelectorUI. < init > (ConnectionSelectorUI.java:36)
    at oracle.dbtools.raptor.controls.ConnectionSelectorUI.getConnection(ConnectionSelectorUI.java:59)
    at oracle.dbtools.raptor.controls.ConnectionSelectorUI.getConnection(ConnectionSelectorUI.java:42)
    at oracle.dbtools.sqlworksheet.sqlview.SqlEditorWizard.invoke(SqlEditorWizard.java:107)
    at oracle.ide.wizard.WizardManager.invokeWizard(WizardManager.java:317)
    to oracle.dbtools.sqlworksheet.sqlview.SqlEditorAddin$ 2.actionPerformed(SqlEditorAddin.java:249)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
    in javax.swing.AbstractButton$ Handler.actionPerformed (AbstractButton.java:2318)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
    at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
    at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1225)
    in javax.swing.plaf.basic.BasicMenuItemUI$ Handler.mouseReleased (BasicMenuItemUI.java:1266)
    at java.awt.Component.processMouseEvent(Component.java:6134)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
    at java.awt.Component.processEvent(Component.java:5899)
    at java.awt.Container.processEvent(Container.java:2023)
    at java.awt.Component.dispatchEventImpl(Component.java:4501)
    at java.awt.Container.dispatchEventImpl(Container.java:2081)
    at java.awt.Component.dispatchEvent(Component.java:4331)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4301)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3965)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3895)
    at java.awt.Container.dispatchEventImpl(Container.java:2067)
    at java.awt.Window.dispatchEventImpl(Window.java:2458)
    at java.awt.Component.dispatchEvent(Component.java:4331)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)


    I appreciate any suspicion.


    Thanks in advance,
    Stefan

    Hi sklaffke,
    Yes, I found a solution, I posted it in another thread.

    The only thing I did was to change the locale and language for the Americans and the British, it worked. Try and let me know.

    Best regards
    Mateo

  • machine virtual Java and jdk 1.4.2

    page of the Bank not opening not n, it is in error that your browser have not java. your browser is used in Samsung tab 2. with android 4.3

    There is no plugin for Android Java due to disputes between Oracle and Google.

    Since you have 4.3 Android, there is also no Adobe Flash support is not support 4.1 +.

  • jde5 and JDK

    Hi all

    New to the blackberry software used netbeans for developing applications. My question is:

    I downloaded the jde5 but do not download the jdk with her as he says he missed. I already have the latest version of the jdk (6) on my machine. Courses the blackberry software doesn't seem to be able to find it.

    Is far from adding the pathnames in the jdk exist in blackberry jde?

    On a slightly different note if we use java classes standard should not the terminal BlackBerry can work ok or differs for BlackBerry application descriptor?

    Thank you all fixed now it was the part of path that was missing to get the path to the jdk/bin folder. so all the samples now compile. !

  • SQLDeveloper and Oracle Express

    I have installed SQL Developer and work.
    Then I installed the Express database; After that, I was unable to connect to a database as I used to. I usually use TNS connection, but now SQLDev reads the TNSNames from the XP database, instead of oracle home. I think that's the reason why I can't connect more...
    Any thoughts would be welcome.
    Thanks for any help.

    I hate when that happens, so I travel my TNSNAMES. ORA and SQLNET. ORA files on any particular Oracle home. For example, if Oracle Home is C:/Oracle/product/db1, and then I move C:/Oracle/product/network/admin/*.ora to C:/Oracle/admin/network.

    Can I use control panel/system/advanced/environment of Control Variables to add a new environment variable:
    TNS_ADMIN = C: / Oracle/admin/network

    Therefore, any Oracle Home I use, the TNSNAMES. File ORA who gets used is C:/Oracle/admin/network. Installation of a new piece of software Oracle does not change this.

  • OC4J must javac.exe but it does not provide JDK sqldeveloper

    Hello

    I use an oracle on a WINDOWS platform server. I installed oc4j several times before. This worked OK. In my previous attempts, I downloaded the JDK of Oracle separately. This seemed to work properly.

    However, this time I want to use the JDK that comes with SQLDeveloper, to simplify copies of Java that I have on the server. I downloaded SQLDeveloper 3.1 with JDK. I tried to do and got some compile errors when I ran 'oc4j-start '. He said that he could not find the javac.exe file in the JDK for SQLDeveloper path. It seems that the javac.exe file did not exist with SqlDeveloper versions 3.1, 3.0 or 2.1.

    I'm not much more than a java developer, but I wanted to know if the OC4J initialize function could use another function of compilation as JAVAC. EXE. Maybe use a function that comes with SQLDeveloper with JDK?

    Yet, workaround seems to be to install another version of Java (let's say 1.7) that contains the JAVAC. EXE file.

    Please let me know if I'm missing something.

    Thanks for looking at this.

    Check your windows environment variables. Go to a command prompt and type "set".

    You must have JAVA_HOME set to your JDK installation and the java bin directory must be in the path.

    JAVA_HOME=c:\Java\jdk1.6.0_22
    
    PATH=%PATH%;%JAVA_HOME%\bin
    

    See if that solves your problem.

    Published by: rp0428 on January 1st, 2012 13:30

    Published by: rp0428 on January 1st, 2012 13:31

  • sqldeveloper 4.1 UI refresh problem with win7

    Hello

    I have a problem with user interface with windows 7 64 bit sqldeveloper. I downloaded the latest version (4.1.0.19.07), I have improved my jdk (1.8.0_45). my video driver is the latest version. Whenever I run sqldeveloper and try clicking on a menu, nothing happens and if I move the mouse menu somethimes drop-down is displayed one by one.

    Also, I tried everything I found like adding this parameter to sqldeveloper.conf. "AddVMOption - Dsun.java2d.noddraw = true".

    I have a problem with my work and personal laptop.actually, this is not new for me, is the latest version, I use sqldeveloper: 4.0.0.13.

    What should I do?

    Thank you.

    Hello again,

    I guess I think, I compare 4.0.0.13 and the latest versions of conf files and find in older version of the file there is a line "AddVMOption - XX: MaxPermSize = 256 M" when I added this to the latest version, it worked.

    I forgot, I also remove these lines:

    AddVMOption - Dsun.locale.formatasdefault = true

    AddVMOption - Dorg.netbeans.CLIHandler.server = false

  • SqlDeveloper with jdk8 bundle?

    Hello

    Is it possible to have these impressive packages of SqlDeveloper / Datamodeller with JDK/JRE, also for newer versions?

    I jumped to SqlDeveloper 4.1 ai2 and amused myself by hacking with cygwin tips etc to get the jdk8 extracted beside the SqlDeveloper in Win7.

    This was due of error dialogs "this program is blocked by group policy..." when you try to install jdk8.

    Because I didn't want to argue the Win7 configurations java driven 'politics of the group' I just have to installation with SqlDeveloper and jdk8 in same home' - directory.

    Otherwise, the installation of the latest version of SqlDeveloper is going very well.

    The absence of the correct jdk in installation package can be real showstopper for many of us.

    rgrds Paavo

    It will be there when the official release is made available.

Maybe you are looking for