What version of java with BI EE ???

hello there
I try java 1.5.0_15 and java 1.5.0_10 to work with BI EE, but with the both the dashboard and publisher don't work because they need to load java files(_default.java, _login.java) and in those pages work with JSP servlets. The both files are not compiled.
may be the problem will be resolved if I install java 1.4.2 ?
thank you

The version of java is not the problem. all 1.4.2, 1.5, 1.6 are good.
I will say another way : oc4j jsp environment. may be the problem is here ?? i will tell you if it is !!

Similar Messages

  • How can I check what version of Java Web Start is installed on the client ?

    hi,
    Can anyone tell me how can I check what version of java web start is installed on the client and display a message if the client has not the good version ?
    I mean:
    I'd like all people running my application use java 5 and if someone using java 1.4 try to run the application get a nice screen telling him to download the latest version of Java Web Start.
    Is this possible ?
    Thanks in advance.

    Of course, I put this on my jnlp file,
    <resources>
        <j2se version="1.5+"/>
        <jar href="..... "/>
    </resources> But even with that, it doesn't display a nice message but a kind of exception instead.
    Thanks in advance.

  • How do I find what version of Java I have on my iMac?

    How do I find what version of Java I have on my iMac (OSX 10.9.1)?

    If you installed the Oracle Java runtime, there's a preference pane named Java in System Preferences.

  • What version of Java can be used in the scriptlet part of JSP 2.1?

    hi
    can anyone tell me What version of Java can be used in the scriptlet part of JSP 2.1?
    Does that depend on the app server we use?
    we are not sure whether we can use in Java 5 in JSP 2.0 itself?

    yes im sure , im using thread in the both sidesthat doesn't give a deadlock... you need two or more threads running in the same side to get a deadlock! do you know what causes a deadlock?
    and all the streams and the fkuses are finehow have you tested that?
    about the broswe display i dont know i havent tried.http://forum.java.sun.com/thread.jsp?forum=31&thread=163929

  • What version of Java do I need? I am running Mac OSX 10.6.3.

    What version of Java do I need? I am running Mac OSX 10.6.3 on a MacPro 8 Core. I have downloaded Java Updates 5, 6 and 12 but they won't install. Can anyone offer suggestions?
    Many thanks, Harry.

    Disable Java (not Javascript) in all your web browsers preferences, that's the attack vector, via java web pages applets.
    There is also Java 6 on OS X (10.6) itself already (comes installed) via the Java Preferences in Applications/Utilities folder, leave this on for Java based programs your using.
    10.6 can't use Java 7 and Oracle is dropping support for Java 6 this month.
    Since your not going to use Java 6 online, then your Java programs should work as long as you don't update.
    Don't use Safari online as it hasn't been updated for 10.6 (10.7+ has Safari 6) use Firefox as it does get updates.

  • What versions of Java are compatible with version 17 ESR

    Trying to identify which version of Java can be used with Firefox 17.0.4. Thanks

    Update to FIrefox ESR 17.0.7
    Please check if all your plugins are up-to-date. To do this, go to the [http://mozilla.com/plugincheck Mozilla Plugin Check site].
    Once you're there, the site will check if all your plugins have the latest versions.
    If you see plugins in the list that have a yellow ''Update'' button or a red ''Update now'' button, please update these immediately.
    To do so, please click each red or yellow button. Then you should see a site that allows you to download the latest version. Double-click the downloaded file to start the installation and follow the steps mentioned in the installation procedure.

  • What versions of Java are supported on Intel EM64T processors?

    We cannot get Java running on a machine with Intel Xeon EM64T processors, even though we are running the 32 bit version of RedHat. Version 1.4.2_04 always hangs the cpu on a call to JNI_CreateJavaVM. Version 1.4.2_09 does not hang here, but we get call kinds of other java crashes. We can't go to Java version 1.5 because we have a lot of other software that will not run on this release yet.
    Does anyone have a definitive answer on what versions are supported on this hardware? Either in Linux or Windows.
    Our assumption that because this processor can run in 32 bit mode with a 32 mode OS, then it should work just like any Intel architecture, seems to have been wrong.

    Forgot to mention I was using Oracle 10g AS (9.0.4)

  • What version of java to use?

    Hi
    Im new at programming mobile phones, but by no means new to java and programming.
    I have been tasked with developing a program to a series of Nokia mobile phones and before i get into the thick of it, i just wanna ask all those in these forums;
    What versions do i use?
    So far my readings have made me believe that the standard today is to develop midp 2.0 applications for never phones and midp1.0 for older phones - is that right?
    And what version of J2ME do you recommend?
    Regards
    Jacob

    U can download the Wireless toolkit 2.5 from sun. Then as u said midp2.0 is widely accepted now ,so go for it. I been using netbeans mobility 5.5.1. But since u r new to j2me its better to start with the toolkit itself

  • What versions are compatible with windows 8 and where can i find these versions?

    everytime i try to load a version such as 17.0 it crashes what versionas if any are compatible with windows 8?
    Duplicate of [/questions/942738]

    How hard is it to look at the game description to see if it uses GC ??  Virtually all that have scoring do. 
    Then again, you never bothered to even look in the App Store to see whether there was a GC section, and spent more time posting here than it would have taken to find out for yourself.

  • What version of JDK with JDeveloper 9i?

    Does anyone know what version of JDK being used by JDeveloper 9i? I had a compile error when I compile a Java program using JDeveloper 3.2. This error sits on "frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);" statement. Thanks for any help.
    Attach a program:
    import javax.swing.*;
    public class SimpleFrameTest
    public static void main(String[] args)
    SimpleFrame frame = new SimpleFrame();
    frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    frame.show();
    class SimpleFrame extends JFrame
    public SimpleFrame()
    setSize(WIDTH, HEIGHT);
    public static final int WIDTH = 300;
    public static final int HEIGHT = 200;
    }

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Jane:
    Does anyone know what version of JDK being used by JDeveloper 9i? I had a compile error when I compile a Java program using JDeveloper 3.2. This error sits on "frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);" statement. Thanks for any help.
    Attach a program:
    import javax.swing.*;
    public class SimpleFrameTest
    public static void main(String[] args)
    SimpleFrame frame = new SimpleFrame();
    frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    frame.show();
    class SimpleFrame extends JFrame
    public SimpleFrame()
    setSize(WIDTH, HEIGHT);
    public static final int WIDTH = 300;
    public static final int HEIGHT = 200;
    } <HR></BLOCKQUOTE>
    Thank you! It works.

  • Oracle BI Publisher Desktop - What version of Java is supported

    Hi,
    I've just tried to install Oracle BI Publisher Desktop on a new machine only to be told that I need a JRE, I did not realise this was a requirement for a client machine. I've looked around the pages and cannot find a specific requirement for a JRE for the BI Publisher Desktop tool. So what is the minimum version of Java required for this tool? 1.5?
    Thanks in advance.

    Yes,
    Get the latest one, too, it wont be a issue even if you get latest.

  • How do I know exactly what version of java to download

    I want the latest version of java for my pc.
    Is there an online check or easy way to tell what I need?
    Im currently running Microsoft Windows XP Home Edition Version 2002
    just updated to Service Pack 2

    At the top of this page, theres a downloads pull down tab thingy. Click on "Java SE." The newest version is 1.5.0 update 10.

  • What version of Leopard with what version of Logic is MOST STABLE??

    A very simple question really. What version of Leopard, as of now, is the most stable and glitch-free with which version of Logic?? 10.5.1 vs. 10.5.2 vs. L7.2.3 vs. L8.??
    Thanks,
    Jeremy
    <edited by host - see [Terms of Use section 2.6.3|http://discussions.apple.com/help.jspa#terms]>

    Leopard 10.5.2 had introduced many problems, I'd say 10.5.1 is therefor the stable (or safer) one.
    As for Logic, I think LP8 as a universal app is more at home with Intel Macs, but otherwise it's not that simple and you can read plenty opinions on this board on both sides.
    I'd still go with LP8, people go back to L7 as last resort when something is not running well.

  • What version of pytyle with openbox ?

    jsut wondering what version of pytyle i should be using with openbox, i used to use pytyle1 but now i see its up to version 3.

    BurntSushi explained the differences between each version here:
    https://bbs.archlinux.org/viewtopic.php … 9#p1058199

  • What versions will work with Windows ME?

    I currently have Firefox 1.something on my aging Windows ME system. My e-mail provider recently upgraded and consequently, I need to be using at least verion 2.0 of Firefox. I downloaded the newest version, but get an error after the files have been extracted and the setup starts to run. Which version(s) of Firefox will work with Windows ME and from where can I download that version?

    The last version that works with Windows ME is Firefox 2.0.0.20 available from ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/2.0.0.20/win32/en-US/

Maybe you are looking for

  • Won't Write ID3 Tags onto CDS

    I'm a musician in the process of producing my first home made album. I have all the tracks on my Laptop Itunes, but things get a little complicated when I want to burn them onto a blank CD. Burning is a success, but if I take that CD and upload it to

  • How to report an indication on maps

    I would like to report on maps my activity that is already indicated on Yelp, but doesn't appear on Apple Maps. What should I do? Thank you.

  • Programmatic sub-tab navigation

    Use-case: I have a parent form (Tab 1), with 3 child tables (sub-tabs A, B and C). When the user makes specific changes in the parent form and saves, I want the application to automatically navigate them to sub-tab B or C (based on the results of som

  • Fabric with two Nexus-5548 and a brocade switch does not get fabric updates

    We have a fabric containing two Nexus 5548 and a Brocade 5000 switch in interop mode 2. When i make changes to the zoning, the first nexus (the fabric principal) and the brocade switch see the zone changes. The second Nexus switch does not see it. Th

  • Can you sync access rules between BM servers

    Hi, I think the answer to this is NO, but just in case, I thought I would check out if it is possible. I have been asked if I can sync the access control lists on 2 BM servers (one here and one at a remote office), the idea being that when a change i