HT1338 how can i run java on a Mac OS version 10.6.8?

My company runs it's email and agent portal through Java, wen I wen through the Java web page to download the software
it sends me to apple support, does anybody have an idea of how to run java on a Mac book Mac OS v10.6.8?
help me please my job is depending on this.

Since August 2012 updates for Java (and especially Java Runtime Environment, which is what you actually need) must now be downloaded direct from Oracle:
http://www.oracle.com/technetwork/java/javase/downloads/jre7-downloads-1637588.h tml
Further information here:
http://www.oracle.com/us/corporate/press/1735645
and their FAQ’s:
http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/mac-faq.html
However, if you need the Jave 6 JRE and plug-in, MadMAC0 has posted at
https://discussions.apple.com/message/20107182?ac_cid=tw123456#20107182
Apple has also posted (Oct 22/12) the approved solution for restoring the Java 6 plug-in:
Java for OS X 2012-006: How to re-enable the Apple-provided Java SE 6 applet plug-in and Web Start functionality.

Similar Messages

  • HT1338 how can i reinstall java 6

    how can i reinstall java 6

    Java for Mac OS X 10.6 Update 17   gives you the Java Runtime Environment component. The rest of Java 6 is already installed.

  • HT1338 how can i update java script

    how can we update java script on our mac book?

    Apple supplies their own version of Java.
    Try Software Update.

  • How can i run java windows(class) app. from studio creator

    Hi experts,
    I want to run windows application(which write with java and compile javac, i have got *.class) from studio creator.
    For example;
    import java.awt.*;
    import java.awt.event.*;
    public class IlkPencere implements WindowListener,ActionListener
    public Frame p1;
    public Button btnIkinciPencere;
    public Button btnKapat;
    public int X;
    public int Y;
    public void PencereAyarla(String baslik,int genislik,int yukseklik,int konumX, int konumY,Color
    arkaPlanrengi)
    X=konumX;
    Y=konumY;
    p1=new Frame(baslik);
    p1.setLocation(konumX,konumY);
    p1.setBackground(arkaPlanrengi);
    p1.setSize(genislik,yukseklik);
    p1.setLayout(new FlowLayout());
    p1.addWindowListener(this);
    btnIkinciPencere= new Button("Ikinci Pencere");
    btnKapat=new Button("Kapat");
    p1.add(btnIkinciPencere);
    p1.add(btnKapat);
    btnKapat.addActionListener(this);
    btnIkinciPencere.addActionListener(this);
    p1.setVisible(true);
    public static void main(String args[])
    IlkPencere p=new IlkPencere();
    p.PencereAyarla("ANA PENCERE",250,100,0,0,Color.white);
    public void actionPerformed(ActionEvent e)
    if(e.getSource()==btnKapat)
    p1.setVisible(false);
    else if(e.getSource()==btnIkinciPencere)
    IlkPencere p=new IlkPencere();
    X=X+50;
    Y=Y+50;
    p.PencereAyarla("ANA PENCERE",100,100,X,Y,Color.red);
    public void windowClosing(WindowEvent e)
    System.exit(0);
    public void windowOpened(WindowEvent e)
    public void windowClosed(WindowEvent e)
    public void windowIconified(WindowEvent e)
    public void windowDeiconified(WindowEvent e)
    public void windowActivated(WindowEvent e)
    public void windowDeactivated(WindowEvent e)
    I am using java server. I want this ; Any client can run my project(create with studio creator) with explorer after click any button after this class run application windows(but this windows application must run on server)
    I don't want to install any program in client PC. Client PC which have got only explorer, may be use this application.
    Thanks,

    or can i hidden explorer tools and address bar. User must use only my application menu.
    How can i solve it.

  • How can i run java application at system startup just liks as services

    How we can run java application at the time of system
    starts up just like as services.

    Hi,
    At first you have to create an exe of the class file.
    for that go to the site www.duckware.com/java2exe.html
    Click on the j2exe23c.exe(75k) download it and install in ur system. convert the class file to windows exe.
    The put the exe in the startup folder in windows.
    If ur not able to find that folder search for it and put that exe in that folder.

  • How can i run java file by double click like Visual basic

    i have to run java file by giving a command on DOS promtp.But in Visual basic i easily make a .exe file to run my program. Does java provide this thing?
    please help me.

    If you have intaled a JRE in your computer, at leasrt in windows, the .jar files are asociated with the VM, so a double click on them will execute the, thats how things work on my computer, with jdk 1.4 installed.
    Abraham.

  • How can i run Java class form  other java application.

    Hi ,
    I have problem to run java class from my java application,
    I am using the class ClassLoader in order to launched the Java class , it�s work fine whenever, the class exist in the same folder , however , when i am trying to run class that is not in the current folder ,
    i got error (see below),
    Do you have any idea what is wrong?
    java.lang.ClassNotFoundException
         at SimpleClassLoader.loadClass(SimpleClassLoader.java:110)
         at SimpleClassLoader.loadClass(SimpleClassLoader.java:53)
         at Run.main(Run.java:31)

    What does "run an class" mean? You don't run classes. They're not executables.
    I bet your problem is the classpath. You are aware that the classloader looks only there? Unless it's an UrlClassLoader.

  • How can I run java in Window XP?

    Hi, all;
    Since MS didn't support JVM in window XP, do anyone have any idea to run java in Window XP? Thanks for helps.

    Hi, all;
    Since MS didn't support JVM in window XP, do
    , do anyone have any idea to run java in Window XP?
    Thanks for helps.The MS version of Java was not up to date, and for most purposes (like using in Java 2 technology) you have had to download a Sun or IBM JVM anyway. The fact that Microsoft doesn't have a JVM is fine with me save the lack of a JVM in IE 6.x.
    Chuck

  • How can i run Pear on my Mac Server?

    Hello
    i need urgent help to run Pear on my Mac Server. I am building up a local Enviroment for Magento and need Pear running.
    Would be very happy if somebody can help me out.
    Many Thanks!

    Welcome to the forums.
    First, please ensure you have a current and complete backup of your disks and your data. If you should make a mistake or if the installation should tip over and scribble on something, then that backup (or a reinstallation) is your best and easiest path back to an operational system.
    As for your question around loading PEAR/PECL tools onto 10.6 Snow Leopard, Google finds [this|http://clickontyler.com/blog/2008/01/how-to-install-pear-in-mac-os-x-leop ard> and [this|http://stackoverflow.com/questions/628838/how-to-set-up-pear-on-mac-os-x- 10-5-leopard] and [this|http://discussions.apple.com/thread.jspa?threadID=2602597&tstart=105], and one or more of these postings might get you going here.
    (One other thing that's happened with Snow Leopard and Snow Leopard Server was the upgrade to php 5.3 and more recently to 5.3.3. Based on various postings, PEAR tends to toss deprecated errors because of this; php is newer than the code. This might have been fixed in a newer PEAR.)
    The other piece you'll need to load is mcrypt. [Here is a recent thread on Magento and php and mcrypt|http://discussions.apple.com/thread.jspa?threadID=2722257].
    There are various related discussions of installing Magento on Mac OS X and Mac OS X Server over in the Magento forums, as well.

  • Do anybody know how can i run doom 3 on mac with mountain lion 10.8.4?

    I bought doom 3 and when i try to run it it writes that i need power pc,do anybody know how i can solve this problem?Sorry for my English)

    Aspyr has a patch for Doom 3 that updates it to run on Intel-based Macs. Download it here and apply it to your installation: http://www.aspyr.com/games/doom-3

  • How can i run activeX controls in mozilla firefox version 29 or later inroder to Digital Sign my Records

    I have tried installing IE tab versions 2, 4 and 5 but no Icon is showing for IE tab in Mozilla. I have succeeded in Google Chrome but I was failed to do it in Mozilla Firefox.
    Can u please suggest me for which version of Mozilla I have to use in order to Digital Sign my Records.
    I know ActiveX controls are proprietary API of Microsoft but Google chrome has an extension for it but Why cant this Mozilla do

    The Link I gave you above won't tweak Firefox but rather give you a brief overview on what's new in Firefox 29.
    The link below will show you how to customize Firefox 29 to look like previous versions of Firefox before 29.
    *https://support.mozilla.org/en-US/kb/how-to-make-new-firefox-look-like-old-firefox
    I also mentioned you can toggle some prefs in about:config to disable automatic updating
    You can set these prefs in about:config to disable automatic updating:<br>
    app.update.auto - false<br>
    app.update.enabled - false<br>
    app.update.silent - false<br>

  • How can I update Java on my Mac?

    How do I update Java on Mac OSX 10? Firefox is telling me my Java plug-in's vulnerable and requires an update but I don't know how to do this on the Mac. It says I need to uninstall Java first - how do I do this??

    Please see Apple's page at
    https://support.apple.com/kb/DL1421
    "Java for OS X Lion Update 1"
    If this helped, let us know.

  • How can i find java preferences on MAC 10.8.2

    I recently upgraded to the new Mountain Lion OS X 10.8.2 but I can't find Java preferences anymore. I need to go onto an online banking page but it needs me to adjust some settings through Java Preferences, kindly please inform where can I get to the Java Preferences page?

    The last Java update disabled Java plug-in and removed Java Preferences.app from your Utilities folder.
    You can re-enable Java by follwing this support article
    http://support.apple.com/kb/HT5559
    Or, you can update to Oracle's Java 7 here
    http://www.java.com/en/download/mac_download.jsp?locale=en

  • How can i run iphone 5 on mac 10.5.8?

    I can;t run itunes 7 on my mac version 10.5.8. So I can't use my new iphone 5, help!

    You would have to update your Mac OS.
    Apple ID (required for some features)
    Internet access5
    Syncing with iTunes on a Mac or PC requires:
    Mac: OS X v10.6.8 or later
    PC: Windows 7; Windows Vista; or Windows XP Home or Professional with Service Pack 3 or later
    iTunes 10.7 or later (free download from www.itunes.com/download)
    http://www.apple.com/iphone/specs.html

  • How can I run Windows on my Mac?

    I want to place games on my computer. However, some of the games I want to play are not compatible with my Mac and I want to know how to run Windows on my Mac.

    Welcome to Apple Support Communities
    Your Intel Mac comes with Boot Camp, that allows you to install Windows into your Mac. See > http://www.apple.com/support/bootcamp
    Go to this website, look for your Mac model under "Boot Camp requirements by Mac model" and choose one Windows version.
    Then, open Boot Camp Assistant and follow the steps to install Windows. Follow Apple's steps > http://manuals.info.apple.com/MANUALS/1000/MA1636/en_US/boot_camp_install-setup_ 10.8.pdf

Maybe you are looking for

  • How do I convert footage from my iPhone to edit in final cut pro?

    I have some video's that I shot with my iPhone 3Gs and also hidef video that I shot from my iPhone 4. When I try to edit these in FCP, it makes me render every time I slow the footage or put any effect on the footage. Is there a way to just convert t

  • LOBs in Weblogic server

    hi, i am trying to read and update the CLOB and BLOB datatypes in my entity bean. within an ordinary java class the same code works well. but when i deploy the bean with same code to read/write LOBS in weblogic 5.1, following exceptions are thrown, w

  • Where can I find a list of audio formats compatible with itunes?

    I am importing audio recorded in another program, and I want the highest quality possible (e.g., uncompressed perhaps). Where can I find a list of formats that itunes can handle?

  • Restart cepreciation run.

    Dear All, After restarting also iam still getting the following message "Last posting run was terminated restart in the 12 previous year" is there any thing iam missing here at the time of restarting. Thanks, Srini,

  • Notification print Error message :- No entries were found in the Cataloge T

    HI All , when  printing  the notification throgh the transaction ISQ2 , I have released the Notification as well the task , even i have tested to complite status also  , but when i am going to Pint the notification i am getting the error message like