Regressing Java RunTime to previous version

I have a problem uninstalling Java 1.5.0_12 and regressing back to an existing version , example 1.4.2_10.
If I uninstall using the Control Panel (Add Remove Programs) everything is fine.
If I try and uninstall remotely using a deployment tool registry settings in the users profile are still trying to use the version just removed.
Anyone had any experience or advice on this?

I figured out the problem with the sqljdbc4.jar but...
now i am getting this error
java.lang.ClassNotFoundException: No ClassLoaders found for: com.microsoft.sqlserver.jdbc.SQLServerDriver
     at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:212)
     at org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:521)
     at org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:415)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
     at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316)
     at java.lang.Class.forName0(Native Method)
     at java.lang.Class.forName(Class.java:169)

Similar Messages

  • Java Runtime Environment (JRE) version 1.6 is not supported by this driver"

    Goal: create new ODI install in testlab on single server
    Installer: ODI newbie
    Server Software Installed: all 32-bit
    Windows 2008
    sql 2008
    JDK 1.6_22
    sqljdbc4.jar (downloaded from Microsoft's site)
    No weblogic server installed
    Issue: Using ODI Studio to create Master Repository. Jar files and config described below already implemented. When press “Test Connection ” in ODI Studio I get this error: : “Java Runtime Environment (JRE) version 1.6 is not supported by this driver. Use the sqljdbc4.jar class library, which provides support for JDBC 4.0"
    Details:
    (Sqljdbc.jar and) Sqljdbc4.jar downloaded from here:
    http://www.microsoft.com/downloads/en/details.aspx?FamilyID=99b21b65-e98f-4a61-b811-19912601fdc9&displaylang=en
    (Sqljdbc.jar and ) Sqljdbc4.jar placed in C:\Users\Administrator\AppData\Roaming\odi\oracledi\userlib directory
    Repository Connection Details:
         Technology: Microsoft SQL Server
         JDBC driver: com.microsoft.sqlserver.jdbc.SqlServerDriver
         JDBC URL : jdbc:sqlserver://ODI:1433;SelectMethod=cursor
         User : odi
    What am I doing wrong? TIA.

    More details:
    ODI = ODI version 11.1.1.3
    SQL Server uses default install options.

  • Java Runtime stuck on version 6

    I just installed Oracle Java 7 runtime, but in my Terminal shell, it still seems Java 6 is the default:
    rMac:~ rick$ ls -l /usr/bin/java
    lrwxr-xr-x  1 root  wheel  74 25 Oct 22:46 /usr/bin/java -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/java
    rMac:~ rick$ java -version
    java version "1.6.0_45"
    Java(TM) SE Runtime Environment (build 1.6.0_45-b06-451)
    Java HotSpot(TM) 64-Bit Server VM (build 20.45-b01-451, mixed mode)
    However, the Java Control Panel in System Preferences reports that JRE 7 Update 45 is installed.
    Certain programs (like Minecraft) are failing to run because they're using the shell to launch.  how can I fix this?
    I have checked /etc/profile ~/.profile, and JAVA_HOME is not being set explicitly.

    Ah - I found the answer here: http://superuser.com/questions/479372/java-version-reporting-wrong-version-on-ma c-osx-mountain-lion
    It seems that installing the JRE does not update /usr/bin/java or the reported version at the command line.  To do that, you need to install the full JDK.

  • Different versions of Java webstart and Java Runtime Environment

    Hi I am using a thin application client (swings application) which is downloaded as a jar file using Java Web Start. The earlier version of the application was deployed on the server and client using the version 1.5.0_09. Due to some performance measures we are changing the Client version of JRE to 1.6.0_03. Will this really help??
    The approach we are following is bit confusing.
    First we are launching the application in JRE 1.5.0_09 and creating a shortcut for that (WebStart shortcut). Later we are changing the Java Web Start version from 1.5.0_09 to 1.6.0_03 in the shortcut.
    And of course also changing the JNLP j2se version tag to 1.6
    The application we are launching using this shortcut but its throwing FailedDownloadException : Unable to Load Resource hxxp://ascdcf.....*.jnlp
    The funny thing is when i launched the same shortcut using the 1.5.0_09 version i.e. only the WebStart version as 1.5.0_09 and the JRE on client as 1.6.0_03 the application starts.
    I searched about this and came to know that webstart just deploys the application jar on the client in a browser independent form and then it is run on JRE. If thats the case (and if i am right) then Webstart version can be anything only the JRE version should be the latest as specified in the JNLP. Can anyone give me suggestions in this regard???
    Also if this approach is correct where will we get more performance???
    1. Is it running application on updated JRE Version i.e. 1.6.0_03
    2. Or on updating Java Web Start i.e. 1.6.0_03 (curretnly which is not running)
    Also the Java Web Start is a part of JRE then where does this lead to....???
    I am just an amateur with great doubts.....kindly help......

    Hello,
    I suggest you really read, understand and trial-and-error the following previously suggested solutions;
    http://stealthpuppy.com/juggling-sun-java-runtimes-in-app-v/
    http://packageology.com/2014/02/sequencing-java-the-definitive-guide-part-1/
    http://packageology.com/2014/02/sequencing-java-definitive-guide-part-2/
    http://packageology.com/2014/02/sequencing-java-definitive-guide-part-3-restricting-access-insecure-java-versions/
    Nicke Källén | The Knack| Twitter:
    @Znackattack

  • "Official ArchLinux" way to override version with java-runtime-common

    Since the latest update to java-runtime-common it's no longer possible to override the default Java version using the JAVA_HOME environment variable. This means that to use a different version you have two options:
    * Change the default version each time you want a different version, thus forcing every Java app to use that other version
    * Edit the PATH such that the $JAVA_HOME/bin of the desired overriding Java environment is ahead of the wrapper, thus bypassing java-runtime-common altogether
    Is there some "official" way to run with the non-default version while still using the ARchLinux official tool?
    How should this be implemented in packages/AUR that require a specific version or versions of the JRE/JDK?
    Thanks!

    nomorewindows wrote:Sure, it's a command called archlinux-java
    I already know about that command, it's nothing to do with running java in a particular version as a once-off thing. It's used to set the default java version, and to retrieve a list of versions.
    To explain again, I need to have a default version set, but sometimes I want to run a different version. Previously I could just do something like this:
    env JAVA_HOME=/usr/lib/jvm/java-7-oracle INSERT_COMMAND_HERE
    Now that doesn't work anymore. How are we "officially" meant to be doing it now, as the only way I can see now is to just bypass the wrapper by inserting the new JAVA_HOME in the PATH before everything else.
    Last edited by Phreakazoid (2014-10-13 02:05:24)

  • OPSC 12cR1 Install Error:no compatible version of 64-Bit java runtime exist

    The Full error msg from the 12cR1 installer script:
    Using Solaris sparc_64 Binaries
    localhost is alive
    warning: Jvm: System has greater version of 32-Bit java runtime (1.7.0_05) than
    the bundled version (1.7.0_02). However, no compatible version of
    64-Bit java runtime exists on the system. You can either choose to
    continue, in which case, the 64-bit support on the Enterprise
    Controller will be disabled or manually install the 64-Bit java runtime
    (1.7.0_05) and try again.
    Number of precheck info messages: 0, number of warnings: 1, number of errors: 0
    I saw that the 11g installer script had the same problem last year. Why is this still a problem?  How do I work around it?? The prior 11g workarounds did not work for me.
    My JAVA versions, both 32&64bit, are there:
    #java -d32 -version ; java -d64 -version
    java version "1.7.0_05"
    Java(TM) SE Runtime Environment (build 1.7.0_05-b06)
    Java HotSpot(TM) Server VM (build 23.1-b03, mixed mode)
    java version "1.7.0_05"
    Java(TM) SE Runtime Environment (build 1.7.0_05-b06)
    Java HotSpot(TM) 64-Bit Server VM (build 23.1-b03, mixed mode
    Any help would be greatly appreciated. Thanks!!

    Ops Center bundles the Java runtime in the installation but it will not install it if there's a newer version already installed.
    In your case, you only have 32 bits version installed which is newer, so Ops Center cannot continue as you cannot install a lower version of the 64 bits.
    This will tell you the 32 bits version:
    # pkgparam SUNWj7rt VERSION
    You're probably missing the SUNWj7rtx - which is the 64 bit version.
    This will probably give you an error (this will check the 64-bit java version):
    # pkgparam SUNWj7rtx VERSION
    To see if you have it installed:
    # pkginfo | grep SUNWj7rtx
    To resolve this, you should install the same version in 64 bits (SUNWj7rtx) and then try the Ops Center installation again.

  • How do I delete any previous versions of Java from my machine

    My name is Mason McFadden. I like to play on a game site called http://www.pogo.com/ in safari & several other internet browsers for the mac. I'm having many issues with the games such as freezing, my game window being squished smaller, games not loading, games getting stuck, etc.
    Pogo's support team has told me to make sure that all previous versions of java on my machine are uninstalled, and to update my java via a link they provided me with. However, on a mac, I don't see java listed in the applications folder, therefore I'm unsure of how to "uninstall any java versionsI may have if you will. Pogo games run on Java, which is why it needs it, and pogo believes there's a problem in my java, and it's crashing.
    Does anyone know of this game site? If anyone plays it, do you have any trouble with the games? How can I check out my Java? Although pogo's troubleshooting team told me to try to contact Apple support agents on top of their own support team working at my issue, I thought I might post a community forum first, as the phone calls are fee based. If someone out there has any suggestions or can help me before it be necessary for me to call support agents, I'm open. Please let me know. Does pogo run on a specific version of Java? I have the iMac with OS X 10.6.8. NOT the OS X Lion 10.7. Please let me know. Thank you to all and I look forward to speaking with you soon. I never had any problems when I first got my computer until one day I ran a software update. I hope some of this information is helpful. Thank you again. Enjoy your day!
    Sincerely Yours,
    Mason McFadden

    You must select all ur mails and delete them at the same time, then go to the trash folder and delete all mails from there too, also delete mails from send folder and from every folder, that make recovery all those GB you have storaged

  • JAVA Runtime version 1.4.2_06

    Hi,
    I need to download the Java Runtime Version 1.4.2_06 and I cannot seem to find a place to download the proper installation file. The Sun site was no help and I can't seem to find it on the Apple site. Any help in getting this exact version would be greatly appreciated.
    Dave

    Dave
    Welcome to Apple Discussions!!
    I need to download the Java Runtime Version 1.4.2_06I don't know if Java Update 1.4.2 will give you that exact version, since my java is now 1.5. Any files I have left over refer only to "1.4.2" with no suffix.

  • JAXB for previous versions of Java

    Will JAXB work with previous versions of Java. Say like Java 1.3 ?
    Thanks,
    - Liju.

    "The JAXB RI requires J2SE 1.3.1 or later"
    http://java.sun.com/xml/jaxb/users-guide/jaxb-intro.html#configure

  • How do I return to the previous version of Java?

    After the latest Apple Update I have
    After the latest Apple-Update, I use Java 6 Update 24 for Mac OS X 10.6.
    If I try to upload the files in Safari and clicking the button for the upload, the window don't open to select the files.
    If I try the same with Firefox, sometimes it works, sometimes not.
    It is possible to get back to the previous version (perhaps Java 6 Update 22) and how?

    Same probs here! Cannot acces drop-down menus in ebay, it screwed up my email and I can't access links, other stuff too! I thought these guys were reputable? And they want to drop support for the older version? NOT REAL HELPFUL! PLUS, YOU HAVE TO JUMP THRU HOOPWS TO DOWNLOAD OLDER VERSION, INSTEAD of putting access to it on the SAME page as the groovy new FF 4! C'mon guys! Can't you see this thing is not READY yet???? -Al McD.

  • Uninstall previous versions of Java before applying new version?

    Hi,
    I would like to push out java version 8.0.3.1 to some clients but I would like to uninstall any previous versions before doing so. Is this possible to do so? Maybe using supersendence? I am not sure what the best way to do this if anyone has any suggestions?
    TIA

    MsiExec /X
    {26A24AE4-039D-4CA4-87B4-2F83218025F0} /qn
    Should remove 25,
    You could even stick it in a script and have it run before
    your script installs 31.
    This way the old would be removed and the new installed
    in one deployment.

  • About Java runtime version 1.4.1_02

    Hi,
    Before I've tried to setup Citrix connection in my machine, I've got such problem for not having this. But can we find out such runtime in the web?
    Thks & Bst Rgds,
    Huamin

    Dave
    Welcome to Apple Discussions!!
    I need to download the Java Runtime Version 1.4.2_06I don't know if Java Update 1.4.2 will give you that exact version, since my java is now 1.5. Any files I have left over refer only to "1.4.2" with no suffix.

  • HT202912 I get the message "To view this web content, you need to install the Java Runtime Environment" Do I need two versions as this article suggests?

    I just upgraded to Yosemite on my 2010 MacBook Pro.  When I reboot I get the message "To view this web content, you need to install the Java Runtime Environment" and I've also seen the same pop-up once while running OpenOffice.  And now while composing this post. 
    Yes - I followed the link and installed the Oracle version of Java, version 8, and the test page confirms that I have the current version running. 
    I read some threads on discussions.apple.com but didn't like the answers. 
    I found this:  http://www.macworld.co.uk/how-to/mac-software/advanced-tips-for-mac-os-x-yosemit e-3582877/
    and tip # 10 seems to answer my question.
    Anyone else have experience on this?

    Most likely, you have either the Facebook video calling plugin or the "NexDef" plugin for watching baseball streams. Both depend on the Java runtime distributed by Apple. If you no longer need the plugin, remove it. Otherwise, install Java.

  • What is the Java runtime version required for SAP GUI 6.20 for Windows?

    Hi All,
    I need the following information:
    1.       What is the Java Runtime version required for SAP GUI version 6.2 for Windows (Platform Windows XP)?
    2.       And is there any problem if we use Java runtime version 1.6 on PC?
    It would be great if anybody can provide the information on the above.

    To run SAP GUI for WIndows -- Java isnt a pre-requisite nor is there any dependency for the same.
    Thanks,
    GLM

  • Regarding removing all previous versions of the Mocrosoft Server Speech Platform Runtime

    While I was trying to install Kinect SDK Ver. 1.8, I was asked to remove all previous versions of the Mocrosoft Server Speech Platform Runtime. 
    Regarding this, I tried to find the program but I couldn't. 
    I am working on Windows Vista. 
    Any comments and solutions would be appreciated. 
    Thanks, 

    Hi Park,
    I agree with Martin, please ask Vista Forum for help so that you can get more professional suggestions. For your convenience:
    https://social.technet.microsoft.com/Forums/windows/en-US/home?category=windowsvistaitpro
    However I would like to share some information for you.
    Based on my research on Kinect SDK Ver. 1.8, the supported OS as below:
    Windows 7, Windows 8, Windows 8.1, Windows Embedded Standard 7
    Maybe this is the root reason that why cannot install Kinect SDK Ver. 1.8 on Vista.
    More details to see:
    http://www.microsoft.com/en-us/download/details.aspx?id=40278
    Thanks
    Mavis Huang
    TechNet Community Support

Maybe you are looking for