Which JDK is JSF supported for?

Is JSF Supported for JDK 1.3.1_03?

I think it's more of a J2EE SDK support issue and I think (but am not sure) you need J2EE1.4.
You may want to try this question on the Sun Java Studio Creator forum:
http://swforum.sun.com/jive/forum.jspa?forumID=123
Probably not the most appropriate forum, but more correct than this forum which is focused on the Sun Web Application Framework (JATO).
craig

Similar Messages

  • Which frame works will support for blackberry application developement.

    Hi
    Which frame works will support for blackberry application developement?
    Thanks
    Achyut

    hello,
    I think you'll have much more answers if you post in one of the three discussion boards "Blackberry Development" :
    http://supportforums.blackberry.com/rim?category.id=BlackBerryDevelopment
    Anyways, RIM has a website for people who want to start developing, it's here :
    http://na.blackberry.com/eng/developers/started/
    The search box on top-right of this page is your true friend, and the public Knowledge Base too:

  • Which Microsoft2013 product is support for Power Query

    Hi All,
    I'm using  window 8.1 Pro and want to install Power Query on my PC. Could you please let me know which Microsoft Product dose support Power Query for Window 8.1 Pro?
    Many thanks

    Hi All,
    I'm using  window 8.1 Pro and want to install Power Query on my PC. Could you please let me know which Microsoft Product dose support Power Query for Window 8.1 Pro?
    Many thanks

  • JDK is NOT supported for 7.1 anymore?

    I get the info that for whatever 7.1 (e.g. PI7.1, BI7.1, etc.),  JDK is NOT supported anymore.
    SAP JVM is installed during the upgrade to 7.1 .
    Is that true?    Thanks!!

    Hi Ashley,
    This is true. You can refer the same in product availability matrix (PAM) under https://service.sap.com/pam
    Cheers........,
    Raghu

  • Which blutooth device is support for lumia 920

    hi 
    i am using Nokia Lumia 920. Now  i am going to buy bluetooth headset. But all bluetooth device not supported in Lumia 920. So Please suggest me which bluetooth device is better for Lumia 920. And music should like a DJ Bass
    Thanks
    Moderator's note: The post was moved to the most appropriate board.
    pravindra.seo

    Hi, pravindraseo. Welcome to Microsoft Mobile Community! We can't provide you a specific model of a Bluetooth headset that will work with your phone. However, you may try checking this to see the compatible accessories for the Lumia 920: http://www.microsoft.com/en-us/mobile/accessories/​all/?action=accessorysearch&product=4136540. The link is intended for the US, but you may refer to this link http://www.microsoft.com/en/mobile/support/locatio​ns/ to go to your local support page. Keep us posted if you need more help.

  • Which JDK version is required for NWDS v 7.01.07

    Hi,
    Can someone point me in the right direction to find out whcih JDK version is required for NWDS v 7.01.07.
    I currently have j2sdk1.4.2_19 installed but I am getting a build error when creating a new project from ESS of:
    No 'default' JDK defined, will use running VM.
    The TARGET variable for the shortcut and JAVA_HOME env variables are set.
    The JRE_SRCROOT variable in NWDS is empty.
    Regards,
    Rob

    In NWDS set default JDK version.
    Windows - preferences - java Installed JREs
    Select chk box for JRE you want.
    Hope this helps.

  • JDK/JRE Version support for Oracle Lite

    Hi,
    We have developed an application using jdk 1.4.x which also using Oracle9i Lite 5.0.2 release as a database. Application behaves normal except while closing it throws java exception (Exceptio Guard Page Exception) error.
    Is it because of the JDK Version we are using? What is the JDK/JRE version level supported by Oracle Lite.
    Thanks
    Krishna

    Right
    I got the same problem too.
    When my program and oracle 9i lite is running under JRE1.3.1, everything is ok.
    However, when i migrate the jre to 1.4.x, the program must fail and report DLL exception after closing.
    So trouble~!

  • Jdk 1.4 support for websphere studio 5.1

    I am using Websphere application studio version 5.1 which uses jdk1.3 and not 1.4. My project requirement forces me to use jdk 1.4 swing components as 1.4 swing version has lot more than that of 1.3 (for e.g. masking for input field and lot more). Does anyone have an idea how can i use 1.4 (at least swing) into websphere application studio 5.1 (which uses jdk 1.3)?? or does anyone know how can i point/force websphere studio to use jdk version 1.4?
    I would highly appreciate any pointers/reference material or anything like that.
    Thanks,
    Vicky

    mriyer,
    The Windows binaries in 2.3.10 were built using JDK 1.5 and did not use a -target 1.4 flag. You did the right thing by rebuilding.
    Regards,
    George

  • Java usb support for  windows

    Hello All
    I do no know if this is the right place to post this topic, but does anyone know of an api that provides usb support for windows. I was looking a jusb, but the documentation says it only has support for linux. So far the best I have found is Mr Stahl's thesis which provides very limited support for windows. I was wondering if there was anything more stable (free or not)
    Thanks

    Hi,
    Im trying to connect 2 computers using USB or Parallell port. On one computer I want to install a printer (regular windows printer) that prints through either USB or the Parallell port. On the other computer I want to listen on the Parallell port/USB port and receive the input and write it to a file.
    Does anyone have a some sample code to do this? I've tried the following code (rxtx) but it cant find more than 2 ports (one parallel and one serial - no USBs even though I have 5 USB ports). Since I could only find the USB I tried to listen on the Parallell port. Problem is that I dont receive any data.
    <---THE CODE--->
    Enumeration port_list = gnu.io.CommPortIdentifier.getPortIdentifiers();
    while (port_list.hasMoreElements ()) {
    CommPortIdentifier port_id = (CommPortIdentifier)port_list.nextElement ();
              if(port_id.getPortType () == CommPortIdentifier.PORT_PARALLEL) {
                   System.out.println("Found port "+port_id.getName()+ "id "+port_id);
                   CommPort commPort = port_id.open("",2000);               
                   InputStream is = commPort.getInputStream();
                   byte buffert[]=new byte[1024];
              int len;
              System.out.println(">>>>>>>>len "+is.read(buffert));
              while((len=is.read(buffert))==-1)
                   Thread.sleep(500);
                   is = commPort.getInputStream();
                   System.out.println(">>>>>>>>len "+len);
    }

  • Characters ! ~ - * ( ) ' will be de-supported for use in identifiers ?

    I received the following warning errors during a test import of an mbis EUL owned AP business area.
    Here is an example :The identifier for Join 'AP Vendors -> AP Checks' contains one or more of the characters ! ~ - * ( ) ' which will be de-supported for use in identifiers in future releases of Discoverer - see release notes for more details.
    The problem is that this is an EUL that was packaged with the ERP we purchased 3 years ago.
    I generated an issue with the vendor but would like to know more about it from this forum.
    How can this be fixed so that we don't have a problem with future releases of Discoverer.
    What are identifiers exactly? They do not appear to be primary keys, yet they are unique keys in some instances ( I did not check all of the tables.)
    Also, any information you can direct me to would be helpful.

    I get this error message all the time when I went from 4i to 9i. I believe the message is related to the actual display name of the join which cannot contain the dash (-) like you have in the AP Vendors -> AP Checks join.
    I think it might be the actual identifier if you look at the properties of the folders and items. The identifier I think is listed last and I think it contains the dash or underscores as part of the identifier name which Discoverer creates but you can most certainly change. I don't know the domino effect it will have if you change the identifier to comply with the error message. I haven't made the change yet either but imagine in the near future I would need to.

  • Oracle's Support for Virtual Iron customers

    Please refer to the blog entry at:
    http://blogs.oracle.com/virtualization/2009/07/oracle_vm_blog_whats_safe.html
    Lot's of chatter out there today about VMware's migration program. Below are a few points for customers to consider…
    1. Oracle is dedicated to the on-going support of Virtual Iron customers and has enhanced the support offering beyond what was previously available from Virtual Iron. Oracle is pleased to be able to offer its Lifetime Support program for Virtual Iron products, which will extend sustaining support for these products and the Virtual Iron Enterprise Edition products indefinitely. Please refer to the Lifetime Support Policy: Oracle Technology Products on the specific support options for Virtual Iron products. In addition, Oracle has retained Virtual Iron support personnel, so that people who provided support prior to the acquisition will continue to do so going forward.
    2. Our intent is to seamlessly combine Virtual Iron's technology with Oracle VM to deliver a product that is unique in the industry both in breadth of functionality, and also depth of features specifically designed to make the full application stack easier to deploy, manage, and support in a virtual environment. Through the combination of Virtual Iron's technology with Oracle VM, customers will be able to benefit from an optimized, efficient application infrastructure with low operating costs. In the meantime, existing customers can be assured that they are fully supported, 24x7 through a world-class support organization.
    3. Oracle VM is a free download. Virtual Iron customers can download and start using Oracle VM today. Oracle VM supports both Oracle and non-Oracle software, and delivers more efficient performance than other virtualization products. Moreover, there's no license cost for Oracle VM. You can benefit from complete virtualization and operating system stack with Oracle Enterprise Linux and Oracle VM that permits dramatically faster and easier deployment of enterprise software.
    4. Compare. Oracle VM support pricing.
    For more information, you can visit:
    * Learn more about Oracle and Virtual Iron
    * Oracle VM

    Got my call and was unable to get all my questions answered (my fault had to cut call short), also I was unable to get the tech called back today so i am hoping that I can tomorrow.
    Preliminary thoughts/answers seam to point that they will sell you additional licenses if you buy support for all of your existing boxes, plus the ones you want to add. Because I use single processor boxes I am trying to get them to license based on the cpu count instead of by the box. If by the box it doubles my cost.
    We talked a great deal about the Oracle VM 2.2 that was released for download and how if compaired to Virtual iron. Oracle is not up to the Virtual Iron level yet but it made some big jumps and will be there pretty soon, by their account. I look forward to seeing the progress and the advances that they will surely incorperate with the huge influx of cash that Oracle will bring.
    Stay tuned.

  • New IBM JDK 1.4.2 for SAP NetWeaver 2004 and 2004s

    In May 2006 IBM System p brand and SAP announced the direction to enhance the IBM AIX 5L JDK 1.4.2 for SAP NetWeaver 2004 and SAP NetWeaver 2004s based applications. The new IBM JDK 1.4.2 for SAP NetWeaver applications on AIX 5L is 100% upward compatible for all SAP business applications and, compared to the classical AIX JDK, provides a more consistent runtime behavior, enhances memory management, and improves debugging capabilities.
    <b>General Availability (GA) of the new IBM JDK 1.4.2 for SAP NetWeaver 2004 and 2004s on AIX 5L</b>
    As part of a staged release process aligned between IBM and SAP a customer pilot program was started in August 2006 followed by a Controlled Availability (CA) program. Based on positive customer feedback resulting from real production usage and the very encouraging internal test results, the new IBM JDK on AIX 5L is/will be generally available
    •     for SAP NetWeaver 2004 SP14 and above starting at 5th of February 2007
                    and
    •     for SAP NetWeaver 2004s SP06 and above starting at 30th of March 2007.
    This means systems running above SAP NetWeaver releases in an AIX 5L environment are allowed to use the new IBM JDK without restrictions.
    This announcement does not affect the use and support of the classical AIX JDK outside SAP environments.
    <b>Transition Plan to the new IBM JDK 1.4.2 on AIX 5L</b>
    SAP will support the classical and the new JDK in parallel for a limited number of NetWeaver support packages. Afterwards only the new IBM JDK will be supported:
    •     for SAP NetWeaver 2004 the first support package only supporting the new JDK will be SP21 (planned date for SP21 see http://service.sap.com/~sapidb/011000358700001130682005E),
    •     for SAP NetWeaver 2004s it will be SP14 (planned date for SP14 see http://service.sap.com/~sapidb/011000358700004584092005E).
    So please plan a transition to the new JDK prior to the upgrade to these support packages.
    SAP and IBM strongly believe that the switch to the new JDK will improve your experience with JAVA based SAP applications on AIX 5L. Both companies recommend upgrading to the new IBM JDK 1.4.2 for SAP applications running on AIX 5L as soon as it matches your company’s maintenance plans.

    You can download the JDK directly from the sun java website...
    http://java.sun.com/products/archive/j2se/1.4.2_12/index.html
    I don't think Ubuntu is supported...
    Regards
    Juan

  • HT2293 can u tell me which itune software is supported ipod version 6.0 ipod touch(4th gen)?

    can someone tell me which itune software is support for ipod version 6.0 ipod touch (4th gen)?

    You need iTunes 10.7 (the current version at the moment) in order to upgrade your iPod Touch to iO6. 
    You can always do an Over-the-Air (OTA) update as well via Settings -> General -> Software Update if you are already running iOS 5 or later.
    B-rock

  • Which application servers are supporting JSF Technology

    please let me know which application servers are supporting Java Server Faces Technology, and shall i use the combination of JSF with EJB. if so how can i do?

    Hi Varam99,
    I doubt you will get an official word on who is supporting but you can look at the list of participants in the expert group and get a good feel for who is interested.
    As far as using JSF with EJB's you should look at http://www.corej2eepatterns.com/Patterns2ndEd/BusinessDelegate.htm -- the business delegate pattern. I have also posted several times here on this list WRT this issue of accessing business logic from your JSF application. You can search on 'accessing business logic'.
    I also posted a presentation I gave at the http://www.nofluffjuststuff.com -- Chicago event. You can see the slides on my blog @ http://bill.dudney.net/roller/page/bill/20030917#jakarta_pitfalls_real_world_jsf.
    Hope this helps.
    TTFN,
    -bd-
    http://bill.dudney.net

  • Can you please put me in touch with the support  for the trial copy of adobe acrobat XI pro which I had tried out on March 15 for 30 days. I have  been trying to cancel since the cost is too much and Acrobat Reader is OK for me. I can't find uninstaller.

    Can you please put me in touch with the support  for the trial copy of adobe acrobat XI pro which I had tried out on March 15 for 30 days. I have  been trying to cancel since the cost is too much and Acrobat Reader is OK for me. I can't find uninstaller.
    I have had to erase my disk since then with trouble with Apple Store not recognising my machine and the reload from Time Machine has given complications . Can you please cancel my trial and return my Trial money.

    If you paid for what you used then it was not a trial.
    Look thru the following links and use the chat option if required for your situation:
    Cancel your membership or subscription | Creative Cloud
    https://helpx.adobe.com/x-productkb/policy-pricing/cancel-membership-subscription.html
    https://forums.adobe.com/thread/1703848
    Chat support - For the link below click the Still Need Help? option in the blue area at the bottom and choose the chat option...
    Creative Cloud support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html ( http://adobe.ly/19llvMN )
    Phone support | Orders, returns exchanges
    http://helpx.adobe.com/x-productkb/global/phone-support-orders.html

Maybe you are looking for