Why is the result different

**the only different point is whether or not the construct function has "void
"keyword,but the result is completely different,who can give me an answer ,thanks.
*the result: a[1234]=0
public class SynTest4
static int a[]=new int[10000];
public void SynTest4()
synchronized(a)
for (int i=0; i<10000; i++) { a[i]=i; }
public static void main(String[] args)
new SynTest4();
System.out.println("a[1234]= "+a[1234]);
*the result:a[1234]=1234
public class SynTest4
static int a[]=new int[10000];
public SynTest4()
synchronized(a)
for (int i=0; i<10000; i++) { a[i]=i; }
public static void main(String[] args)
new SynTest4();
System.out.println("a[1234]= "+a[1234]);
}

A constructor has no return type. If you create a method with a return type, it is not a constructor. If you create a class without a constructor, the compiler will automatically create a default constructor.
So, your "public void SynTest4()" is a normal method, not a constructor.

Similar Messages

  • Gather_schema_stats and gather_table_stats, the result different?

    Hi All
    Oracle : 10.2.0.4
    OS : AIX
    Environment : Test but restore from production database
    My scenario has 4 as below and set method_opt = 'FOR ALL COLUMNS SIZE REPEAT' and degree = 2 and I deleted stats before run each step and base on same data and no work on test database.
    1. gather_schema_stats : estimate_percent = 15 and options = 'GATHER AUTO'
    2. gather_schema_stats : estimate_percent = AUTO_SAMPLE_SIZE and options = 'GATHER AUTO'
    3. gather_table_stats : estimate_percent = 15
    4. gather_table_stats : estimate_percent = AUTO_SAMPLE_SIZE
    The result seem like as below on table A
    scenario 1 : num_rows = 181928599 and sample_size = 569047 and gather stats time = 27 minutes
    scenario 2 : num_rows = 185865585 and sample_size = 185865585 and gather stats time = 30 minutes
    scenario 3 : num_rows = 185869720 and sample_size = 27880458 and gather stats time = 13 minutes
    scenario 4 : num_rows = 185839451 and sample_size = 660578 and gather stats time = 17 minutes
    The question is Why sampling size between gather_schema_stats and gather_table_stats on same estimate_percent and data that different? Did Oracle not gather statistics as estimate_percent parameter? and sometime explain plan had been changed. Weekly task is gather_schema_stats with estimate_percent = 15 on production.
    Notes: I tried to search in forum but I cannot found that match as my question.
    Thanks,
    Hiko

    An estimate_percent lower than 100 produces an estimation, nothing more, nothing less. An estimation by definition is not always 100% accurate, it can be more, it can be less than the actual number of rows in the tables.
    It can even varry between two execution of gather stats within the same extimate_percent value:
    15:39:11 SQL> create table mytable as
    16:48:22   2  select rownum rn
    16:48:33   3  from dual
    16:48:35   4  connect by rownum<1000000;
    Table created.
    Elapsed: 00:00:05.09
    16:48:52 SQL> exec dbms_stats.gather_table_stats(user,'MYTABLE',estimate_percent=>1)
    PL/SQL procedure successfully completed.
    Elapsed: 00:00:00.40
    16:49:24 SQL> select num_rows from user_tables where table_name='MYTABLE';
      NUM_ROWS
       1002000
    Elapsed: 00:00:00.09
    16:49:47 SQL> exec dbms_stats.gather_table_stats(user,'MYTABLE',estimate_percent=>1)
    PL/SQL procedure successfully completed.
    Elapsed: 00:00:00.04
    16:50:03 SQL> select num_rows from user_tables where table_name='MYTABLE';
      NUM_ROWS
       1014200
    Elapsed: 00:00:00.06
    16:50:09 SQL> exec dbms_stats.gather_table_stats(user,'MYTABLE',estimate_percent=>100)
    PL/SQL procedure successfully completed.
    Elapsed: 00:00:01.71
    16:51:52 SQL> select num_rows from user_tables where table_name='MYTABLE';
      NUM_ROWS
        999999
    Elapsed: 00:00:00.04
    16:51:55 SQL> exec dbms_stats.gather_table_stats(user,'MYTABLE',estimate_percent=>100)
    PL/SQL procedure successfully completed.
    Elapsed: 00:00:01.71
    16:52:02 SQL> select num_rows from user_tables where table_name='MYTABLE';
      NUM_ROWS
        999999
    Elapsed: 00:00:00.04
    16:52:04 SQL> select count(*) from mytable;
      COUNT(*)
        999999
    Elapsed: 00:00:00.14
    16:52:18 SQL>Nicolas.

  • Why do the results between the OCR in the Vision Assistant and OCR in a VI generated from the vision assistant might defer?

    Hi everybody,
    I had a problem while I was trying to run OCR on my image in my LabVIEW code. The algorithm did not detected what I was expecting on the image.
    I decided to run the test on the vision assistant and it worked perfectly: I got the expected results.#
    I assumed then that my code had different parameters, so I decided to generate a VI from the vision asssistant and run it on LabVIEW for the same image, just to verify.I did not change anything on the VI (all parameters are the same), and I used the same image. Surprinsingly the results are different between the assistant and the VI. That strikes me a lot! I have checked alll possible configurable parameters and they have the same values as in the Vision assistant. Does anybody have an idea about what could be the reason of this behaviour?  Thanks
    Regards,
    Esteban

    Esteban,
    do you use the same images for OCR? Or do you take a new snap shot before running the OCR?
    What steps of debugging did you use in LV?
    Norbert
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • Why do the results between the OCR in the Vision Assistant and a VI generated from the vision assistant might defer?

    Hi everybody,
    I had a problem while I was trying to run OCR on my image in my LabVIEW code. The algorithm did not detected what I was expecting on the image.
    I decided to run the test on the vision assistant and it worked perfectly: I got the expected results.#
    I assumed then that my code had different parameters, so I decided to generate a VI from the vision asssistant and run it on LabVIEW for the same image, just to verify.I did not change anything on the VI (all parameters are the same), and I used the same image. Surprinsingly the results are different between the assistant and the VI. That strikes me a lot! I have checked alll possible configurable parameters and they have the same values as in the Vision assistant. Does anybody have an idea about what could be the reason of this behaviour?  Thanks
    Regards,
    Esteban

    Hi Peter, 
    Strange. It runs here. Attached the screeshot you requested.
    Regards,
    Esteban
    Attachments:
    Capture.png ‏135 KB

  • Why is the results moving down?

    I have an application with two states. One includes an input form and the other has the results of the computations of that data. I do a removechild for the input fields and an addchild to put in the results.
    Somehow I'm getting a margin at the top of the results page. It is about 3/4" so it is very noticeable. Because (I'm guessing) I position to the first result field (a textInput that is not editable), the page positions with the above margin (or whatever is causing it) and half the top banner off the top of the page.
    1) any ideas of how to isolate the problem?
    2) any ideas of how to fix the problem?

    This is the code, hopefully enough to show the problem.  Attached are two (poor color) gifs to show it.
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application
      xmlns:mx="http://www.adobe.com/2006/mxml"
      xmlns:DHSComp="components.*"
      initialize="setInitAccessible();"
      applicationComplete="setInitLanguage();"
      backgroundColor="#dedacf"
      layout="absolute"
      paddingLeft="5"
      paddingRight="5"
      height="100%"
      verticalScrollPolicy="on">
      <mx:states>
        <mx:State name="Result">
          <mx:RemoveChild target="{fsPageTitleNoticePanel}"/>
          <mx:RemoveChild target="{fsPageTitleNoticeVBox}"/>
          <mx:RemoveChild target="{householdInformationCanvas}"/>
          <mx:RemoveChild target="{householdInformationPanel}"/>
          <mx:RemoveChild target="{householdInformationVBox}"/>
          <mx:RemoveChild target="{incomeAndAssetsCanvas}"/>
          <mx:RemoveChild target="{incomeAndAssetsPanel}"/>
          <mx:RemoveChild target="{incomeAndAssetsVBox}"/>
          <mx:RemoveChild target="{expensesCanvas}"/>
          <mx:RemoveChild target="{expensesPanel}"/>
          <mx:RemoveChild target="{expensesVBox}"/>
          <mx:RemoveChild target="{standardUtilityAllowanceCanvas}"/>
          <mx:RemoveChild target="{standardUtilityAllowancePanel}"/>
          <mx:RemoveChild target="{standardUtilityAllowanceVBox}"/>
          <mx:RemoveChild target="{calculateButton}"/>
          <mx:RemoveChild target="{resetButton}"/>
          <mx:RemoveChild target="{accessibility}"/>
          <mx:RemoveChild target="{resultButton}" />
          <mx:AddChild relativeTo="{bodyFormHolder}" position="firstChild">
            <mx:VBox id="resultsPageBox"
                backgroundColor="#dedacf"
                width="100%"
                verticalScrollPolicy="off" horizontalScrollPolicy="off">
                <mx:Canvas id="rAccessibility"
                    width="100%" >
                    <mx:HBox id="rAccessHBox"
                        minWidth="640" width="100%"
                        x="0" y="0">
                        <mx:VBox id="rAccessSizeFontVBox"
                            width="160">
                            <mx:HBox id="rHSliderFontHBox"
                                width="100%">
                                <mx:HSlider
                                    id="rSizeFontIndex"
                                    labels="['0','1','2','3','4','5','6']"
                                    toolTip=" "
                                    liveDragging="true"
                                    maximum="6"
                                    snapInterval="1"
                                    minimum="0"
                                    change="changeFontSize();"
                                    tickInterval="1"
                                    showDataTip="true"
                                    visible="true"
                                    tickThickness="3"
                                    width="100%"
                                    tabIndex="10" />
                            </mx:HBox>
                            <mx:HBox id="rAccessSizeFontLabelHBox"
                                width="100%">
                                <mx:Label id="rAccessFontSizeLabel"
                                    width="100%"
                                    textAlign="center"
                                    text=" " />
                            </mx:HBox>
                        </mx:VBox>
                        <mx:VBox id="rAccessContrastBoxLabel">
                            <mx:HBox id="rHSliderContrastHBox">
                                <mx:HSlider
                                    id="rContrastIndex"
                                    labels="['Normal','High']"
                                    toolTip=" "
                                    liveDragging="true"
                                    maximum="1"
                                    snapInterval="1"
                                    minimum="0"
                                    change="changeContrast();"
                                    tickInterval="1"
                                    showDataTip="true"
                                    tickThickness="3"
                                    width="1%"
                                    tabIndex="15"/>
                            </mx:HBox>
                            <mx:HBox id="rAccessContrastHBox"
                                width="100%">
                                <mx:Label id="rAccessContrastLabel"
                                    styleName="textNormal"
                                    width="100%"
                                    textAlign="center"
                                    text=" " />
                            </mx:HBox>
                        </mx:VBox>
                        <mx:HBox id="rPageButtonBox"
                            horizontalAlign="right"
                            width="100%">
                            <mx:Button id="rLanguageSwitchButton"
                                label="{pageButtonLanguage}"
                                rollOverEffect="{glowButton}"
                                click="swapLanguage()"
                                toolTip=" "
                                tabIndex="5" />
                        </mx:HBox>
                    </mx:HBox>
                </mx:Canvas>
    <mx:VBox id="windowWorkspace"
        backgroundColor="#dedacf"
        height="100%"
        width="100%">
    <!-- ********************************************************************** -->
    <!-- ** header area ******************************************************* -->
        <DHSComp:DHSHeader id="headerComp"
            SNAPText="{pageSNAPText}" />
    <!-- ********************************************************************** -->
    <!-- ** start of the form area ******************************************** -->
      <mx:Canvas id="formHolder"
        minWidth="650"
        width="100%"
        backgroundColor="#dedacf">
        <mx:Text id="fsPageTitle"
            text="{pageTitleText}"
            styleName="pageTitle"
            width="100%"
            textAlign="center" />
        <mx:Form id="bodyFormHolder"
            minWidth="640"
            width="100%"
            y="33">
            <mx:Canvas id="accessibility"
                width="100%" >
                <mx:HBox id="accessHBox"
                    minWidth="640" width="100%"
                    x="0" y="0">
                    <mx:VBox id="accessSizeFontVBox"
    >
                        <mx:HBox id="hSliderFontHBox"
                            width="100%">
                            <mx:HSlider
                                id="sizeFontIndex"
                                liveDragging="true"
                                maximum="6"
                                snapInterval="1"
                                minimum="0"
                                labels="['0','1','2','3','4','5','6']"
                                toolTip=" "
                                change="changeFontSize();"
                                tickInterval="1"
                                showDataTip="true"
                                visible="true"
                                tickThickness="3"
                                width="100%"
                                tabIndex="10"/>
                        </mx:HBox>
                        <mx:HBox id="accessSizeFontLabelHBox"
                            width="100%">
                            <mx:Label id="accessFontSizeLabel"
                                width="100%"
                                textAlign="center"
                                text="Text Size" />
                        </mx:HBox>
                    </mx:VBox>

  • Why are saturation results different than Matlab's imhist() function?

    We have a machine vision application where we had set some threshold levels in Matlab, and had planned on applying them to NI's IMAQ libraries. However, when trying to reproduce a set of Matlab results to verify our VB code was working, we found that we could reproduce Matlab's results on the R, G, B, and H planes, but not the S plane.
    For example, if you take the 50% red image at http://www.cae.tntech.edu/~mwr/red-50.png and load it into both Vision Builder and Matlab, you get the following results:
    Matlab:
    rgb=imread('red-50.png');
    hsv=rgb2hsv(rgb);
    [hist_s,bins]=imhist(hsv(:,:,2),101);
    bins(find(hist_s==max(hist_s)))
    ans =
    0.5000
    Vision Builder 6.0.5:
    Load red-50.png
    Extract Col
    or Planes: HSL - Saturation Plane
    Histogram -> results in a peak in bin 64 on a 0-255 scale.
    How many different ways are there to calculate saturation? So far, Matlab and Corel Photo-Paint agree on their calculations, and Vision Builder is the odd one.

    Mike,
    Thank you for posting on the forum. We spoke regarding this question, but I wanted to reply to this post with some information for other readers. You can see how we are calculating the HSL plane by examining the equations in the Vision Concepts Manual. Using the formulas, I was able to confirm that we are calculating the value for the HSL plane from the equation listed there:
    S = 255(1-3min(R,G,B)/(R+G+B))
    where R, G, and B in this equation are normalized. So given an RGB image (255,127,127) then we get the following values:
    S = 255(1-(3*.5)/(2))
    S = 63.75
    I also created an image in just MS Paint with the RGB values of (255,127,127) and that gave me HSL values of (0,240,180) -- or in MS Word HSL values of (0,255,191). These latter values match
    ed the HSI values returned from LabVIEW (using the IMAQ ColorHistogram VI).
    Regards,
    Michael
    Applications Engineer
    National Instruments

  • Why is the text different sizes?

    Hi,
    The text with this browser shows different sizes of text on a web page? Some is normal, then some is tiny. I you pinch the page up to read the tiny text, the normal text goes very large. It ruins reading a web page. Why does this happen, and is there anything I can do about it? It is particularly difficult when on a forum.
    Thankyou.

    Hello,
    Try change the minimum text size in your firefox:
    *[https://support.mozilla.org/en-US/kb/font-size-and-zoom-increase-size-of-web-pages#w_how-do-i-set-the-minimum-text-size-for-text-zoom How to select minimum text size]

  • Why is the font different weight in iOS?

    I am using an iOS font and yet it's thin and badly rendered until I edit the text field and then it appears bolder than it should appear.
    I've been using Helvetica Neue and it looks thin on my iPad and the line size is shorter than what I have set.
    Anyone else have this problem, and if so, have they found a solution?
    If not please reply so I know it's just me.
    I tried pre-rendering text but it crashes the app on iOS. (bug alert)

    I apologize.
    English is the Language of Great Britain.
    Every other versions are degenerate ones.
    About the localized versions of 10.7 I agree with you.
    As a beta tester of 10.7.2, I reported hundreds of wanted changes. Alas, the only result was :
    This issue is still under investigation with engineering.
    When I received the 10.7.3 beta versions I discovered that nothing was corrected on this side so, I asked if it was useful to waste time for such a result.
    I got the same autistic answer :
    This issue is still under investigation with engineering.
    I have some difficulties to understand why engineering is required to correct misspelled words or to correct a grammatical error.
    It seems that US engineers are supposed to know the French spelling rules better than French engineers.
    Yvan KOENIG (VALLAURIS, France) dimanche 12 février 2012
    iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.3
    My Box account  is : http://www.box.com/s/00qnssoyeq2xvc22ra4k

  • When printing on a digital press, why are the colors different between INDD & PSD?

    I've created the exact same CMYK mix in both InDesign and Photoshop. When printed on a digital press they are not the same color. Any ideas how this can be fixed/solved?

    Sounds like the RIP treats raster and vector objects differently. see InDesignSecrets » Blog Archive » Eliminating YDB (Yucky Discolored Box) Syndrome for a discussion of how this affects transparency interactions, and how to work around it. I suspect you can cure it by adding transparency to the master page and using the custom flattener method.

  • Why is the sortorder different than the sortorder in iTunes for a playlist?

    Guys,
    Let's say i have a movie play list sorted alphabetical in iTunes, but when i see the same play list in apple TV the sort order is not the same. any idea why? It's randomly mixed.

    Hi Cmm user,
    You can refer to WSManConnectionInfo Constructor (Uri, String, PSCredential) to understand.
    uri: The URI that defines the connection endpoint where the remote runspace is opened.
    shellUri: The URI of the shell that is launched when the connection is made.
    credential: A
    PSCredential object that contains the user account that has permission to make the connection.
    For connection to Exchange server, please refer to this article to understand:
    How to: Get a list of mail users by using the Exchange Management Shell in Exchange 2013:
    http://msdn.microsoft.com/en-us/library/office/ff326159(v=exchg.150).aspx
    For connection to Windows server, the uri is as the ConnectionURI, which Specifies the connection endpoint. The format of this string is:
    <Transport>://<Server>:<Port>/<ApplicationName>
    I hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Why is the time different on my Macbook Air and my iPhone?

    Hi All,
    For some reason the time on my iPhone is consistently 7 minutes behind the time displayed on my Macbook Air (Mavericks). Both devices are set to display the time automatically according to my time zone. After checking time.org, it looks like my phone has the correct time. There must be a logical reason why this is happening and some kind of solution, no?
    Thanks for any advice.

    On your iPhone ..
    Reset the device:
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears.
    If that doesn't help, tap Settings > General > Reset > Reset All Settings
    Then tap Settings > General > Date & Time
    Switch:  Set Automatically ON
    No data is lost due to a reset.

  • Why is the playback different from the preview?

    It's display on the same monitor, but clearly the playback looks so much different than the export preview
    I also tried taking a snapshot and it doesn't look like the one displayed on the project monitor.

    You know, I find most commercial DVD's to be about +3dB higher, than for my other input settings. I always have to turn the volume down...
    When editing my Audio, I always do so with headphones, and carefully monitor the output Audio. I do this by ear, and only glance at the Levels Meters. In general, my Master is probably most often set to -3dB, and for Menus, and for my surround channels, I am usually ~ -6dB, but this all depends on the Levels of my source material. It is not uncommon to have a Track at -18dB, especially if it's used in a Menu, or is in my surround channels.
    I'd almost always rather turn UP the home theater's volume, than have to run to turn it down, as the house is blown off its foundation.
    What I absolutely hate is the commercial DVD, where the Center channel is way down, but the SFX in the LFE channel is up by about +12dB. I almost blew out my walls on Fight Club, with the airplane crash scene. Just totally painful. SFX pieces do not need to be THAT loud. Just a pet peeve of mine.
    I also find that too many burned DVD's (by others) have the Menu Audio much, much too high, as do some commercial DVD's. That Audio should be nothing more than "background" music.
    Good luck,
    Hunt

  • Why is the time different on my iphone4 for messages and reminders to the actual time on my phone

    I have had to set the time zone on my phone manually as it is wrong. so now that shows correctly. However when i set a reminder and get messages. They show up as a different time zone altogether. So my reminders are coming through 12 hours too late. How can I fix this? I have tried resetting the time manually and automatically.

    On your iPhone ..
    Reset the device:
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears.
    If that doesn't help, tap Settings > General > Reset > Reset All Settings
    Then tap Settings > General > Date & Time
    Switch:  Set Automatically ON
    No data is lost due to a reset.

  • Why is the connectionUri different in WSManConnectionInfo object for exchange and windows?

    For exchange the connection uri used is : 
    'http://machineName/powershell'
    The WSManConnectionInfo object is created in the following way:
     WSManConnectionInfo connectionInfo = new WSManConnectionInfo(new Uri("http://machineName/powershell"), "http://schemas.microsoft.com/powershell/Microsoft.Exchange", ExchangeCredential)
    To connect to windows, the uri used is 
    'http://machineName::5985/wsman '
    The WSManConnectionInfo object is created in the following way:
     WSManConnectionInfo connectionInfo = new WSManConnectionInfo(new Uri("http://machineName:5985/wsman"), "http://schemas.microsoft.com/powershell/Microsoft.PowerShell", credential);
    Why is there a difference in the connection uri for exchange and windows?

    Hi Cmm user,
    You can refer to WSManConnectionInfo Constructor (Uri, String, PSCredential) to understand.
    uri: The URI that defines the connection endpoint where the remote runspace is opened.
    shellUri: The URI of the shell that is launched when the connection is made.
    credential: A
    PSCredential object that contains the user account that has permission to make the connection.
    For connection to Exchange server, please refer to this article to understand:
    How to: Get a list of mail users by using the Exchange Management Shell in Exchange 2013:
    http://msdn.microsoft.com/en-us/library/office/ff326159(v=exchg.150).aspx
    For connection to Windows server, the uri is as the ConnectionURI, which Specifies the connection endpoint. The format of this string is:
    <Transport>://<Server>:<Port>/<ApplicationName>
    I hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Finder: "Devices" vs. "Places."  Why are the programs different?

    I'm perpetually perplexed by the way the the same applications work differently under "Devices" and under "Places" when accessed from the "Finder." For example, often when I access a program like iPhoto from the Finder and click on it, it will appear to the extreme right on my dock, next to the stacks divider, thereby giving me 2 icons of iPhoto on my dock. Moreover, the one that appears on the far right may be of a different size and behave like a program being used for the first time. At other times, accessing the program from the Finder merely opens the one program on my Dock, as I expect it to. But must there be two appearances of the same icon, each appearing to be a discrete, separate application (as I suspect they are) rather than a mere alias of, or short cut to, the same program?
    A most recent example: I downloaded iTunes 10 (twice, for good measure). Nevertheless, I'm now looking at two different iTunes programs: iTunes 10 is under 2 of the rubrics in the "Devices" area of my Finder ("my iMac" and "Macintosh HD"); iTunes 9 remains lower down under 2 rubrics in the "Places" area (under "Applications" and under "my name" as sole user of the computer). They clearly must be separate, discrete applications, with different file sizes, though I would prefer to have only iTunes 10--and located under "A Applications" in the "Places" area of the Finder window.
    Normally, I would access applications under the "Applications" rubric that's found in "Places" on my Finder. Doing so, however, would seem to require that I trash my old iTunes (or iPhoto) and replace it by dragging down the newer version of iTunes recently installed in the "Devices" area of the Finder. Is this normal procedure? I plan to make less use of the Finder and concentrate on what's in the Dock. But when dragging an application to the Dock, is it important to select the application from the Devices area ("Macintosh HD") rather than the "Places" area ("Applications") to ensure placing the most recent version on the Dock? And is it normal to see two versions of the same application appear on the Dock after clicking on the program in the "Devices" area and the "Places" area of the Finder window?
    I'm analytically-challenged but am looking to reduce clutter without inadvertently trashing what may be substantial. I could also use any enlightenment concerning the complex and multiple locations (apparently 4) of a program/application as seen from the Finder window.

    I'm perpetually perplexed by the way the the same applications work differently under "Devices" and under "Places" when accessed from the "Finder." For example, often when I access a program like iPhoto from the Finder and click on it, it will appear to the extreme right on my dock, next to the stacks divider, thereby giving me 2 icons of iPhoto on my dock
    Sounds like you have 2 copies of iPhoto installed.
    On the dock icon, right click -> show in Finder and see where the applications are located then delete one of them
    Drag iTunes 9 to the trash to delete it.

Maybe you are looking for

  • Can I upgrade from OS 10.4.11 to Leopard 10.5 on an older iMacG4?

    I was recently gifted an iPad (for my 77th birthday)!. In order to run it, I need OS 10.5 or better. At this point, I cannot afford a new computer, so wonder if I could install OS 10.5 on my iMac G4, 10.4.11, vintage 2004, (the one with the round bas

  • RKAEP000 in the background without selection criteria

    Hello, advice, please. If you execute the KSB1 report in the background, the selection criteria are automatically displayed there with the header data (states within SAP Note 1174588). Is there any way how to disable this? We have got a custom progra

  • Organisational structure Maintaince

    Hi Gurus, Our Oraganisational structure is a quite messup. The Chief positions and reporting structure is in a mess up state because of which workflow doesnot work well. Suggest me relevant steps which i have to follow to bring it in the right shape.

  • Send html email

    Hello... Tow html email quesiotns: 1) I want to start sending promotional emails to my clients in html format. I believe that Entourage does not support this, but wondered if Mac Mail does. 2) Is there a forum that gives instructions on how to create

  • Cannot Import Full Dump!!!

    Dear All, I have a "Full" dump of my Database using the following syntax: exp DBNAME/DBPASS full=Y direct=y consistent=y file='D:\DBNAME_LIVEDUMP.dmp' log='D:\DBNAME_LIVEDUMP.log' But, when I try to import the "Full" backup into a newly created schem