So totally lost here....

I am writing a poker program for a college programming class. I don't want anyone to "do my homework for me" but, I am totally at a loss as to where I have gone wrong. When I instantiate the class and execute the printCard method (code below) it always returns AD.
When I run the debugger (Eclipse version 3.2 if that makes a difference) I get this error: "ERROR: JDWP Unable to get JNI 1.2 environment, jvm->GetEnv() return code = -2
JDWP exit error AGENT_ERROR_NO_JNI_ENV(183): [../../../src/share/back/util.c:820]"
Here is the code as it currently stands:
public class Card
     public static final byte TWO =2;
     public static final byte THREE =3;
     public static final byte FOUR =4;
     public static final byte FIVE =5;
     public static final byte SIX =6;
     public static final byte SEVEN =7;
     public static final byte EIGHT =8;
     public static final byte NINE =9;
     public static final byte TEN =10;
     public static final byte JACK =11;
     public static final byte QUEEN =12;
     public static final byte KING =13;
     public static final byte ACE =14;
     public static final byte CLUB =101;
     public static final byte DIAMOND =102;
     public static final byte HEART =103;
     public static final byte SPADE =104;
     private byte value=0;
     private byte suit=0;
     public Card() {}
     * Creates an instance of Card assigning suits and values.
     * @param value The value of the card created.
     * @param suit The suit of the card created.
     public Card (byte value, byte suit)
          this.value = value;
          this.suit = suit;
     * Gets the value of the card.
     * @return value The value of the card.
     public void setValue(int numIn)
          switch(numIn)
               case 0: this.value = TWO;
               case 1: this.value = THREE;
               case 2: this.value = FOUR;
               case 3: this.value = FIVE;
               case 4: this.value = SIX;
               case 5: this.value = SEVEN;
               case 6: this.value = EIGHT;
               case 7: this.value = NINE;
               case 8: this.value = TEN;
               case 9: this.value = JACK;
               case 10:this.value = QUEEN;
               case 11:this.value = KING;
               case 12:this.value = ACE;
     * Sets the suit of the card.
     * @param suit The suit of the card.
     public void setSuit(int numIn)
          switch(numIn)
               case 0: this.suit = CLUB;
               case 1: this.suit = DIAMOND;
               case 2: this.suit = HEART;
               case 3: this.suit = SPADE;
     * Prints the description of the card.
     public String getValue()
          String val ="";
          switch(this.value)
               case TWO: val = "2";
               case THREE: val = "3";
               case FOUR: val = "4";
               case FIVE: val = "5";
               case SIX: val = "6";
               case SEVEN: val = "7";
               case EIGHT: val = "8";
               case NINE: val = "9";
               case TEN: val ="10";
               case JACK: val = "J";
               case QUEEN: val = "Q";
               case KING: val = "K";
               case ACE: val = "A";
          return val;
     * Gets the suit of the card.
     * @return suit The suit of the card.
     public String getSuit()
          String tempSuit = "";
          switch(this.suit)
               case CLUB: tempSuit ="C";
               case SPADE:tempSuit ="S";
               case HEART:tempSuit ="H";
               case DIAMOND:tempSuit ="D";
          return tempSuit;
     * Sets the suit of the card.
     * @param value The value of the card.
     public void printCard()
          System.out.println(getValue()+ getSuit());
Message was edited by:
jonathan.ownbey
note: the methods and constants were required in the assignment.
Thanks for any help.

It looks like you forgot to put break statements after each case in your switch statements. Like:
switch(this.suit){
    case CLUB:
        tempSuit ="C";
        break;
    case SPADE:
        tempSuit ="S";
        break;
<etc...>
}So all of your switches fall through to the last case. Also, use the code tags when you post code, because it hurts my eyes not to have syntax highlighting :-)

