How to reslove this warning?

warning: [path] bad path element "C:\jdk1.5.0\lib\htmlparser.jar": no such file
or directory
KaoqinRecord.java:105: warning: [unchecked] unchecked conversion
found : java.util.Set
required: java.util.Set<java.lang.String>
Set<String> set = h.keySet();
^
2 warnings

warning: [path] bad path element
"C:\jdk1.5.0\lib\htmlparser.jar": no such file
or directoryThe above tells you the jar can't be found.
KaoqinRecord.java:105: warning: [unchecked] unchecked
conversion
found : java.util.Set
required: java.util.Set<java.lang.String>
Set<String> set = h.keySet();
^The above is a warning from the new generics feature that's telling you the assignment isn't typesafe. Try
Set<String> set = h.keySet<String>();
2 warnings

Similar Messages

  • I can not add the warning before buying an app. Could you please explain how to add this warning

    Please tell me how to add the warning before purchasing an app?

    Hey klw67
    Thanks for the question. Are you referring to the prompt for your password? If so, this can be achieved by utilizing the Restrictions (parental controls) of the specific device. For information on setting up and using Restrictions, see this resource:
    iOS: Understanding Restrictions (parental controls)
    http://support.apple.com/kb/HT4213
    You can prevent access to specific content types:
    - You can also adjust the time necessary before a password is required to purchase content.
    Thanks,
    Matt M.

  • How to solve this WARNING ITMS-9000

    Hi everybody,
    I'm getting this error when I submit my app. Anyone now how to solve this ITMS-9000 Warning? I'm quite tired about trying to upload it...
    Thank you very much!

    I'm sure you got this figured out by now but I will post a reply in case anyone else has this issue in the future.
    What I just found with my error was that I set my version number as "1.0" and in itunes connect it was named "1"
    It looks like one of yours is named 1.0.14 and the other is named 1.0 in ITC.
    Apple should still approve it but to be sure, I rejected the binary with the edit and it went right through.

  • Warning: [unchecked] unchecked conversion.. how to avoid this warning?

    Hi all,
    When i compile my java file, i get this warning.
    Z:\webapps\I2SG_P2\WEB-INF\classes\com\i2sg>javac testwincDB.java
    Note: testwincDB.java uses unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    Z:\webapps\I2SG_P2\WEB-INF\classes\com\i2sg>javac -Xlint testwincDB.java
    testwincDB.java:15: warning: [unchecked] unchecked conversion
    found   : java.util.ArrayList
    required: java.util.ArrayList<java.lang.String[]>
        ArrayList <String[] > recRep2 = dbh.getReconReport2(projID);My functions are:
    public ArrayList getReconReport2(int projID)
            ArrayList <String[] > recRep2 = new ArrayList <String[] > ();
            String getReconReportQuery2 = "select recon_count FROM i2sg_recon1 WHERE PROJECT_ID = " + projID;
            int i=0;
            try {
            resultSet = statement.executeQuery(getReconReportQuery2);
                  while (resultSet.next())
                         recRep2.add(new String[1]); // 0:RECON_COUNT
                ((String []) recRep2.get(i))[0] = resultSet.getString("RECON_COUNT");
                         i++;
                  resultSet.close();
                  } catch (Exception ex)
                ex.printStackTrace(System.out);
            return recRep2;
        }and
    import java.sql.*;
    import java.util.ArrayList;
    import java.util.*;
    public class testwincDB
        public static void main(String args[])
        int projID=8;
        wincDB dbh = new wincDB();
        ArrayList <String[] > recRep2 = dbh.getReconReport2(projID);
        int totalRec = recRep2.size();
         for(int i=0;i<totalRec;i++)
        System.out.println(((String []) recRep2.get(i))[0]);
    }Thanks in advance,
    Lakshma

    found : java.util.ArrayList
    required: java.util.ArrayList<java.lang.String[]>
    ArrayList <String[] > recRep2 = dbh.getReconReport2(projID);This tells all about the warning.....
    public ArrayList getReconReport2(int projID)change it to:
    public ArrayList<String[]> getReconReport2(int projID)Thanks!
    Edit: Very late.... :-)
    Edited by: T.B.M on Jan 15, 2009 7:20 PM

  • I am not able to install GWT plugin for my firefox 27 v.How to reslove this?

    I am trying to install the GWT plugin to my Firefox,but not able to find the plugin.I recently updated my Firefox to 27v.Please suggest how to resolve this.

    The GWT Developer Plugin only supports Firefox 3.0 - 26.0
    *http://www.gwtproject.org/missing-plugin/
    You have two options wait for GWT to Update their plugin or Download Firefox 26
    Firefox 26 - FTP
    *http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/26.0/

  • How to reslove this Problem..... Adobe After Effects CC

    The problem with the duration determined by the type of rendering that was with me at Full.When reduce the effects will last for half a second longer in the film.Also when you get on my third or lower ... animation lasts longer ... But when I go back to ful then the animation is limited to about 1.20 seconds .How to fix this problem.
    1.Picture :This is on Full rendering  and you can see how effects ...end on 1,11 seconds.But film takes 40 sekonds....
    2.Picrure : You can see on Blue text ...Rendering on Half ...movie takes about 2 seconds ....
    3:Picture : Third picture is on third rendering ...Movie takes about 30 seconds but quality is ****...:D
    Only at lower resolutions film until the end ... as soon as the rendering increase the Half or ful film takes a triple short as you can see in the pictures on the Half takes 2 seconds until the Fulu only takes 1 second to third is 30 seconds and the Quatre is the end ..... Help please because i can not work and make the effects that I want ...
    This is my Setting in my compositing .....

    How on Earth can we respond to your question?  You have simply complained about the duration and playback speed of your RAM Previews.  You have given us NO useful information.  Information you can provide by reading this:
    FAQ: What information should I provide when asking a question on this forum?
    It also sounds like you should try spending a good deal of quality time here:
    Getting started with After Effects (CS4, CS5, CS5.5,  CS6, & CC)

  • How to fix this warning?.

    Description                                                                                                                                           File
    Warning 1 Custom tool warning: At least one optional import ServiceDescriptionFormatExtension has been ignored.                                                                                                                                           Settings.settings 
    Warning 2 Custom tool warning: At least one optional import ServiceDescriptionFormatExtension has been ignored.                                                                                                                                          Reference.map 
    Warning 3 Invalid search path 'c:\sybase\Lib' specified in 'LIB environment variable' -- 'The system cannot find the path specified. ' 

    I didn't get you. What do you mean ...
    You do realize that you have responded to a thread/message that is almost seven years old?
    It would be better to start your own thread and describe the problem(s) you're having.
    - Wayne

  • How to turn this warning off?

    I got the below message. How do I turn it off?
    "Serializable class does not declare a static final serialVersionUID field of type long"
    According to the below thread, the simple fix is to turn it off from the IDE.
    http://stackoverflow.com/questions/2288937/what-does-it-mean-the-serializable-class-does-not-declare-a-static-final-serialv
    Thanks

    Right Click on the icon beginning of the class definition and select 'Set Initialization Version'
    public class Class1 implements Serializable {
    *@SuppressWarnings("compatibility:-592295412730175717")*
    private static final long serialVersionUID = 1L;
    public Class1() {
    super();
    Check for the screenshot for the same?
    http://adfsampleapplications.googlecode.com/svn/trunk/images/SetInitializationVersion.png
    Thanks,
    Navaneeth

  • How to disable this warning?

    Using WL 8.1 (sp3)
    The warning below is is being generated from Weblogic, as it doesn't to
    effect my app (using Struts 1.2.7) is there anyway to disable it?
    <Warning> <HTTP> <BEA-101138>
    <ServletContext(id=25598249,name=PRDWeb,context-path=/PRDWeb) One of the
    getParameter family of methods called after reading from the
    ServletInputStream. Not merging post parameters.>
    Many thanks
    harry

    Hi
    may be disabling the logging option of the server
    Jin

  • How to supress or correct this warnning

    hi ... I have plain java program .. written using a windows with US english.... now i have to run the same jar file in a windows with japanese in it ... but when i run the jar a warning
    " Default charset MS392 not supported , ISO-8859-1 instead "
    is appearing ... I strictly dont want to this to be displayed... how to supress this warning or how to correct it
    pls help
    __raj

    You could try adding this option to your java command -Dfile.encoding=ISO-8859-1. I don't know if it will help or not.

  • I am trying to download an update for my iphone, but in the middle of the download I get an error message that says, 'There was a problem downloading the software for iphone. The network connection timed out.' Any ideas on how to resolve this issue?

    I am trying to download an update to my iphone, but in the middle of the download, I get an error message that reads, 'There was problem downloading the software for the iphone. The network connection timed out'. Any idea how to reslove this issue?

    Hi Robertfrom Denver.
    Did you try the solution given, and if yes, did it work?
    I have done several "attempted downloads, and see the full file download, typically taking 30 minutes to complete, and then something goes wrong.
    I am happy to suspend AV and FW software, but would like to know if it is a good fix or not first?
    HelenfromBroughton Astley

  • How to run this procedure .......pls help with example

    /*it shows an warning */
    --how to remove this warning
    CREATE PROCEDURE EMP_TITLE_GENERATOR (EMP_GENDER IN CHAR (1),EMP_TITLE OUT VARCHAR2)
    IS
    BEGIN
    EMP_TITLE:=DECODE(EMP_GENDER,'M','Mr','F','Ms','INVALID');
    EXCEPTION
    WHEN OTHERS THEN
    DBMS_OUTPUT.PUT_LINE(SQLERRM);
    END;
    Edited by: 923746 on Apr 18, 2012 7:58 PM
    Edited by: 923746 on Apr 18, 2012 7:59 PM

    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> CREATE PROCEDURE EMP_TITLE_GENERATOR (EMP_GENDER IN VARCHAR2,EMP_TITLE OUT VARCHAR2)
      2  IS
      3  begin
      4  select DECODE(EMP_GENDER,'M','Mr','F','Ms','INVALID') into emp_title from dual;
      5  EXCEPTION
      6  WHEN OTHERS THEN
      7  dbms_output.put_line(sqlerrm);
      8  END;
      9  /
    Procedure created.
    SQL> set serveroutput on
    SQL> DECLARE
      2    EMP_GENDER VARCHAR2(200);
      3    EMP_TITLE VARCHAR2(200);
      4  BEGIN
      5    EMP_GENDER := 'F';
      6 
      7    EMP_TITLE_GENERATOR(
      8      EMP_GENDER => EMP_GENDER,
      9      EMP_TITLE => EMP_TITLE
    10    );
    11    DBMS_OUTPUT.PUT_LINE('EMP_TITLE = ' || EMP_GENDER);
    12    DBMS_OUTPUT.PUT_LINE('EMP_TITLE = ' || EMP_TITLE);
    13  END;
    14  /
    EMP_TITLE = F
    EMP_TITLE = Ms
    PL/SQL procedure successfully completed.
    SQL>

  • I used to drag and drop newly loaded CD's from Recently Added to one of my iPod Classic playlists. I have no idea how to do this with the new version of iTunes. I thought perhaps checking Sync might give me a clue but it warned me Syncing would wipe conte

    I used to drag and drop music loaded from CD's from the Recently Added folder to a Playlist on my iPods Classic. Can't see how to do this with new iTunes version. Probably need to sync somehow but when I checked on Sync it warned me it would wipe out my iPod contents. Don 't know why Apple makes something that used to be simple so difficult. Can't even figure out how to display both my library and iPod contents on same screen.

    Hey joshuafromisr,
    If you resintall iTunes, it should fix the issue. The following document will go over how to remove iTunes fully and then reinstall. Depending on what version of Windows you're running you'll either follow the directions here:
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    http://support.apple.com/kb/HT1925
    or here:
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    http://support.apple.com/kb/HT1923
    Best,
    David

  • I have LR 4 and now I cannot open the software because I get this warning: light room cannot start because it cannot create files in the temp file location.. C:/windows/temp. How do I fix this? I have removed and downloaded LR and even used by disc and st

    I have LR 4 and now I cannot open the software because I get this warning: "light room cannot start because it cannot create files in the temp file location. C:\windows\temp\". I think I need to have LR open in a different place but I have no idea how to do that. Any help is most appreciated.
    Alex

    Jim
    Thank you for your prompt reply. Unfortunately I am not that tech oriented and
    cannot easily find that folder. I did notice when I was booting up the LR software
    that I could accept the site where LR usually is set up or choose a place. I am
    thinking that the standard location for LR software is corrupted and that if I
    chose a different place it would work. I say this because whether I use my
    original disc or download from adobe I get the same warning. I have 100GB of
    memory on the hard drive and I have cleaned the computer with Mcaffee and free
    software. What should I do next? I can't use this software and I doubt LR 5
    would open up with my current problem.
    Alex

  • Valid Size not available for this creation - how do I get rid of this warning

    How Do I get rid of this warning to open the greeting card dialogue box in Photoshop elements 10?

    Method 1: Open Organizer in Elements 10,
    Edit > Preferences > Adobe Partner Services. choose Canada/ USA for as Location. Hit OK.
    Try this to see if you're able to use greeting card dialog.
    If that doesn't solve your issue,
    Method 2: Follow the steps outlined here: http://helpx.adobe.com/photoshop-elements/kb/error-valid-size-available-creation.html
    Let us know how it goes.

Maybe you are looking for