JRE or SDK install problem - installing in non-std dir

I'm encountering a problem trying to install either the JRE or SDK into a non-standard directory (one that's not the default of c:\j2sdk1.4.2_01 or what have you). This is occuring with both 1.4.2_01 and 1.4.2_02.
In this case, I'm trying to install it in a directory similar to c:\progra~1\compan~1\produc~1\jre. (Short names b/c I can't figure out how to do long paths silently, but that's a whole different issue).
The install nears the end and then presents the user with a "Java(TM) Update (1.4.2_01-b06) cannot be installed on this machine because the Java(TM) Virtual Machine is currently running. Please close all running Java(TM) applications, especially browsers. [RETRY] [CANCEL]" message.
There's definitely not a JVM running at the moment. If I click Cancel, the install finishes up and there is a workable install there. But why the prompt? Since this is a silent install within another install, it will cause concern for my customers.
The last few lines of my setup file:
Action start 19:16:59: removesdkpackfiles.
Action ended 19:17:00: removesdkpackfiles. Return value 1.
Action start 19:17:00: unzipdemos.
Action ended 19:17:15: unzipdemos. Return value 1.
Action start 19:17:15: copysrczip.
Action ended 19:17:19: copysrczip. Return value 1.
Action start 19:17:19: patchsdk.
Error 1722.There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action patchsdk, location: C:\Program Files\Common Files\Java\Update\Base Images\j2sdk1.4.2-b28\patch-j2sdk1.4.2_02-b03\patchsdk.exe, command: -s "C:\PROGRA~1\COMPAN~1\PRODUC~1\jre\"
Action ended 19:17:35: patchsdk. Return value 3.
Action ended 19:17:35: INSTALL. Return value 3.
=== Logging stopped: 10/23/2003 19:17:35 ===
The command line to kick off the install:
j2sdk-1_4_2_02-windows-i586-p.exe /s /v\"/qn ADDLOCAL=ALL IEXPLORER=1 INSTALLDIR=c:\progra~1\compan~1\produc~1\jre /L \jresetup.log"
Has anyone encountered this? I've narrowed it down to the fact that it's an install into a directory that's not the default. If I run the install without specifying the INSTALLDIR, everything works fine. Help is appreciated!

See the original posting and comments in http://forum.java.sun.com/thread.jsp?forum=14&thread=462167 and the bug http://developer.java.sun.com/developer/bugParade/bugs/4953793.html
Rebooting has no effect whatsoever on this problem; even if you can now get the SDK installed, a non-administrative account won't be able to use the JRE in it, nor will the user be able to use the other JRE installed in the default location.

