Cannot find JDK and JRE?

I am configuration Hyperion, and it pops up an information say: Cannot find JDK or JRE, I have set the JAVA_HOME environment variable to c:\Program Files\Java\Jdk.1.6, but still get this error, what's wrong with me?

Hi,
It does not use the JAVA_HOME environment variable, it will try to use the JRE installed with hyperion, if it can't find it then you receive the error message.
The JRE's should be in the \Hyperion\common directory e.g. \Hyperion\common\JRE or \Hyperion\common\JRE-64
If you don't have these directories then something has gone wrong with the installation.
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • Errors installing and uninstalling JDK and JRE 5.0 update 6

    I recently removed some older versions of java as they take up alot of space.. now wondering if i should have.
    I uninstalled all version fine, leaving only the update 6 for both JDK and JRE. Now when i try to compile in Jcreator i get the error message:
    'Error : Invalid path, "C:\ProgramFiles\Java\jdk1.5.0_05\bin\javac.exe" -source 1.5 -classpath "C:\Program Files\Xinox
    Software\JCreatorV3LE\MyProjects\Chapter07_Listing03" -d C:\Program"
    Files\Xinox "Software\JCreatorV3LE\MyProjects\Chapter07_Listing03
    @src_chapter07_listing03.txt"'
    I have no javac file in the directory.I did before i unstalled the older updates
    I am getting a windows installer error when trying to install JDK 5.0 update 6, windows installer works when trying to uninstall though. When i try to remove JDK 5.0 update 5, it tells me i all ready have this version installed, and to uninstall through my add/remove utility which is what i am doing! Then if i click ok i get: 'Fatal error during installation' This also occurs when trying to remove update 6. I also get problems with my JRE 5.0 update 6. When trying to uninstall i get the message 'error applying transforms, verify paths are valid' I cannot get rid of these!. It seems to be interfering/linked with installing them aswell.
    PLEASE HELP ME-i just want to compile
    Thank you

    This forum is for Sun Java Studio Creator product only... We'll be happy to assist you anytime if you have trouble installing or using this product. :-)

  • Upgrading JDK and JRE in 10.2.0.4 Oracle_Home of 11.5.10.2 EBS ?

    I've tried to find something at Metalink but failed.
    What's the lastest Java Version certified to use with the database ORACLE_HOME (10.2.0.4) in 11.5.10.2 EBS? And what's the procedure to update it?
    There is no hint in note 300482.1 "Overview of Using Java with Oracle E-Business Suite Release 11i" and the Java version related documents.
    I found note 418399.1 "How To Update The Default JDK and JRE Installed In Oracle Database Home 10.1 and 10.2" which states "...When installing a new version it is important that the major version (1.4) remains the same, and you only change the "update" number...." But that note is not EBS related.
    So is there no way to update Java in ORACLE_HOMEs beyond 1.4?
    Thanks
    Martin

    Hi Hussein,
    thx for your help!
    There is no special cause. I'm trying to keep our installations current.
    I thought that I had to update the Database JDK in earlier cases before migrating to autoconfig or before applying MPs. And as Steven Chan wrote something about [the implications of end-of-life of J2SE 1.5 for EBusiness Suite in his blog|http://blogs.oracle.com/stevenChan/2009/06/understanding_j2se_15_endoflife_implications_for_apps.html] I thought that I better should check if I got to update the DB Oracle_Homes, too.
    Martin

  • Windows Vista cannot find bonjour and it won't allow me access to my ipad.

    For some reason my Windows Vista cannot find bonjour and it won't allow me to do anything on my ipad. If I reinstall itunes will that work? If I update itunes will that work?
    Please Help....
    Thanking You in advance,
    Frankie

    Hi Frankie,
    This article covers how to check if Bonjour is installed correctly and how to reinstall if it's not:
    Bonjour for Windows: How to tell if it successfully installed
    http://support.apple.com/kb/HT2703
    Cheers!
    - Ari

  • JDK and JRE comptability for Windows server 2008

    Hi,
    Could someone please let me know what are the JDK and JRE versions that are comptabile with Windows server 2008 ?
    Thanks.

    Hi,
    For security purposes, the IP address for the Windows Update web site constantly changes and it is not a fixed address. Also, there is no official publication of the
    IP addresses. We normally advise against defining IP addresses on the firewall for this purpose. Instead, we suggest either allowing all outbound connections to http & https ports or defining the DNS addresses as permitted destinations for traffic via
    the firewall.
    For up-to-date information about the IP's being used by Windows Update, use the DNS system, as this is the only reliable up to date source of information. If you use
    DNS, make sure the following destination hosts are specified:
    http://windowsupdate.microsoft.com
    http://*.windowsupdate.microsoft.com
    https://*.windowsupdate.microsoft.com
    http://*.update.microsoft.com
    https://*.update.microsoft.com
    http://*.windowsupdate.com
    http://download.windowsupdate.com
    http://download.microsoft.com
    http://*.download.windowsupdate.com
    http://wustat.windows.com
    http://ntservicepack.microsoft.com
    http://stats.microsoft.com
    https://stats.microsoft.com
    Thanks for your understanding.
    Best Regards,
    Nina
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • What is the difference between jdk  and jre

    what is the difference between jdk and jre
    plzz tell me in detail

    It's an extremely important skill to learn how to search the web. Not only will it increase your research and development talents, it will also save you from asking questions that have already been answered numerous times before. By doing a little research before you ask a question, you'll show that you're willing to work and learn without needing to have your hand held the entire time; a quality that is seemingly rare but much appreciated by the volunteers who are willing to help you.
    If you've done the research, found nothing useful, and decide to post your question, it's a great idea to tell us that you've already searched (and what methodologies you used to do your research). That way, we don't refer you back to something you've already seen.
    To get you started, here is an excellent resource: The Java� Glossary

  • Whatz the difference between jdk and jre

    i would like to know the difference between jdk and jre.

    Yes JRE is Java Run Time Environment. The java programming language adds the portability by converting the source code to byte code version which can be interpreted by the JRE and gets converted to the platform specific executable ones. Thus for different platforms one has corresponding implementation of JRE. But JRE has to meet the specification JVM (Java Virtual Machine) Concept that serves as a link between the Java libraries and the platform specific implementation of JRE. Thus JVM helps in the abstraction of inner implementation from the programmers who make use of libraries for their programmes.
    The JDK(Java Developmental Tool kit) comes along with java libraries and JVM embedded in it. Apart from these it comes along with the utility tools for byte code compilation "javac", Executing the byte codes through java programmes through "java" and many more utilities found in the binary directory of java. Speaking practically JDK is essential for developers, which comes along with library packages to develop Software programmes. While JRE is minimal set of programmes which executes the java class files developed by the software developers.

  • Major Difference between JDK and JRE

    Hi Support,
    Major Difference between JDK and JRE
    can you please distinguish between these two ,
    Thanks

    860707 wrote:
    Hi Support,This isn't 'support' it's a forum.
    Major Difference between JDK and JREYes, there is.
    can you please distinguish between these two ,
    Here.
    db

  • SJSAS PE 9.0 installer cannot find JDK 1.5.0.06 under 64bit SuSE 10.1

    Hello,
    How can I get the SJSAS PE 9.0 to start running under SuSE 10.1 on AMD64? The installer complains about not being able to find a suitable JRE even though I have JDK 1.5.0.06 installed. I even tried the the -javahome directive but nothing happened. I updated the JAVA_HOME variable so that it refers to the directory where the JDK is installed. Moreover, I updated the PATH variable so that JAVA_HOME/bin is the first directory in the list.

    If you are pointing installer to 64 bit JDK installation, its version won't be properly recognized by installer (note that this platform is not on the supported platform list).
    Take a look here for possible workaround:
    https://j2ee-sdk.dev.java.net/howtos/J2EE_SDK_Installation_HOWTO.html#p4
    (you need steps for manual unzipping and running of Java based installer - just replace ./package/jre/bin/java references with your external Java installation)

  • Installing JDK and JRE, how?

    I am new to Java. So new in fact that after 6 months I still have not managed to accomplish any of the basics concerning JAVA and I am in desperate need to get it to function. Perhaps you can help? On my XP I have downloaded the JDK and successfully set a path, but not a single program ran after it has gone through the compiler? Huh? I just don't get it! So, I have moved on a little bit and I am working off my Vista. I have learnt that the JRE and JDK are not the one and the same. I need BOTH if I want to start programming. I have the JRE 6 installed and working fine but I cannot even download the JDK! What is going on, does everybody encounter these problems or just me? Once, if ever, it is down loaded how do I set the path on Vista? Furthermore, would I need anything more other than the JRE and JDK? I really need help here. Why is JAVA being so problematic and why isn't there a nice and easy starting point? All I want to do is program.

    Yep, 6 months is a heck of a long time, but it has not been continuous! I have a second degree in maths to complete. Free time is rare and I have had so much bad advice from people who thought they knew what they were doing. I hope here to make up lost time and get the right advice which I need!

  • Cannot find dashboard and reports after upgrading rdp from 10g to 11g OBIEE

    Hi all
    I am trying to upgrade from OBIEE 10g to 11g. These two products are installed on different servers. I have followed the guide: http://www.oracle.com/technetwork/issue-archive/2011/11-jul/o41bi-402913.html and everything seems to work fine.
    So i have taken a copy of rdp from the server where was installed OBIEE 10g and took it in the server where OBIEE 11g is installed.
    Ran the upgrade tool and upgrade finished successfully. Restarted the BI Servers in core application on Enterprise Manager.
    Now when i access the upgraded rpd, the layers and the fields are fine but I cannot find all the reports and dashboards that i had created.
    Am I missing any upgrade steps?
    Please suggest
    Thank you and best regards

    Hi Deepak,
    Thanks for your response.
    Oracle also came back to me and looks like my method is not valid:
    Hi Jim,
    Thanks a lot for the information. First of all I would like to inform you that upgrade CANNOT be performed across two machine. So, if 10g installation is on Host A, then upgrade to 11g will be on Host A.
    So, in your scenario this is what you can do:
    1. On Host A running Forms/Discoverer 10g on Windows 2003, install Forms/Discoverer/Reports 11g (11.1.1.6.0)
    2. Run the upgrade Assistant to perform the upgrade from 10g to 11g.
    3. Now upgrade OS of Host A to Windows 2008
    In short, I would like to inform you that upgrades across machines does not work. Source instance which is 10g and destination instance which is 11g must exist on same box.
    Here is the documentation which you can follow:
    http://docs.oracle.com/cd/E23943_01/upgrade.1111/e10130/toc.htm
    (Oracle® Fusion Middleware Upgrade Guide for Oracle Portal, Forms, Reports, and Discoverer)
    11g Release 1 (11.1.1)
    Let me know if you have any further questions.
    Thanks,
    Rishi

  • What are the hours of operation for phone support? I cannot find them and the phone system just says between regular hours?

    My patience has been pushed to its  limit with this iPod and I cannot find hours of operation for customer service and tech support and the phone system just tells you no one is available and call back during regular hours, but nothing saying what those hours are. Does anyone know?

    Looking at the Apple's website and previous posts, Apple does not publish the hours.  Did you can in the USA during the times that corresponsd to about 9AM to 4PM Pacific time?

  • Differences between jdk and jre

    can anybody explain the differences between jdk and jvm. and relation between jdk, jre and jvm.
    thanks

    Hi,
    JDK- Java Development Kit contains compiler and other appliction development tools. with this tool you can compile as well as run your application
    JRE-Java runtime Environment where Java applications are exceuted .You can only run your application here but you cant develop and compile.
    JVM-Java Virtual Machine Its interpretor which interprets and then executes you coded after it is compile ( to byte code) by Java Compiler.

  • CANNOT FIND VARIABLE AND CONTRUCT

    I get cannot find symbol textio and symbol romanconverter
    I need help to fix this and understand what i did wrong or did not do.
    Im trying to write a program that has the user input numbers and the the program outputs roman numbers
    I hope that i am close to getting there!
    public class RomanConverter{
    public static void main(String[] args){
    System.out.println("Enter a Roman numeral and I will convert it to an ordinary");
    System.out.println("arabic integer. Enter an integer in the range 1 to 3999");
    System.out.println("and I will convert it to a Roman numeral. Press return when");
    System.out.println("you want to quit.");
    while (true) {
    System.out.println();
    System.out.print("? ");
    /* Skip past any blanks at the beginning of the input line.
    Break out of the loop if there is nothing else on the line. */
    while (TextIO.peek() == ' ' || TextIO.peek() == '\t')
    TextIO.getAnyChar();
    if ( TextIO.peek() == '\n' )
    break;
    /* If the first non-blank character is a digit, read an arabic
    numeral and convert it to a Roman numeral. Otherwise, read
    a Roman numeral and convert it to an arabic numeral. */
    if ( Character.isDigit(TextIO.peek()) ) {
    int arabic = TextIO.getlnInt();
    try {
    RomanConverter N = new RomanConverter (arabic);
    TextIO.println(N.Int() + " = " + N.String());
    catch (NumberFormatException e) {
    System.out.println("Invalid input.");
    System.out.println(e.getMessage());
    else {
    String roman = TextIO.getln();
    try {
    RomanConverter N = new RomanConverter(roman);
    System.out.println(N.String() + " = " + N.Int());
    catch (NumberFormatException e) {
    System.out.println("Invalid input.");
    System.out.println(e.getMessage());
    } // end while
    System.out.println("OK. Bye for now.");
    } // end main()
    } // end class RomanConverter

    Here, let me do it!
    I get cannot find symbol textio and symbol
    romanconverter
    I need help to fix this and understand what i did
    wrong or did not do.
    Im trying to write a program that has the user input
    numbers and the the program outputs roman numbers
    I hope that i am close to getting there!
    public class RomanConverter{
        public static void main(String[] args){
    System.out.println("Enter a Roman numeral and I will convert it to an ordinary");
    System.out.println("arabic integer.  Enter an integer in the range 1 to 3999");
    System.out.println("and I will convert it to a Roman numeral.  Press return when");
              System.out.println("you want to quit.");
              while (true) {
               System.out.println();
        System.out.print("? ");
    /* Skip past any blanks at the beginning of the
      input line.
    Break out of the loop if there is
      nothing else on the line. */
    while (TextIO.peek() == ' ' || TextIO.peek() ==
      '\t')
                    TextIO.getAnyChar();
      ( TextIO.peek() == '\n' )
                    break;
    /* If the first non-blank character is a
      digit, read an arabic
    numeral and convert it to a Roman
      numeral.  Otherwise, read
    a Roman numeral and convert it to an
      arabic numeral. */
      ( Character.isDigit(TextIO.peek()) ) {
                    int arabic = TextIO.getlnInt();
      try {
    RomanConverter N = new
      RomanConverter (arabic);
    TextIO.println(N.Int() + " = " +
      N.String());
      catch (NumberFormatException e) {
    System.out.println("Invalid input.");
    ystem.out.println(e.getMessage());
                  else {
        String roman = TextIO.getln();
                  try {
            RomanConverter N = new RomanConverter(roman);
    System.out.println(N.String() + " = " +
      N.Int());
      catch (NumberFormatException e) {
    System.out.println("Invalid input.");
    ystem.out.println(e.getMessage());
           }  // end while
           System.out.println("OK.  Bye for now.");
            }  // end main()
         } // end class RomanConverterHave you added the import statement for TextIO?

  • Process Control 2.5 - Cannot find controls and control rule assignments

    Dear expert,
    I am trying to set up  Process Control 2.5 and am currently trying to set up controls as well as schedules for control monitoring.  I am, however, having the following basic problems:
    -I cannot find most of the controls which I have created when I search for them in Evaluation Setup u2013> Automated Test rules u2013> Control Rule Assignment.  Therefore, I cannot assign a rule to those controls. 
    -For those controls that I did manage to find and assign to rules, I was in turn not able to find these in Evaluation Setup u2013> Scheduling u2013> Monitoring Scheduler when trying to create a schedule.  I get the error message u201CControl Rule Assignment not foundu201D, even though I do not delimit my search options. 
    -I cannot see the processes which I have assigned to my user under My Home u2013> My Process.
    Thanks for any hints!
    Regards,
    Felix

    Hi Felix,
    Is your user the owner of objects you wish to see in the My Process. Your user should either be Organization Owner or Process Owner. If you are an organization owner but not an owner of lower-level objects within your organization (such as controls or subprocesses), you will still see those objects listed within My Processes because you are responsible for them, although not the direct owner.
    Thanks & Regards,
    Venky.

Maybe you are looking for