Similar Messages

  • F.F. keeps telling me i need an ActiveX Plug-in but i can not find one for 3.5.11. This is the first time i have ever had a problem and totally lost here...please help. Jared

    I was going to add some new ringtones to my cell and in trying to listen to the samples i keep getting the Firefox needs to an ActiveX Plug-in would i like to be directed to where it is but nothing there matches....
    == This happened ==
    Just once or twice
    == Every time i have tried to go to site to review ring tones...

    Firefox, and most other browsers except IE, does not use ActiveX. See [[ActiveX]]
    You can try this add-on to see if it will allow you to listen to the ring tones by using IE's rendering engine in a Firefox tab:
    https://addons.mozilla.org/en-US/firefox/addon/92382/
    Note that the support for your version of Firefox is scheduled to end in August 2010 (see info at top of this page: https://www.mozilla.com/en-US/firefox/all-older.html . You may want to consider upgrading to the more current version: http://www.mozilla.com/en-US/firefox/all.html
    Also see:
    http://support.mozilla.com/en-US/kb/Upgrading+to+Firefox+3.6#What_s_new_in_Firefox_3_6_
    http://support.mozilla.com/en-US/kb/Updating+Firefox
    http://support.mozilla.com/en-US/kb/Installing+Firefox
    https://support.mozilla.com/en-US/kb/Custom+installation+of+Firefox+on+Windows
    <u>'''''Other Issues'''''</u>: ~~red:You have installed plug-ins with known security issues. You should update them immediately.~~
    <u>'''Update Java'''</u>: your ver. 1.6.0.19; current ver. 1.6.0.20 (<u>important security update 04-15-2010</u>)
    (Firefox 3.6 and above requires Java 1.6.0.10 or higher; see: http://support.mozilla.com/en-US/kb/Java-related+issues#Java_does_not_work_in_Firefox_3_6 )
    ''(Windows users: Do the manual update; very easy.)''
    ~~red:Check your version here~~: http://www.mozilla.com/en-US/plugincheck/
    See: '''[http://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox#Updates Updating Java]'''
    Do the update with Firefox closed.
    <u>'''NOTE:'''</u> Java version 1.6.0.21 has been released. It is mainly an update for developers of Java applications and most users do not need to be concerned about downloading version 1.6.0.21. <u>'''''At this time'''''</u>, the update option in existing installations of Java 1.6.0.20 are not updating to version 1.6.0.21; <u>'''''at this time'''''</u>, it must be manually downloaded and installed. According to the Java release notes:
    ''"'''Bug Fixes'''''
    ''Java SE 6 Update 21 does not contain any additional fixes for security vulnerabilities to its previous release, Java SE 6 Update 20. Users who have Java SE 6 Update 20 have the latest security fixes and do not need to upgrade to this release to be current on security fixes."'' Source: http://java.sun.com/javase/6/webnotes/6u21.html
    <u>'''Install/Update Adobe Flash Player for Firefox (aka Shockwave Flash)'''</u>: your ver. 10.~~red:0 r32~~; current ver. 10.1 r53 ('''important security update 2010-06-10'''; see: http://www.adobe.com/support/security/bulletins/apsb10-14.html)
    ~~red:Check your version here~~: http://www.mozilla.com/en-US/plugincheck/
    See: '''[http://support.mozilla.com/en-US/kb/Managing+the+Flash+plugin#Updating_Flash Updating Flash]'''
    -'''<u>use Firefox to download</u>''' and <u>'''SAVE to your hard drive'''</u> (save to Desktop for easy access)
    -exit Firefox (File > Exit)
    -''<u>In Windows,</u>'' check to see that Firefox is completely closed (''Ctrl+Alt+Del, choose Task Manager, click Processes tab, if "firefox.exe" is on the list, right-click "firefox.exe" and choose End process, close the Task Manager window'')
    -''<u>In Windows,</u>'' double-click on the Adobe Flash installer you just downloaded to install/update Adobe Flash
    -when the Flash installation is complete, start Firefox, and test the Flash installation here: http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15507&sliceId=1
    *<u>'''NOTE: On Vista and Windows 7'''</u> you may need to run the plugin installer as Administrator by starting the installer via the right-click context menu if you do not get an UAC prompt to ask for permission to continue (i.e nothing seems to happen). See this: http://vistasupport.mvps.org/run_as_administrator.htm
    *'''<u>NOTE for IE:</u>''' Firefox and most other browsers use a Plugin. IE uses an ActiveX version of Flash. To install/update the IE ActiveX Adobe Flash Player, same instructions as above, except use IE to download the ActiveX Flash installer. See: [[ActiveX]]
    *Also see: http://kb.mozillazine.org/Flash ~~red:'''''AND'''''~~ [[How do I edit options to add Adobe to the list of allowed sites]]
    <u>'''You '''</u>~~red:<u>'''MAY'''</u>~~<u>''' need to Update Adobe Reader for Firefox (aka Adobe PDF Plug-In For Firefox)'''</u>: your ver. N/A; current ver. 9.3.3 (important security update release 06-29-2010; see: http://www.adobe.com/support/security/bulletins/apsb10-15.html)
    ~~red:Check your version here~~: http://www.mozilla.com/en-US/plugincheck/
    See: http://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox#Installing_and_updating_Adobe_Reader
    ''<u>You may be able to update from the Adobe Reader installed on your system</u>'' instead of going to the Adobe site and downloading. Open the Adobe Reader installed on your system (''in Windows, Start > Program Files, find and click Adobe Reader to open''), click Help, click Check for Updates. Allow the download/update to occur. If you use this method, no need to proceed with the instructions below, <u>'''but'''</u> do look at the two bulleted items at the bottom "'''<u>NOTE for IE:</u>'''" and "Also see:". Restart Firefox and check your new version here: http://www.mozilla.com/en-US/plugincheck/
    ''<u>If you go to the Adobe site to download the current Adobe Reader:</u>''
    -'''<u>use Firefox to download</u>''' and <u>'''SAVE to your hard drive'''</u> (save to Desktop for easy access)
    ~~red:-See the images at the bottom left of this post to see the steps to take on the Adobe site~~
    -exit Firefox (File > Exit)
    -In Windows: check to see that Firefox is completely closed (''Ctrl+Alt+Del, choose Task Manager, click Processes tab, if "firefox.exe" is on the list, right-click "firefox.exe" and choose End process, close the Task Manager window'')
    -In Windows: double-click on the Adobe Reader installer you just downloaded to install/update Adobe Reader
    *<u>'''NOTE: On Vista and Windows 7'''</u> you may need to run the plugin installer as Administrator by starting the installer via the right-click context menu if you do not get an UAC prompt to ask for permission to continue (i.e nothing seems to happen). See this: http://vistasupport.mvps.org/run_as_administrator.htm
    *'''<u>NOTE for IE:</u>''' Firefox and most other browsers use a Plugin. IE uses an ActiveX version. To install/update the IE ActiveX version, same instructions as above, except use IE to download the ActiveX installer. See: [[ActiveX]]
    *Also see: http://kb.mozillazine.org/Adobe_Reader ~~red:'''''AND'''''~~ [[How do I edit options to add Adobe to the list of allowed sites]]

  • OVM Manager is totally lost

    Hello everyone,
    The machine where I installed Oracle VM manager version 3.1.1 is totally lost accuse of hardware failure and unfortunately there is no backup taken for ovs schema nor for vm manager's config file as offline copy. I tried to install oracle vm manager o new machine, it is fine installed and ovs server is discovered properly, but my question is there a way to discover current ovs server configuration (Server pool, storage repository, network, ..., etc.) by the new oracle vm manager and change its ownership? or I have to re-install oracle vs which will cost a lot?
    Thank you,

    I have never had to do this, but just incase its helpful. The old vm.cfg for each VM should still be found on you NFS server in the repository you setup (assuming you used NFS). Unless someone has a better option, changing the appropiate UID's in the path may help. Here's an example to one of my VM's. You may also check the OVM Tools optional download to see if there are any usefull recovery utilities. There are likely wiser admin's here who can guide you better.... Good luck.
    /OVS/Repositories/0004fb00000300003265413825b4500a/VirtualMachines/0004fb00000600000e48c261e36dce38/vm.cfg

  • Good afternoon. since installing 8beta the icon for download helper disappeared from the toolbar. a previous helper had me turn off other plugins and restartr, but i lost here and still have the same problem. thanks for your assistance.

    this is what the previous helped asked me to do, severely edited. then she told me to restart and i lost her.
    You are now chatting with Firefox community member zzxc<br />
    zzxc: Hello<br />
    zzxc: Is it still in the add-ons tab/<br />
    steve: hi. i dont see it. it usually is on the menu bar towards the left, at least before i did this upgrade<br />
    steve: actually, i realize i dont know what an add-on tab loos like- previously it just floated between the "latest headlines" etc and the bookmark toolbar<br />
    zzxc: look in Firefox->Addons<br />
    steve: i'm on an imac osX snow leopard. i see add-ons under firefox>tools>addons, but when i click on that, nothing is opening<br />
    zzxc: try going to about:addons in Firefox's address bar<br />
    steve: if i understand, firefox>about just tells me that im using 8.0beta. the only place i see the word add-ons is under tools. unless im unclear about where you mean by firefox's address bar, which i'm thinking means the bar with my own bookmarks menu. the bar with the URL- i don't see anything on that like you describe.<br />
    zzxc: ok - when you try to go to tools->addons, nothing happens?<br />
    steve: it didnt my first 3 tries, and it opened a page which says: about:addons in the URL spot, and "add-ons manager" in the tab<br />
    steve: just now opened that page<br />
    steve: forgive my typing<br />
    zzxc: ok - in there, look in Extensions. is downloadhelper enabled there?<br />
    zzxc: (click it - you should see a disable button if it's enabled)<br />
    steve: i assume it is enabled because the button there reads: disable"<br />
    steve: btw, the i-click youtubedownloader and SpeakingFox say they’re incompatible with 8.0.<br />
    zzxc: so it seems to be enabled<br />
    zzxc: right click the toolbar and go to customize<br />
    zzxc: see if the downloadhelper button is in the customize window<br />
    steve: it's not there. the only addon there i recognize is Zotero<br />
    zzxc: Do you see the downloadhelper logo on youtube video pages, to the left of the video title?<br />
    zzxc: eg. look at http://www.youtube.com/watch?v=vpzUCA5i6zY<br />
    zzxc: try with just downloadhelper enabled and no other add-ons enabled<br />
    zzxc: other add-ons could be interfering with downloadhelper<br />
    steve: ok i'll try that now- since the downloadhelper logo wasnt on the youtube page<br />
    steve: ok. i disabled all except downloadhelper<br />
    steve: but no downloadhelper logo appears anywhere on the toolbars or anywhere above<br />
    zzxc: is there an error in Error Console about it?<br />
    zzxc: command+shift+J on a mac<br />
    steve: when i clicked on the errors tab, the window under it was blank<br />
    zzxc: In Firefox, open the Firefox->Help menu and choose Troubleshooting Information. On the page that opens, click Copy all to clipboard. Finally, paste the clipboard into this chat by using CTRL+V. (You can also paste by right clicking and pressing paste)<br />
    steve: ok thanks brb<br />
    steve: hi zz. i clicked on COPY TO CLIPBD but it didnt do anything i could see. (is the clipboard something i find somewhere else? i am able to cut n paste that entire page if you want.<br />
    zzxc: press CTRL+V in this chat<br />
    zzxc: that should paste it here.

    Try:
    *http://kb.mozillazine.org/Corrupt_localstore.rdf
    If the menu bar is hidden then press the F10 key or hold down the Alt key to make the menu bar appear.
    Make sure that toolbars like the "Navigation Toolbar" and the "Bookmarks Toolbar" are visible: "View > Toolbars"
    *Open the Customize window via "View > Toolbars > Customize"
    *If a missing item is in the toolbar palette then drag it back from the Customize window on the toolbar
    *If you do not see an item on a toolbar and in the toolbar palette then click the "Restore Default Set" button to restore the default toolbar set up
    Open the Customize window via "View > Toolbars > Customize" or via "Firefox > Options > Toolbar Layout"
    *http://kb.mozillazine.org/Toolbar_customization
    *https://support.mozilla.com/kb/Back+and+forward+or+other+toolbar+items+are+missing

  • I am totally lost with this instalation with Adobe Photoshop, can anyone HELP ME ????

    I am Totally Lost with the installing of my Adobe Photoshop CS6 ---- I have downloaded the 3 files ( directions & 2 installation setup programs)  NOW WHAT?????

    Cailinb1420473 do you receive any specific error messages when trying to install Creative Suite 6?  For information on how to install Creative Suite 6 please see Install Adobe Creative Suite 6.  If you have any questions regarding the document you are welcome to update this discussion.

  • New to mac, iphoto and totally lost

    Hi,
    Just got two macs, one ibook and one imac.
    transition from windows is not as easy as I thought. We have different users in the imac. Imported some pics in my user and some in my wife's. Set to share, but the pictures do not show in the source folder. Try everything: totally lost. When I go to the user's folder, there is a little -, and tells me i have no privilege to open the folder. How do we share the pics? is there an easy way?

    Hi bemusdan,
    follow brians advise and you should be set to go. I will give you some info to add to brian's.
    SHARING IPHOTO LIBRARIES
    Sharing libraries between users on the same local network
    You can also share a library on the same machine between users the same way.
    Sharing libraries between users on the same machine...
    -both users must have sharing enabled in their iPhoto Preferences
    -both users must be logged in and have iPhoto running
    -Remember that you can only view the other library. You can't edit the photos or play the saved slideshows or view the made books or burn them to CD or DVD. The books and slideshows will show up as an album. You can play that album as an "on the fly" slideshow. You can drag images from the sharing library to your library in the source column to import them to your library. You can then edit, add to albums, books, slideshow, etc.
    Sharing links from Apple....
    Sharing your photos between computers
    About shared photos
    Turning off photo sharing
    Looking for shared photos
    SHARING ONE IPHOTO LIBRARY BETWEEN USERS ON SAME MACHINE
    You can try one of these three methods:
    1- Use iPhoto Library Manager-the paid version
    The documentation page will give instructions on how it is done.
    2- Sharing one iPhoto library between several users on one machine
    3- Share an iPhoto Library in tiger Using ACL's
    4- I have also read about ShareAlike
    There is no other info on the site about how it works.
    I strongly urge anyone wanting to try any of the methods for sharing one iPhoto Library folder among more than one user to backup all iPhoto Library folders before attemptin anything.
    Lori

  • My wife just got a new iPhone 6 and took some photos then I connected it to her computer and restored it to her iPhone 4 settings and lost her new photos. Is there a way to recover them?

    My wife just got a new iPhone 6 and took some great photos then I connected it to her computer and restored it to her iPhone 4 settings and lost her new photos. Is there a way to recover them?

    Sorry, unless she backup up the new phone before or is using iCloud to save the photos, the photos are gone.

  • HT4436 My mom has lost her iphone - need help finding it

    My Mom has lost her iphone, and I think she had the "find my iphone" turned on, but I can't seem to get an icloud account set up for her. Help!

    If she had 'Find my iPhone' turned on she must have an iCloud account; you would need to sign into that at http://icloud.com and go to the 'Find My iPhone' page.
    If she doesn't know what the ID is, go to http://appleid.apple.com and click 'Find your Apple ID'.
    If she knows the ID but doesn't know the password, go to http://iforgot.apple.com and sign in with your iCloud login. A new password will be sent to your associated email address. If this doesn't work you will have to contact Support. Go to https://getsupport.apple.com; click' See all products and services', then 'More Products and Services, then 'Apple ID', then 'Other Apple ID Topics' then 'Lost or forgotten Apple ID password'.

  • HT2736 I gifted an application and the user has not redeemed code...lost her email can I send this to her again?

    I gifted an application and the user has not redeemed code...lost her email can I send this to her again?

    Yes, you can resend. See:
    http://support.apple.com/kb/HT1541
    Regards.

  • HT4113 how do I reset my passcode my daughter can't remember her old one after she lost her ipod for 2 weeks?

    How can I change my daugters pass code she is 7 and lost her ipod touch for 2 weeks and cannot remember her passcode

    Connect to iTunes on the computer you usually Sync with and “ Restore “...
    http://support.apple.com/kb/HT1414
    If necessary Place the Device into Recovery mode...
    http://support.apple.com/kb/HT1808
    Note on Recovery Mode.
    You may need to try this More than Once...
    Be sure to Follow ALL the Steps...

  • My friend lost her iPad, how do we locate it's

    I Need help with using find my iPad.  My friend lost her ipad, can she use my iPad to find it and how do we do it. Please help!

    Unless she had Settings > iCloud > Find My iPad enabled on it then there isn't any way to try and locate it. If she did have it enabled then she could try locating it either via http://www.icloud.com on a computer or Find My iPhone app on another iOS device - but that will only work if it's connected to a network and Find My iPad hasn't been disabled on it.
    If she thinks that it was stolen then she should report it to the police. She should also change her iTunes account password, her email account passwords, and any passwords that she'd stored on websites/emails/notes etc., and if it was a cellular model she should also contact her carrier.

  • Can anyone help me with this: my daughter lost her unlimited data plan when I used her upgrade.

    My daughter lost her unlimited data plan when I used her upgrade to buy a new phone (upgrade transfer). She didn't upgrade her phone, I did. No one told us this was going to happen and the first I knew of it was when I got a letter in the mail telling me of the change. We went back to the store where we bought the new phone and they put in 2 requests for her unlimited plan to be reinstated, but both were denied. They then told us to call Customer Care, but Customer Care doesn't care. Does anyone else have any experience of this and know of any recourse we may have? Thanks for any help you can give me.

    tikibar1 wrote:
    She didn't upgrade her phone, but you did by using her upgrade.  It's her contract that then gets extended, not yours.  And, unfortunately, as of last June, whenever you sign a new two-year contract, you lose your unlimited data.  You can try to reverse the upgrade and get the unlimited data restored if within 30 14 days, but since Verizon has discontinued the unlimited data plans for everyone, I'm not sure how successful you'll be.
    For what it's worth, to keep unlimited data (at least for now; rumor has it that it may be completely gone next summer), you don't want to sign a new two-year contract, but pay full retail price, get the phone elsewhere (like ebay), or use an upgrade from a phone that's on a tiered data plan.
    It's 14 days, tiki.  Otherwise they are out of luck.

  • Totally lost about N95 GPS. Help!

    Hi. I just recently bought a N95 and I know nuts about the GPS thing. When I open maps, I see this picture of a globe with a small icon of a satellite with a cross on it (I presume I am not connected to it). When i view satellite info, I am able to pick something up.
    When I rotate the globe and then press the GPS pos button, it focuses on Europe which Im not at (not zoom in).
    Btw, Im from Singapore and im using Starhub network.
    Can anyone help me? Im totally lost.

    Hi frostshardz
    Firstly if you are using v12.0.013 or later software on your N95 it is a lot quicker to obtain fix with A-GPS feature, although an active connection via WLAN or Network is needed.
    Go outside away from buildings and tress with clear view of sky. Open slider and hold phone at 45degrees, don't cover "#" key as GPS antenna beneath it. Low cloud or rain will make satellite acquisition a lot longer.
    If you go to Menu > Tools > GPS data > (searching for + calculating data) > Position > Options > Satellite status
    This shows any number of satellites up to five - empty rectangle = not locked on - black filled rectangle = signal acquired; you need a minimum of 3 solid bars for lock-on and triangulation to work.
    Once satellites are locked on you should be able to zoom into your position provided that active connection has been set to "as needed" rather than "never" in options > settings in Maps application, to allow download of sufficient map detail.
    Happy to have helped forum in a small way with a Support Ratio = 37.0

  • My daughter lost her ipod somewhere in the house.  Unfortunately it is offline. My home has WiFi is there a way to some how wake it up so we can find it?

    My daughter lost her ipod somewhere in the house.  Unfortunately it is offline. My home has WiFi is there a way to some how wake it up so we can find it?

    No. If it is offline then there is no way to find it on the web. The device must respond in order to be located.
    Allan

  • So totally lost!

    I am so totally lost right now. I have been trying for two days to get my cd burner to work and can't. I am trying to make a cd for my husband who is in honduaras. I am sending a box there tomorrow but have had no luck with the cd. I'm not up to date with all the new hardware and software out now lol. Is there any other way to get music off my computer? Its old a Mac OS X 10.3.9. What do I need? MP3 player or an ipod? How do they work? Please help! This is so important,i'm almost ready just to pack my computer up and send it. I am a complete idiot about this so if you can help,please explain it to me in terms I can understand lol.

    Hi and welcome....
    Open the System Profiler (Applications/Utilities)
    Select: Disc Burning under Contents on the left.
    If your Mac can burn to CD's you should see: CD-Write -R -RW
    Its old a Mac OS X 10.3.9.
    In order to transfer music to an iPod you would need to upgrade to Leopard v10.5 since that is the minimum requirement for iTunes which you need to copy the music from the computer to the iPod.
    http://www.apple.com/itunes/download/
    If your Mac is a G3 you could install an older version of iTunes but you would still need to upgrade to Tiger v10.4.10 in order to burn CD's. http://support.apple.com/kb/DL857
    Carolyn

Maybe you are looking for

  • Converted songs from Windows Media Player to itunes show up in the library but will not play

    I just installed itunes for the purpose of converting my Windows Media Player library to itunes.  I went through the install and added the music folder.  itunes went through the conversion process overnight and all of my songs appear in the music lib

  • The item  can't be moved because AirPort Time Capsule can't be modified

    have just set up my new airport time capsule done a time machine back up but can not add any files to it to share when i try i get the following message "The item  can't be moved because AirPort Time Capsule can't be modified" how do i change this ma

  • Smart form question

    Hi, there 1. When i print the header , some issue happened. outputting ========= , how to output the line, which is not broken line 2. Date is always not correct , it always depend on client data configuration. 3. Why i use the sys page, the '*' will

  • Balance Sheet and P/L

    I have to generate a report from Balance Sheet and P/L InfoCubes - 0FIGL_C10 and FIGL_V10. The reporting requirement is to allow detailed management accounting reports to be developed displaying Account Group/FSV definition with their monetary amount

  • AJAB(Asset is incomplete and has to be completed)

    Hi All, While closing AJAB with test mode  we are getting error'Asset is incomplete and has to be completed.' below is reason for above issue: We have run depreciation for co.code xxxx  for the month of March period  with final mode 2 days back. Toda