How to configure in build the option "Xlint:deprication"

Hi all,
how I can define the "Xlint:deprication" option in Eclipse?
I would follow the warning:
     [javac] WARNING: Note: Some input files use or override a deprecated API.
     [javac] WARNING: Note: Recompile with -Xlint:deprecation for details.
     [javac] WARNING: Note: Some input files use unchecked or unsafe operations.
     [javac] WARNING: Note: Recompile with -Xlint:unchecked for details.
But I don't know, how to do this.
Can you help?
Thanks
Sven

Hi Sven,
Have you checked your settings under <em>Java u2192 Compiler u2192 Errors/Warnings</em> section <em>Deprecated and restricted API</em> (either project settings if defined there or the general settings)? As long as I don't have configure to give error messages for deprecated features I can still use them and the compiler doesn't complain (or spits out just a warning depending on what I set).
Cheers, harald

Similar Messages

  • How do i turn off the option that sends all the messages i receive to all other linked to the same computer? on this

    how do you turn off the option that sends all the messages i send, when i send them who ever is linked to the same comuter is also getting all the messages. help

    don't share apple id or the email address linked to imessages. see in settings/messages.

  • How to configure HTTPS in the receiver HTTP adapter ?

    Hi Guys,
    How to configure HTTPS in the HTTP receiver adapter and where i need to mention the QOS=BE in the receiver adpter.
    any suggestions or help would be appreciated
    Thanks,
    Srini

    You would need make sure that SSL is enabled on the ABAP stack . I rememver seeing a blog on SDN that shows how this is to be done.
    Once you have SSL enabled in the ABAP stack ( you would also need to install the cryptographic libraries as a part of this exercise) , you would be able to use HTTPS and also provide the necessary digital certificates etc.
    I have tried this with SOAP adapters etc but havent with the HTTP adapter but I dont see why this should be any different.
    Regards,
    Bhavesh

  • HOW TO CONFIGURE REPLICATION/INITIALIZE THE TWO SUFFIXES IN DS 6.3

    HI,
    i'm new to DS 6.3,which is pretty cool either,i feel difficult in enabling replication between two suffixes in a directory server instance,
    and can anyone helpme how to configure replication in the directory server 6.3.hope i get reply soon,
    thanking you,
    sasi

    Please have a read of the admin guide for replication available at
    http://docs.sun.com/app/docs/doc/820-2763/fhkry
    Once you try out the procedure, feel free to follow up with specific questions. Don't forget to tell us exactly what steps you took, and what problem you're facing.

  • How to configure Webgate let the Webgate works on HTTPS?

    Hi,
    How to configure Webgate let the Webgate access the OAM challenge URL on HTTPS protocol?
    Thanks,

    There is no configuration needed at the webgate side for this.
    You can configure OAM authentication scheme used to point to the https url of the OAM however first you have to configure your OAM server to run on HTTPS i.e. run the managed server in https mode. Also in Access Manager Settings in Load Balancing section you have to provide the https protocol and port.
    Hope this helps,
    Sagar

  • How can I turn off the option in my message settings so that others can not tell that I have read there texts? Please HELP

    How can I turn off the option in my message settings so that others can't tell that I have read there message I have an iphone4 updated to the 6ios

    Set Settings->Messages->Send Read Receipts to Off.

  • How do I get back the option to select just search UK websites?

    Previously on the Firefox Start page I had a Google search box which gave me the option to search just UK websites or all web sites. How do I get this option back on screen.
    This is a recent phenomenon

    You will still need to go to the results page and click the link in the sidebar at the left: ''The web: Pages from the UK''

  • I've received a message that says my message can't be sent.  Unfortunately, the list of recipients is so long I can't see the bottom to click "try another server".  The message won't scroll.  How can I get to the options at the bottom?

    I've received an error messagae that says my message can't be sent.  Unfortunately, the recipient list is so long I can't see the bottom of the error message to click "Try again" or another option.  The message won't scroll.  How can I get to the bottom of the message?

    Many Thanks, Kurt.
    I knew I'd seen the solution you've provided somewhere - either in MacWorld or MacFormat - but couldn't remember the Gatekeeper bit!
    I shall save it somewhere VERY safe now in case this happens again …
    You have made an old man very happy and saved me from worrying that senile decay had suddenly set in. (I was 70 last week so you might understand the situation from that.)
    Best wishes
    OllyanDinah

  • How do I tell if the option key is down?

    I want to detect whether the option key is being held down while the gui is setting up (the option key, only appearing on macs, is roughly equivalent to the 'alt' key).
    I am not having any particular events fired at this time, that I know of. How can I detect this? I searched the API and other documentation -- there was a lot of stuff on keys becoming pressed or released (which can be represented by a java.swing.KeyStroke), but I couldn't find anything to just ask whether a given key was down at a given moment. You see, the option key could very well have been held before java even started, let alone before I am ready to ask the question...

    Found it, I think
        e.isControlDown()

  • How to configure and start the BI-Scheduler?

    hi experts,
    as i am new to OBIEE, plz let me know how to configure and start (schedule the reports).
    if any docs plz send to me..
    Thank u.............

    Hi,
    please go the the oracle by example tutorials : Sending Alerts Using Oracle Business Intelligence Delivers
    link : http://www.oracle.com/technology/obe/obe_bi/bi_ee_1013/delivers/delivers.htm
    There is a step by step guide to configure the scheduler. This is a good starting point.
    However there is also some advanced cofigurations that you will get in the Oracle® Business Intelligence
    Infrastructure Installation and Configuration Guide-Chapter 10.
    Hope this helps you.

  • How to configure automatic reloading the class in jboss-3.2.1_tomcat-4.1.24

    HI,
    In tomcat, web context is specified in Server .xml file with
    <!-- Tomcat Examples Context -->
    <Context path="/examples" docBase="examples" debug="0"
    reloadable="true" crossContext="true" />.
    this will deploy my examples webapplication in Tomcat server. And the property reloadable="ture" makes my life easiear. When even I change a .class, the class is automatically loaded in to memory with out restarting the server. Let me know the how to configure the same in Jboss-3.2.1_tomact-4.1.24 (auto-reload context) . Requesting for immediate solution

    I am running into the same problem. The only solution I know is to touch the application.xml which will reload the .ear file, which is not efficient in my case.
    Please let me also know if you have come across something else useful.
    Thanks,
    Mangal
    [email protected]

  • Where/How do I programmatically build the component tree?

    Hi! I'm having a lot of problems trying to make my JSF application work...
    Here's the situation:
    - I have to display a form (questionnaire) consisting of a tree (form - subforms - sections - groups - questions - checkboxes/dropdowns...). Each of these parts are custom components, with custom renderers.
    - This display is only a small part of a wider application (so the custom ViewHandler solution seems impossible to me), and it is done in an imported jsp (using <jstl:import ...>). In this jsp, there is only one component, representing the "root" of the questionnaire, because the structure of the questionnaire is unknown at the beginning.
    - I need to build programmatically (in Java) the component tree of my questionnaire (according to the structure loaded from a database) and integrate it in the component tree of the whole application.
    - The problem is I can't get this to work properly in the JSF lifecycle (either the restoreState/saveState methods aren't called, or the "main" tree doesn't contain my "sub-tree" although everything is rendered properly...). I searched on a lot of forums, I tried a lot of solutions (new UIComponent() vs. application.createComponent(...) / create the tree in the component constructor vs. in the component renderer... ) but none of them seemed to meet my requirements, since it seems to be a tricky situation.
    So, does anyone knows how to achieve this? How and where to build my component tree?
    (ask me if a you need more information about my code!)
    Thanks in advance!!
    Adriano

    Bit_happens wrote:
    - I'm using the "createComponent" method to build my tree (instead of just calling the component constructor), is that right? For example:
    UISubform subformComponent = (UISubform) application.createComponent(UISubform.TYPE);
    //UISubform subformComponent = new UISubform();What is the difference with the plain constructor call?You are not implementation dependent then.
    - Apparently, I have to explicitly add the panelGroup to the component tree, or else it won't be part of the tree. Is that normal? Shouldn't JSF add it to the tree automatically when it finds it in the JSP? I have to do the following:
    UIComponent parent = facesContext.getViewRoot().findComponent("form_subview").findComponent("main_form");
    parent.getChildren().add(panel);
    panel.setParent(parent);- Is there a difference between creating the "sub-tree" in an ascending way, or in a descending way? I.e. first creating the leaves and then going up the branches until I plug the root component into the main tree, or first creating the root component and then going down the branches until all the leaves are created?No, there isn't.
    - I think my custom components themselves should be right, and they're declared in faces-config. It looks like the panelGroup doesn't renders its children, but it should by default, right? When I look at the rendered page source code, the panelGroup is empty:
    <span id="form_subview:main_form:formPanel"></span>- Do you think of anything else I should check? Any tricky setting I could have forgot?Try adding existing components to the panelGroup, e.g. HtmlOutputText. If that works, then I rather think there is a flaw in your component.

  • 7.0 How to setup where is the option to set where photos come from?

    Since I uploaded to 7.0 I no longer see the option to set where my IPOD should look for photos, I do not noty see a photo tab of any kind. How do I do that with this 7.0?

    here's a link to a screenshot of where the Photos tab
    shows up for me in 7.0.1.8:
    b's view of the photos tab
    in 7.0.1.8
    Only thing is you have to have the IPOD hooked up in oder to get that options. I got that options before (before I upgraded) without having to pluge in my IPOD. Ok so thats the difference. Thank you...

  • How do you get to the options for export settings with the new quicktime?

    I'm having trouble with the new quicktime pro. I'm trying to export a video with specific settings when exporting. It seems that in this version of quicktime you export and the only options i get is how to format : for ipad/pod/phone or 480p which is not what I want I need to change the settings to make my video 480x360 and fast start for web. can someone help

    How do you get to the options for export settings with the new quicktime?
    You don't Use QT 7 "Pro", GarageBand, a video editor app, or a third-party app like MPEG Streamclip all of which can access user conversion settings.

  • How to configure and install the IPC??

    Hello All
    I am working on CRM 7.0 with integration to ECC 6.0, I have variants for configurable products in the ERP and I want to use them in CRM orders so I have to use the IPC but I donu2019t know how to configure the IPC and is it to be installed on a separate server or it is just a tool to be activated on CRM or ECC system
    Regards
    Jacopo Francoise

    Hi
    You can refere this link, I believe it will help you alot.
    [http://help.sap.com/saphelp_crm40/helpdata/en/1d/89b6dbf5c02a44af7b1ff8bfd48c35/frameset.htm]http://help.sap.com/saphelp_crm40/helpdata/en/1d/89b6dbf5c02a44af7b1ff8bfd48c35/frameset.htm
    Regards
    Naeem

Maybe you are looking for

  • I can't put playlists on my iPhone because there is an error message?

    Hello, today I was trying to sync a playlist of music to my iPhone 4 that runs iOS 7. I was able to connect my phone to the computer, navigate into the phone through iTunes 11 on my computer, and start to apply the playlist to my phone. When I clicke

  • How do I add a smart mail box for my email account on my iPone?Is that possible?

    How do I add a smart mail box for my email account on my iPone?Is that possible?(I mean mail box that sorting specific emails from my inbox)Thankssss.

  • L8: Backup hang half way during backup process

    Dear all, We tried to backup 180GB of data to a Sun L8 tape drive via StorEdge Backup 7.1 software. Half way during the backup process, the backup hanged and i saw the following error message: [ID 107833 kern.warning] WARNING: /pci@8,600000/pci@1/scs

  • Error:-Item is not relevant for billing

    Hi, Issue:-we have created a delivery with batch split material now while creating billing document with transaction VF01 it is giving error the item is not relevant for the billing. Can anybody tell me what is solution of this so that it won't give

  • Can't write Servlet error

    Hi, I have a situation in where I have a set of JSP pages in a group of subfolders....and on and on... When Tomcat Servlet engine compiles them into servlets, the name it comes up with is something ugly: C:\TOMCAT\jakarta\work\localhost_8080%2FWEEE\_