HT5648 Is it possible to use Java 1.6.0_39 on OS X 10.8.2

Is it possible to use Java 1.6.0_39 on OS X 10.8.2

Apple has posted (10/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

  • In Struts is it possible to use java code  in jsp?

    in Struts Tag Program in jsp pages is it efficient to use java code? Please explain?

    No issues.. you can use java code... in jsp struts
    based framework..
    SJYou can use Java code as scriptlets in any JSP, but that doesn't mean there are no issues.
    I would say it's a bad idea for the following reasons:
    (1) Scriptlet code is difficult to read when mingled with HTML
    (2) You can't unit test scriptlet code
    (3) It increases the chance that business logic will leak into pages where it doesn't belong.
    Better to use a well-proven tag library like JSTL or the Struts taglibs and keep all scriptlets out of your JSPs.
    %

  • Calling CRMOD ContactDetail page? is it possible? using JAVA JSP?

    Hi to all,
    I am new to CRMOD itegration. Just want to know if it is possible to call the ContactDetail page of CRMOD automatically. So far I am able
    to query data using WSDL, anybody have a sample code on how to call ContactDetail Page.
    public static void main(String[] args) {
    String jsessionid, jsessionid_full;
    String endpoint;
    try {
    CRMOD crmod = new CRMOD();
    System.out.println("Loggin In");
    jsessionid_full =
    crmod.logon("https://secure-vmsomxlta.crmondemand.com/Services/Integration", "xxxxxxxx-zz","jeraiya");
    jsessionid = getSessionId(jsessionid_full);
    System.out.println(jsessionid);
    endpoint = "https://secure-vmsomxlta.crmondemand.com/Services/Integration" + ";jsessionid=" + jsessionid;
    URL urlAddr = new java.net.URL( endpoint);
    crmondemand.ws.contact.Contact service = new crmondemand.ws.contact.ContactLocator();
    crmondemand.ws.contact.Default_Binding_Contact stub = service.getDefault(urlAddr);
    crmondemand.ws.contact.ContactWS_ContactQueryPage_Input contactlist = new
    crmondemand.ws.contact.ContactWS_ContactQueryPage_Input();
    crmondemand.ws.contact.ContactWS_ContactQueryPage_Output outlist = new
    crmondemand.ws.contact.ContactWS_ContactQueryPage_Output();
    crmondemand.xml.contact.Contact[] contacts = new crmondemand.xml.contact.Contact[1];
    crmondemand.xml.contact.Contact contact = new crmondemand.xml.contact.Contact();
    crmondemand.xml.contact.Activity[] activities = new crmondemand.xml.contact.Activity[1];
    crmondemand.xml.contact.Activity activity = new crmondemand.xml.contact.Activity();
    activity.setSubject("");
    activity.setType("");
    activity.setRowStatusOld("");
    activities[0] = activity;
    contact.setContactLastName("='Bucio'");
    contact.setContactFirstName("");
    contact.setContactId("");
    contact.setListOfActivity(activities);
    contacts[0] = contact;
    contactlist.setPageSize("10");
    contactlist.setUseChildAnd("false");
    contactlist.setStartRowNum("0");
    contactlist.setListOfContact(contacts);
    outlist = stub.contactQueryPage(contactlist);
    crmondemand.xml.contact.Contact[] results = new crmondemand.xml.contact.Contact[1];
    results = outlist.getListOfContact();
    crmondemand.xml.contact.Activity[] activitiesout = new crmondemand.xml.contact.Activity[1];
    int lenC = results.length;
    if (lenC > 0) {
    for (int i = 0; i < lenC; i++) {
    System.out.println(results.getContactFirstName());
    System.out.println(results[i].getContactLastName());
    System.out.println(results[i].getContactId());
    int lenA = results[i].getListOfActivity().length;
    if (lenA > 0) {
    for (int j = 0; j < lenA; j++) {
    activitiesout = results[i].getListOfActivity();
    System.out.println(" " + activitiesout[j].getSubject() + ", " + activitiesout[j].getType());
    crmod.logoff("https://secure-vmsomxlta.crmondemand.com/Services/Integration", jsessionid_full);
    System.out.println("Loggin Out");
    } catch (Exception e) {
    System.out.println(e);
    Please if it is possible please post a sample.tnx

    How about adding a use case? You may find an alternative approach.

  • Is it possible to Use Java Studio Creator to create standalone Apps

    I am looking for a good Java IDE for client application development. I used to use JBuilder, but it doesn't work on the Intel line of Macs.
    I have been checking out Jaca Studio Creator, but it seems to only be for server apps.
    Is there a download somewhere that will enable this?
    Thanks, Michael

    Have you looked at http://www.netbeans.org or http://developers.sun.com/prodtech/javatools/jsenterprise/index.jsp?

  • ***How to use Java to change user password in *mdw file?

    Hi,
    Is it possible to use java to change user's password in the MS Access workgroup file(*mdw)? I have been searching for this topic for a long time, but no discoveries yet. Anyone has any idea?
    Sincerely,
    nonameisname

    There is probably a windows API call that does it.
    Once you find it, you wrap it in C code and then use JNI to call it from Java.

  • (Urgent) Using java to invoke other programs

    Guys..
    is there any way possible to use java to invoke other programs
    eg. java.open(TextPad) or java.execute(NotePad)
    something like this
    Thx guys

    Well... im onli 19 and im an interm in a company. My
    boss wanted me to help him look for some ways to do
    some process.. So actually this is my 1st time trying
    out this java forum. I didn't know that you guys took
    such a serious views at screen nick... Forgive me for
    my ignorance.I actually don't care that much about it, but you might consider changing it for the reasons I gave. You are only 19 now, and might not be an experienced developer, but you will become one later on (if you continue with Java development), and your account can in that case be an asset for you.
    Kaj

  • Use java do something similiar to ws_ftp for web based

    Hi, I'm just wondering is it possible to use java or java applet to do something similiar to ws_ftp for web based purpose?
    The idea is 2 windows. 1 for local harddisk browsing and another for the remote ftp server. So that I can drag and drop (or click the arrow button) from this window to that window to upload a file.
    If it's possible. can anyone help me get started? Such as where to find documentation or what library to use etc? Thanks

    if i am not wrong, you can use servlets and serialization....but you have to check those out yourself.
    sorry, i am not being not of much help!

  • Inquiries: Creating mp3 recorder/player using Java

    Dear Gurus & Members,
    I am very new in Java. I wonder if it is possible to use Java to create a small application/plugin on my e-learning website that will record user's audio through microphone, save as .mp3 on the user's pc and enable user to playback the mp3s when they select. If yes, what do I need and how can i do?
    My website is created using mostly Macromedia Flash. Can Java be incorporated with Flash? How can i call this java plugin from the Flash-created button on my site?
    Is there any freeware that has built such application? Any suggestions and ideas are highly appreciated. Hope to hear some replies soon and have a pleasant day.
    Thanks in advance,
    Janice

    If you are doing it on Windows, JMF can use the DirectX stuff to play anything that is supported by Windows Media Player. But cross platform-ness goes out the window. Of course, you could write your own JMF codecs for any format under the sun if you know how.

  • How to open specific port using java program

    Hello,
    I want to open ,close port using java comm.plz help me how can i do it.is it possible
    by using java program.later i want to use that specific port to accept the server socket connection .plz
    help me.

    i try this java program.*but it get block in accept method*.tht mean i m not able to make connection with port.
    import java.sql.SQLException;
    import java.io.IOException;
    import java.net.ServerSocket;
    import java.util.logging.Level;
    import java.util.logging.Logger;
    class MakeConn
         public final static int PORT = 7788;
    public static java.net.Socket clientSocket = null;
    public static java.io.PrintWriter pw = null; // socket output stream
    public static java.io.BufferedReader br = null;
    public static ServerSocket server_socket;
         public static void main(String[] args) throws SQLException
         try {
              server_socket = new ServerSocket(PORT);
    clientSocket = server_socket.accept();
    System.out.println("CLIENT>>>" + clientSocket);
         br = new java.io.BufferedReader(new java.io.InputStreamReader(clientSocket.getInputStream()));
    pw = new java.io.PrintWriter(clientSocket.getOutputStream(), true);
    String message = br.readLine().trim();
    System.out.println("message is"+message);
    pw.close(); // close everything
    br.close();
    clientSocket.close();
         catch (Exception ex) {
    ex.printStackTrace();
    }

  • Possible deadlocks with in-memory database using Java

    I've written a completely in-memory database using the Java API on BDB 4.6 and 4.7 for Windows and Linux (x86). The completely in-memory database means the database content and logs are entirely in-memory and the overflow pages will not be written to a disk file.
    The database environment and the database are configured to be transactional. All database access methods are specified to be auto-commit by setting the transaction argument to null. The environment is configured to be multi-threaded (which is the default when using the Java API).
    When run with a single-threaded client, the application works correctly on both Windows and Linux for BDB 4.6 and 4.7.
    When run with a multi-thread client that uses two thread for the database access, I run into a deadlock inside the call to the Database.delete method about half the time.
    I am assuming that in the "auto-commit" mode, a deadlock should not be possible.
    Any reported problems with using Java with in-memory database?
    Thanks.
    Hisur

    Hi Hisur,
    If you are using transactions and multiple threads, you will have to deal with deadlock. In this particular case, it's likely that a delete is causing two btree pages to be merged (called a "reverse split"). Auto-commit makes no difference in this case -- the application must retry the operation.
    Regards,
    Michael Cahill, Oracle.

  • N:1 Mapping Possible using Java Mapping?

    All,
    Is it possible to do a N:1 mapping using Java Mapping?
    If yes , how?
    Reason for this question is that the execute() of the Java Mapping is going to take the source / request message as the InputStream . In the case of N:1 mapping , as we have multiple messages , how will they be send to the InputStream? Will both the messages be sent combined into the InputStream? Will the MESSAGES tag be embedded into the input stream?
    Regards,
    Bhavesh

    Hi @ll;
    i try the same.
    to conduct a java mapping with 2 input structures that fills one target structure.
    This mapping is part of a Integrationprocess.
    I tested the mapping at the Integration Repository (Interface mapping) with the structure given by henrique and it works fine without any error.
    At runtime this structure looks like this (different prefix)
    <?xml version="1.0" encoding="UTF-8"?>
    <sxi:Messages xmlns:sxi="http://sap.com/xi/XI/SplitAndMerge">
         <sxi:Message1>
              <YOURXML1>...</YOURXML1>
         </sxi:Message1>
         <sxi:Message2>
              <YOURXML2>...</YOURXML2>
         </sxi:Message2>
    </sxi:Messages>
    As I put it in the Integrationprocess unfortunately a strange error arises.
    The trace Workflow-Protocoll shows following error.
    <Trace level="2" type="T">Call method execute of the application Java mapping com.endress.infoserve.xi.mapping.MergeConfigStore_IdocOrder </Trace>
    <Trace level="2" type="T">Java mapping com/endress/infoserve/xi/mapping/MergeConfigStore_IdocOrder completed. (executeStep() of com.endress.infoserve.xi.mapping.MergeConfigStore_IdocOrder </Trace>
    <Trace level="1" type="T">Parsing error after multi mapping.Expected Message<i> instead of IDOC </Trace>
    I can't make head nor tail of it.
    what´s the mistake?
    can anybody please help me?
    Thanks in advance
    Kind regards

  • HT1338 II need to use Java 6 to run a web application because it isnt compatible with java 7 update 7.  is this possible? need to use Java 6 to run a web application because it isnt compatible with java 7 update 7.  is this possible?

    II need to use Java 6 to run a web application because it isnt compatible with java 7 update 7.  is this possible?

    MadMAC0 posted at https://discussions.apple.com/message/20107182?ac_cid=tw123456#20107182 that:
    Apple has posted (10/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.

  • Is it possible to use the JS coding in webdynpro java application!!!

    Hi Experts,
    Is it possible to use the JS coding in webdynpro java application by any means?
    If yes, kindly suggest the procedure or any pointers for the same.
    Thanks in advance.
    Regards,
    Anurag

    Hi,
    I'm not an expert in this matter, but I will post here what I know:
    In NW7 releases (at least 7.01.05) it is possible to run JS, also to capture any WD Event and run your own JS code after that, using IFRAME. I have jQuery running here, it would take some time till you create a "framework" to enable some easy usage. I just want to highlight that is possible, thou I think it's a lot of effort.
    Not sure about CE7.1 it seems iFrame is deprecated. Still, being deprecated should not "block" the usage, thou it's not recommended since this functionality can be removed in next releases.
    I've read that CE7.2 has JS support, and I think you should try having a word with Armin maybe..
    Hope it helps,
    Daniel

  • Atomic disk writes using Java, is it possible??

    Hi, I need to do atomic disk writes using Java, is that supported/possible? And if, how is it done?
    With a atomic disk write I mean that if I write to a file all information should be written or none at all, not just some of the data. (In case of a program crash or other failures in the computer)
    /Fredrik

    you can store all the information in an object..and when you are sure you have all you need, you write all the data in one step to a file...
    but there is never a 100% guarantee.. you can check after the writing process if the size is correct or such things..

  • Is it possible to use WMI in Java

    hi,
    Is it possible to use WMI in java.We can use C# code to fetch Windows information using WMI,but is it possible to do the same in Java?

    One easy solution is to generate a vbscript, launch it and capture the output.
    Example at [http://www.rgagnon.com/javadetails/java-0580.html]
    ok, it's ugly but unless you want to go with JNI then it's worth a look.
    Bye.
    RG.

Maybe you are looking for

  • Value to be entered for Version type while populating metadata into Plannin

    Hi I have extracted the version dimension from my outline. Now i need to push it into Planning 11. I have reversed the planning dimension 7 using the version dimension to push value. After extract, the version type comes under UDA as "Standard bottom

  • Spool Error in ALV output

    Dear Friends, I have report  which has 46 output columns. When I try to print to spool the values get shuffled. Specially the field VENDOR NAME....I have observed if i comment the vendor name field in the field catalog...the reports in spool shows ac

  • PeopleTools on Windows 2008 and TEMP and TMP directories

    Anyone running PeopleTools on Windows 2008 R2? I've created services using a local admin account to start the app server. I'm just about to go live on 8.52 with HR9.0 and am hitting occasional problems with pagelets rendering output. The PeopleCode t

  • How do I implement smart print ?

    I need step by step on how to use smart print. Thanks

  • Income recognition based on revised planned revenue

    Hi, I am facing a critical issue on PS Results Analysis and I though you can only help me, because you  have worked extensively on CO side. The client is using POC based Results Analysis and using ''Planned Revenue'' as basis of Income recognition in