Similar Messages

  • 1.4.2_03 SDK install problem (WinXP SP1)

    I just installed j2sdk 1.4.2_03 (freshly downloaded), and installed on my WinXP SP1 laptop.
    * The install croaked at the point at which it tried to install the standalone JRE (threw up an error dialog, and if you hit OK on that, it exits the install without installing the JRE).
    * At that point, if I do "c:\j2sdk1.4.2_03\bin\java -version" (to check the version of the JRE contained in the SDK), it says "build 1.4.2-b28" (!!!). (I don't have any other JREs installed anywhere, and verified that it was indeed picking up the JRE from c:\j2sdk1.4.2_03\jre.)
    Did the 1.4.2_03 SDK go out with a bad JRE bundled? The 1.4.2_02 SDK correctly identifies itself (java -version) as "build 1.4.2_02-b03", and I've uninstalled everything and rolled back to that version of both the JRE and SDK, and everything works fine now (installs flawlessly).

    I am seeing the same problem with the j2sdk1.4.2_03 SDK and JRE installers. The error showing up on XP is "Error 1722. There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor." The install then exits with the package in a partial state and must be uninstalled. I also see the same problem when installing the older j2sdk1.4.2_03 SDK. Sounds like there is return state that is not being handled correctly in the package installer. Any ideas on how to fix this problem?
    Thanks
    Mark

  • AM SDK Install Problem - Two server config

    I am using the 2005Q4 release of JES on Solaris 10 zones. I have ds, web, and AM on first zone (zldap) and I have web, and the sdk installed on the second zone (zmail). No problems with the zldap appliations. The zldap apps start and run without issues.
    **zldap zone: /jes/ds, /jes/web, /jes/am (full install), and /jes/da
    **zmail zone: /jes/web, /jes/amsdk (AM SDK)
    I installed the AM SDK on the web server in the zmail zone and it starts up without any errors, however, when I try the"./amadmin -u amadmin -w *** -m http://zldap.domain.com" command it returns errors. I am also trying to install the uwc and get errors and I am assuming that there is a problem with the SDK.
    Below is a cut of my "silient" install file for the amconfig -s silent install. Am I using the wrong values for server?
    DEPLOY_LEVEL=4
    SERVER_PROTOCOL=http
    SERVER_NAME=zldap
    SERVER_HOST=$SERVER_NAME.domain.com
    SERVER_PORT=80
    ADMIN_PORT=8888
    DS_HOST=zldap.domain.com
    DS_DIRMGRPASSWD=*******
    ROOT_SUFFIX="o=isp"
    ADMINPASSWD=*******
    AMLDAPUSERPASSWD=*******
    COOKIE_DOMAIN=.domain.com
    AM_ENC_PWD="xxxxxxxxxxxxxxxxx"
    NEW_OWNER=root
    NEW_GROUP=root
    PAM_SERVICE_NAME=other
    WEB_CONTAINER=WS6
    BASEDIR=/jes/amsdk
    CONSOLE_HOST=$SERVER_HOST
    CONSOLE_PORT=$SERVER_PORT
    CONSOLE_PROTOCOL=$SERVER_PROTOCOL
    CONSOLE_REMOTE=true
    SERVER_DEPLOY_URI=/amserver
    CONSOLE_DEPLOY_URI=/amconsole
    PASSWORD_DEPLOY_URI=/ampassword
    COMMON_DEPLOY_URI=/amcommon
    DIRECTORY_MODE=4
    DS_PORT=389
    DS_DIRMGRDN="cn=Directory Manager"
    USER_NAMING_ATTR=uid
    ORG_NAMING_ATTR=o
    ORG_OBJECT_CLASS=sunismanagedorganization
    USER_OBJECT_CLASS=inetorgperson
    DEFAULT_ORGANIZATION=domain.com
    JAVA_HOME=/usr/jdk/entsys-j2se
    AM_REALM=disabled
    NEW_INSTANCE=false
    WS61_INSTANCE=https-zmail.domain.com
    WS61_HOME=/jes/web
    WS61_PROTOCOL=$SERVER_PROTOCOL
    WS61_HOST=zmail.domain.com
    WS61_PORT=$SERVER_PORT
    WS61_ADMINPORT=$ADMIN_PORT
    WS61_ADMIN="admin"
    Thanks for any suggestions.

    Yes, I can telnet to zldap ports 80, 443, and 389 from zmail. Note, zldap and zmail are Solaris 10 zones on a single V490.
    Here's my differences between the AMConfig.properties on each system. Not sure that to think about the diffs?
    root@mail# diff /tmp/AMConfig-zldap /tmp/AMConfig-zmail
    < com.iplanet.am.defaultOrg=o=isp
    com.iplanet.am.defaultOrg=domain.com,o=isp< com.iplanet.am.notification.url=https://zldap.domain.com:443/amserver/notificationservice
    com.iplanet.am.notification.url=http://zmail.domain.com:80/notificationservice
    < com.iplanet.am.rootsuffix=o=isp
    < com.iplanet.am.domaincomponent=o=isp
    com.iplanet.am.rootsuffix=domain.com,o=isp
    com.iplanet.am.domaincomponent=domain.com,o=isp< com.iplanet.am.admin.cli.certdb.prefix=https-zldap.domain.com-zldap-
    com.iplanet.am.admin.cli.certdb.prefix=https-zmail.domain.com-mail-< com.sun.identity.authentication.super.user=uid=amAdmin,ou=People,o=isp
    com.sun.identity.authentication.super.user=uid=amAdmin,ou=People,domain.com,o=isp< com.sun.identity.authentication.special.users=cn=dsameuser,ou=DSAME Users,o=isp|cn=amService-UrlAccessAgent,ou=DSAME Users,o=isp
    com.sun.identity.authentication.special.users=cn=dsameuser,ou=DSAME Users,domain.com,o=isp|cn=amService-UrlAccessAgent,ou=DSAME Users,domain.com,o=isp< com.iplanet.am.installdir=/jes/am/SUNWam
    < com.iplanet.am.install.basedir=/jes/am/SUNWam/web-src/services/WEB-INF
    com.iplanet.am.installdir=/jes/amsdk/SUNWam
    com.iplanet.am.install.basedir=/jes/amsdk/SUNWam/web-src/services/WEB-INF< com.iplanet.am.session.client.polling.enable=false
    com.iplanet.am.session.client.polling.enable=true< com.iplanet.am.console.remote=
    com.iplanet.am.console.remote=true< #com.sun.identity.server.fqdnMap[<invalid-name>]=<valid-name>
    com.sun.identity.server.fqdnMap[zldap.domain.com]=zldap.domain.com< com.sun.identity.webcontainer=WEB_CONTAINER
    com.sun.identity.webcontainer=SUN_WEBSERVER< com.sun.identity.liberty.interaction.htmlStyleSheetLocation=/jes/am/SUNWam/lib/is-html.xsl
    com.sun.identity.liberty.interaction.htmlStyleSheetLocation=/jes/amsdk/SUNWam/lib/is-html.xsl< com.sun.identity.liberty.interaction.wmlStyleSheetLocation=/jes/am/SUNWam/lib/is-wml.xsl
    com.sun.identity.liberty.interaction.wmlStyleSheetLocation=/jes/amsdk/SUNWam/lib/is-wml.xsl

  • Installation error:  Cannot find a J2SE SDK installed at path C:\Program Fi

    I am installing latest version of SQL Developer, Release 1.2. I have Sun Java 2 Standard Edition Version 1.5.0 (build 1.5.0_10-b03). When I browse and select the java.exe found it comes up with error: Cannot find a J2SE SDK installed at patch
    C:\Program Files\Java\jre1.5.0_10
    I am installing the version I downloaded for Windows systems with JDK1.5.
    I have tried on two different machines.
    Any ideas?

    This is going to seem loooong, but comprehensive.
    I'd initially always suggest using the bundled
    package, since that's supposed to be a tested and
    proven combination.You know what, I'm gonna be mighty surprised if you're implying that Oracle hasn't 'tested and proven' the releases at http://www.oracle.com./technology/software/products/sql/index.html other than the first 77 MB download labeled Oracle SQL Developer for Windows... :)
    After having problems with a graphics card for
    example, installing the latest JDK might be
    indicated.Huh?!? Not a clue what you're talkin' 'bout! :S
    It's also easy for users who don't know which Java
    version to download, or even where to find it! You
    guys have proven that: although it's stated you need
    .First of all, it says right there on the download page (http://www.oracle.com./technology/software/products/sql/index.html) that:
    "JDK 1.5 (JDK 5.0) is required. This is the minimum JDK version required"
    And we've "proven that [..] although it's stated you need the JDK, [we]'ve tried running with the JRE" and have NOT been able to run the application. It just presents the user a dialog box to locate the 'SDK' manually and exits gracefully if you try to dismiss it. So, conclusively proven, the JDK (or as SQL Developer puts it, Java SDK) is required- QED.
    And given users might have several versions running
    on the same machine (I have half a dozen), sqldev
    could easily pick up a wrong version.And every JRE installation (atleast all of Sun's) make sure they update the default (via PATH and other required system variables) JRE point to the latest one installed. So if you have anything 1.5+ you're good to go; if not, you've got an incompatile JRE. Doesn't sound that hard to me!
    As for being bulky, even without the bundled JDK, it
    still is.Ya missed the point. Developers are making Java applications bulkier by including the JRE/JDK with their distributions. A SQL Developer release sans JDK is about 46 MB; with JDK that climbs to 77 MB (sizes quoted from download page linked above).
    Imagine what happens when you have, besides SQL Developer (JDK 1.5 included), some-cool-java-app that also includes the JRE/JDK it was built on; and then another-java-app that also includes a JRE/JDK... I bet JDeveloper also comes with a JDK bundled in. So, now you have FOUR copies of JRE/JDK (aside from the "have half a dozen" that probably installed themselves via Java Update Checker)!
    Here's the big picture, the savings in disk space would only be the beginning of your benefits. Here's a few others:
    - Class Data Sharing (http://java.sun.com/javase/6/docs/technotes/guides/vm/class-data-sharing.html) introduced in Java SE 5.0 provides for storing definitions of commonly used classes in a representation closer to machine code, even closer than bytecode, this reducing load and startup time. Plus all VM's launced using that particular distribution get to share the cache- Performace+ !!
    Running each app offa' it's own VM just causes multiple caches to be loaded. You just multiplied your losses! :(
    - Sun is currently working on a way to have applications simply inject into a running JVM. That way, there is no load and startup time for the JVM, just the time to load you app classes. Using different distros would completely defeat this!
    (The reason why this feature isn't out yet is because they're still trying to make it possible to specify hitherto VM configurations like security and logging as application configurations. Then there's also the issue of setting up class loading boundaries between applications.
    You say you don't have to bring over the VB runtime
    for each app? I remember in the 90's doing it all the
    time. Of course, being MS, now that's not necessary
    anymore, since it's "magical" Windows. I don't have
    any machine from Sun, but for sure they've got Java
    bundled with it, right?I don't believe you had to do that since VB 5; and that's because MS realized that they messed up on this very point upto then! Sun worked the simple solution to that into their deployment strategy- install only ONE runtime and run all apps off that. As for you're half-a-dozen, I think you can safely uninstall the five older versions; because, even today, people are running apps developed using JDK1.1 on Java SE 6.0!
    Again, I find the most logical difference between JRE
    and JDK being the debugger. As you say it yourself:
    JRE for end-users, who don't need to do any
    debugging.
    Now, sqldev is not just a table browser, but also for
    debugging PL/SQL. 1 + 1 = 2.I think it's a little naive to differentiate between the JRE and JDK on just the debugger! Aside from the obvious inclusion of a compiler, the JDK has several other tools for monitoring/managing the heap, threads and logging on the fly. There's also the Doclet API and Sun's javadoc implementation, dev interfaces for instrumenting the VM, native interfaces, ...
    And I reiterate, we're talkin' PL/SQL developers here. Why would I want to give a PL/SQL developer a Java Development Kit?!? ;|
    Nevertheless, as said in the other thread, if the
    team discloses how to circumvent the SDK check at
    startup, you can go ahead and use the JRE. In any
    case, you'd have to agree that won't work as
    out-of-the-box solution...You're right, it won't work like a standard Windows OOTB app. But, it WILL work as a Java OOTB that only mandates that there be a JRE available; just like the scores of Java apps out there- from tiny little Pong clones to large IDE's like NetBeans.
    BTW, don't even think about quoting Websphere/Rational/Eclipse as counter-arguments. They are the biggest offenders as far as this issue goes. And jikes is an abomination, a curse Sun must carry as a result to opening the VM Spec. But, I digress...

  • Cannot find a J2SE SDK installed at path C:\Program Files\Java\jre6

    Hi,
    I am trying to install the latest version of SQL Developer 3.0 on my brand new Windows7(64-bit) computer. I already installed the Java SDK6 (Update26). Unfortunatelly I am forcing some problems.
    When I start the sqldeveloper.exe for installing - at the beginning when I browse and select the java.exe an error comes up:
    Cannot find a J2SE SDK installed at path C:\Program Files\Java\jre6
    Why isn't it working?
    Can you help me? Any ideas?
    Thanks a lot!

    That's because you are trying to run SQLDeveloper with a JRE not a JDK.
    Since you already installed a JDK you should have a folder labeled
    jdk1.6.0_26in your C:\Program Files\Java directory.
    If you cant find the proper JDK in your system the 64 bit version for windows can be found here:
    http://download.oracle.com/otn-pub/java/jdk/6u26-b03/jdk-6u26-windows-x64.exe

  • Java (JRE) won't install??

    While visiting a site, the java applet, on the site would not run. Further browing discoverd that I needed an updated version of the JRE. Having had problems with Java, in the past, I removed my old version before installing the new version.
    MSIEXEC.EXE logged the removal of the old version.
    FIRST TRY: attempted the "online" install version. After downloading NOTHING happened. Lots of disk activity, but no installation program was run. NO errors were displayed. Tried this twice, same results.
    SECOND TRY: downloaded the file for manual install. Download went fine, no problems. Closed browser, ran installation program. AGAIN lots of disk activity (unpacking files?). Same results as before, i.e. no installation program appeared and no errors were reported.
    Third tries and onward: Re-downloaded the files from different locations, on the possibility that the files were corrupted some how. All files were the same and were checked to be true copies.
    Some snooping around led me to find that the disk activity was caused by the file unpacking an MSI file. Attempted to run the MSI file. It failed, with this error:
    *** Begin Quote ****
    This installation package could not be opened. Verify that the package exists and that you can access it or contact the application vendor to verify that this is a valid windows installer package.
    **** End Quote ****
    Fisrt Question: (Obviously) why won't the installation progam run?
    Second Question: has support for win 9x been dropped?
    Hope someone here has an answer. because this one has me stumpted.
    Bill

    I have been trying to install the latest command line programming JDK, Java SE 6 (any recently updated "subversion" so to say), and have found that the Microsoft Support, today, sent me to Sun and I presume Sun will send me to Microsoft (since, for now, I'm using Windows 98 SE "not supported" blahblahblah) -- Point: I was glad to find this thread x 1 googleplex.
    But I don't know if by .old you mean change, literally, the name of the file (using DOS rename command? which I've done, nothing yet ecept message telling me I have to insert the last of the disks first?!?) to MSIEXEC.OLD -- or if by ".old" you meant something else, something prehensile or obsolete MSIEXEC.FOO, in other "words" -- which, if so, I need to know the actual real extension name/spelling of (unless you can draw me a picture.
    I have no small amount of urgency wrapping this around my hypothalamus. Must have the command line prgramming tools -- the jdk -- installed. Can not fail. Therefore: thanks again for your help!
    I don't know if the Sun forum this is on will inform me of a reply; please, if you have some anonymous way to send one to my email I'd really appreciate it: [email protected] (I already get so much spam I don't mind posting that adress. Yours will be destroyed in a burst of atomic flame as soon as I get the Java SE 6 running the programs in Herbery Schildt's superbly written Java, The Complete Reference.) --A. Zope (I know this's way non-tech writing verbose, sorry.)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Missing Java Web Start after 1.4.2 SDK install??

    After doing the full 1.4.2 SDK install on Windows XP SP 1 there is no sign of Java Web Start (no desktop icon, no obvious folder, etc)! Further the appropriate extensions do not seem to be mapped.
    The installed completed without errors and in other respects seems to have worked.
    Can anybody shed any light on the situation?

    I had this problem installing the SDK+netbeans cobundle on my w2k machine. I ended up downloading the two separate install packages, which worked just fine.

  • Does the java 1.4.2 sdk install the Java Runtime Environment twice?

    I just installed this and I noticed that it appears I have two copies of the JRE one in C:\Program Files\Java\j2re1.4.2 and one in C:\j2sdk1.4.2\jre\
    The contents of both folders look identical to me. Did the SDK install two copies? Did one copy come with Windows XP or Service Pack 1? In Add/Remove Programs there is one entry for the Java Runtime Environment and one for the SDK. I'd like to get rid of one of the copies of the JRE if possible. Thanks,
    Ollie

    The copy in Program Files is likely the Java plug-in used with your web browser. I only have 1.3.1 installed so I can't positively confirm your 1.4 installation. Under Control Panels, you should have a Java Plug-in control.

  • Oracle 11gR1 on Windows Xp Error Cannot find J2SE SDK installed at path

    When I type in path for java.exe in SQL Dev. , I get error 'Cannot find J2SE SDK installed at path: C:\Program Files\Java\jre6.' when I entered the path C:\Program Files\Java\jre6\bin\java. What is the reason for this error? How can I correct it? Database installation said it was successful

    SQL Developer needs the Java JDK not the JRE to operate successfully. Your path looks like a path to the JRE. There is a windows download that comes complete with a Java Developer kit.
    regards
    Niall

  • Which JRE version to install on 64bit OS (win server 2008)

    Hello everyone
    I'm not sure what Java and JCO versions / releases to install on a Windows Server 2008 Standard 64bit Edition. We're installing  Edge BI 3.1... apparently this is 32bit Software. I understand that we need to install JCO 2.1.9. Normally I prefer to install 64bit versions of a software on a 64bit OS.
    In the JCO 2.1.9 installation preliminaries I read:
    The SAP Java Connector (JCo) 2.1.9 requires a Java Runtime Environment (JRE) version 1.3 or 1.4. The 64-bit JCo versions need a 64-bit JRE version 1.4. Please see SAP note 549268 for a current and detailed list of supported platforms and Java runtime environments.
    Unfortunately I can't find a 64bit JRE version 1.4... just a 32bit JRE 1.4.2_19 version. Furthermore this Java version is end of life. See http://www.oracle.com/technetwork/java/javase/download-138376.html.
    So question is: what versions exactly for JCO 2.1.9 (32 or 64 bit) and JRE should I install?
    Thanks for some clarification in advance to anyone!
    Renaud
    EDIT:
    According to [this|Re: BOE SAP integration kit issue - Java connector] posting it seems that it is required to install the 32bit version of JCO 2.1.9

    Actually, this problem is only partially solved. I still get "Can't connect to local MySQL server through socket '/var/mysql/mysql.sock..." when I type 'mysql'. I can access mysql by typing 'sudo mysql', but still get the socket error when connecting via php, so I think I still need to get to the point where I can type mysql without sudo.
    Also, I went ahead and installed MySQL 5 with the tar package.
    Message was edited by: rabbitdog

  • When SDDM x64 says "Cannot find a J2SE SDK installed at ..."  what is it actually looking for?

    First of all,please forgive me if this question has been answered before, but search facilities in this new forum are even more rubbish than the old one, which is an achievement I wouldn't have thought possible.
    Anyhoo.
    I have downloaded the 64-bit version of Data Modeller, which comes without the JRE.
    I have installed JDK1.3.0.21.  I have subsequently also downloaded and installed JRE 1.7u21.  However when I run datamodellerx64.exe for the first time it hurls with this message:  "Cannot find a J2SE SDK installed at C:\Program Files\Java\jdk1.7.0_21\bin".     It also doesn't like  C:\Program Files\Java\jre7\bin  (under the JDK install) or .C:\Program Files (x86)\Java\jre7\bin (the JRE install)
    So what path does it actually want?
    I suppose I could download and install the 32-bit version with the inbuilt JRE but that would be a pretty sorry workaround.
    Cheers, APC
    Message was edited by: APC - just realised I had typed "with the JRE" instead of "without", which is actually the entire source of the issue.  Doh!

    The first time you start up Data Modeler, it should prompt for the Java home.  You should select the java.exe file within the jre\bin folder of a Java JDK.
    Thanks!  This was the bit which was confusing me.  What I needed was C:\Program Files\Java\jdk1.7.0_21\jre\bin\java.exe
    Of course, then I get a message telling me that versions above 1.6 are not certified, but I'm not installing a monstrous rootkit on my new laptop simply to run SDDM, so I guess I'll just rub along without the certification.   It seems to start up just fine.
    Cheers, APC

  • Cannot find a J2SE SDK installed at path...

    I posted this in the SQL-Deveolper forum, but perhaps it is better posted here, since it is a Java issue.
    I found a thread for this same problem from 2007, but did not find an answer for it.
    I'm installing sql-developer on a Windows7 machine 64bit. When I go to run the exe, I get the popup:
    "Cannot find a J2SE SDK installed at path: C:\Program Files\Java\jre7."I've downloaded and installed a couple of jdk's to fix this:
    jdk-6u37-windows-x64.exe
    jdk-7u9-windows-x64.exe
    These did not work.
    Can anyone tell me what I need to download to get this to work and where I can find it?
    Thanks,

    I realized we have another wiindows machine that runs sql-developer just fine. I copied the jdk-6u25-windows-x64.exe from that machine and installed on the newer one. The install complained that a new version of java was already installed. But, the older version works where the newer one did not - does not.
    So I'm good. But it would be nice to know why the new versions do not include all the foo that seems to make sql-developer work.

  • Troubles with installing an non-CA certificate on ...

    hi folks,
    i´m encountered with the problem to install an non-ca certificate on our e60.
    i can browse to the website as describe in the howto "installing an certificate on s60". but i can´t find an menu where i can import the certificate...
    could someone please help me?
    thanks a lot,
    Andre

    move the certificate to the phone, then use file manager on the phone to locate the file, then select it. If all is well then it should ask you if you want to install it.
    Hope you are not using SBS2003, because M4E doesn't like self signed certificates.

  • Have JRE 1.6_21 installed but Oracle Apps wants to install 1.5_10.

    I have Have JRE 1.6_21 installed but Oracle Apps wants to install 1.5_10 when I click on any link in Oracle Applications Home page that launchs an oracle form.
    Anybody know what I am doing wrong? I had the working before and now don't know why a dialog comes up when in click on a form link that ask to install JRE 1.5_10? Could this be a classpath problem?

    Hi,
    Please post the application release along with the OS.
    I have Have JRE 1.6_21 installed but Oracle Apps wants to install 1.5_10 when I click on any link in Oracle Applications Home page that launchs an oracle form. Installed JRE 1.6_21 where?
    Anybody know what I am doing wrong? I had the working before and now don't know why a dialog comes up when in click on a form link that ask to install JRE 1.5_10? Could this be a classpath problem?Have you changed anything at the server side?
    Can you reproduce the issue from other machines?
    Thanks,
    Hussein

  • Installing printer non wireless

    I'm installing an HP Envy 4500. I want to install it non wireless to a dell Inspiron 3847 computer. The Envy 4500 doesn't ship with a printer cable. What kind of cable do I need?
    This question was solved.
    View Solution.

    You need a Printer USB cable, not a standard USB cable.  Like this.
    http://www.amazon.com/Mediabridge-USB-2-0-High-Speed-Gold-Plated/dp/B001MSU1HG/ref=sr_1_1?ie=UTF8&qi...
    Say thanks by clicking the Kudos Thumbs Up to the right in the post.
    If my post resolved your problem, please mark it as an Accepted Solution ...
    I worked for HP but now I'm retired!

Maybe you are looking for

  • Unable to create a crystal report 2013 on the top of SAP BW 7.00

    Hello Team, We are trying to connect SAP Crystal Reports 2013 to SAP BW 7.00 SP26. This crystal report is being developed on the top of a BEx query accessing through OLAP. 1.  We are getting an error- 'Internal Error: The reports applicatiton server

  • Find and replace characters in file names

    I need to transfer much of my user folder (home) to a non-mac computer. My problem is that I have become too used to the generous file name allowances on the Mac. Many of my files have characters such as "*" "!" "?" and "|". I know these are problems

  • Adobe Media Encoder... Not encoding

    So I got my video all said and done. I export the media. The encoder pops up, and I start the queue. ...and this is where my problem starts. The job will sit there and not start what so ever... I left it for an hour and came back to 00:00's... I noti

  • Start-up crashing

    Aperture crashes when I try to start it. Just started happening, error message below. I'm running a new retina Macbook. Any ideas? Thanks. Process:         Aperture [222] Path:            /Applications/Aperture.app/Contents/MacOS/Aperture Identifier:

  • C++ runtime error opening Photoshop CS3

    Does anyone know how to fix this issue?  We have re-imaged our school district computers with XP SP3 and IE7, and now on Creative Suite CS3, only Photoshop will not open as a student. It opens only as administrator and students get the runtime error.