I can't get the programs to work on my home computer, it offers trial versions only?

The creative cloud apps work fine on work computer but at home the only versions available are trials - I have a full membership. Has anyone else had this problem?
Help would be much appreciated!

sign out and then back in to your cc desktop app (using the adobe id used to subscribe to cc), Sign out, Sign in | Creative Cloud Desktop app

Similar Messages

  • Can't get the program to work

    This program scompiles okay and everything, and it gets to the part where it asks what sport the person will be doing, and then i input the answer, and then nothing happens, what's wrong with my program???
    class rental
         //     --Constant Declaration and Initialization--
         static final double GST = .06;          //rate of the GST
         static final int snowboard = 30;     //cost of renting a snowboard
         static final int skis = 20;     //cost of renting a pair of skis
         static final int poles = 8; //cost of renting a pair of poles
         static final int boots = 20;     //cost of renting a pair of boots
         static final int suit = 25;     //cost of renting a snowsuit     
         public static String sport;
         public static String pole;
         public static String boot;
         public static String snowsuit;
         static public int total;
         //     --Main Method--
    public static void main(String[]args)
    sport();
    static void sport()
    System.out.println("This program will calculate the price of going skiing or snowboarding.");
         System.out.println(" ");
         System.out.println("Will you be skiing? (y for yes and n for no)");
         sport = KeyIn.aString();
          while (sport=="y")
             System.out.println("Skiis will cost you $20");
             total = total + skis;
             poles();
        if (sport=="n")
             System.out.println("A snowboard will cost you $30");
             total = total + snowboard;
             boots();
    static void poles()
         System.out.println("Do you need poles? (y for nes and n for no)");
         pole = KeyIn.aString();
              while (pole=="y")
                   System.out.println("Poles will cost you $8");
                   total = total + poles;
                   boots();
              if (pole=="n")
                   boots();
    static void boots()
         System.out.println("Do you need boots? (y for nes and n for no)");
         boot = KeyIn.aString();
              while (boot=="y")
                   System.out.println("Boots will cost you $20");
                   total = total + boots;
                   suit();
              if (boot=="n")
                   suit();
    static void suit()
         System.out.println("Do you need a snowsuit? (y for nes and n for no)");
         snowsuit = KeyIn.aString();
              while (snowsuit=="y")
                   System.out.println("A snowsuit will cost you $25");
                   total = total + suit;
                   System.out.println("Here is your subtotal");
              if (pole=="n")
                   System.out.println("Here is your subtotal");
    }

    Do not == when comparing Strings. Use the equals method instead.

  • Can't get the software to work with Audigy 2

    Hi, I have had my Audigy 2 ZS going on a year now and haven't had any problems. I recently made a clean install of Windows XP and upgraded to SP2 and all that. Now, I can get sound out of the card but can't get the software to work at all; cannot get the volume slider bar to appear when I click the icon (it appears in the task bar though and I get a small gray square where the slider should appear), the surround mixer does not show when I double click the volume icon, EAX conxole is a no go, get an empty error box when I try to start the Equaliser.
    I have tried everything from simple re-install to clean sweep to praying to the pagan gods. I have alsoo tried updating the drivers of course.
    I run XP on an Intel MoBo (on-boeard sound deactivated), 52RAM, ATI 9700 ALL-IN-WONDER.
    DOES THE CREATIVE SOFTWARE DEPEND ON ANY WEIRD LITTLE WINDOWS SERVICE OR SETTING THAT I MIGHT HAVE CHANGED DURING SETUP?
    This is quite infuriating as any idea I come up with takes up a lot of time in installation, uninstallation and clean up. It worked before, why not now?
    Thanks in advance. dentore

    Ok I got it to work. This is the reply I got from Creative but I didn't remove the program from the add/remove option on the PC b/c that didn't work at first. I inserted the installation CD and remove it from that wizard. Rebooted and the PC found new hardware. I then installed the driver and software from the CD and now it works.
    For Mediasource. It appears something was corrupted in Mediasource or there is a conflict within the system.Please uninstall all software and drivers for the soundcard, from add/remove programs. Once this is done, shut down the system and changePCI slots for the soundcard, then turn the system back on, cancel the found new hardware wizard, disable all background applications (especially virus scanner, firewall, and any other background applications running in the bottom right hand corner of the system), andthen perform a full reinstallation of the drivers and software from the soundcard installation cd.
    CAT I hope you fix your sound card. Good luck.

  • How can I get this program to work -- Adobe Send or Adobe SendNow

    How can I get this program to work?  I have used Adobe SendNow successfully for several years and am on automatic renewal and getting nothing but frustration for my money!  I have been unsuccessful at sending anything in the past several months.  Today while working on a deadline and many unsuccessful attempts to upload files, I signed up for a free trial at a competitor in order to get my files sent.  Want a refund  -- or better yet, keep my money and get it to work right again.

    You can't.
    Sounds like it he gave you a stolen iPhone or at least a worthless one.

  • I can't get the volume to work when I use firefox. It does work on internet explorer. What is going on?

    I downloaded firefox in order to do some online training that I couldn't open in any other browser. I can't get the volume to work in this browser. I can use internet explorer and the volume works. But I can only do the training through firefox.

    You can click the Volume icon on the Windows Taskbar near the clock and click the Mixer link at the bottom to open the mixer.<br />
    You can adjust the volume level for each application in that window, so make sure that Firefox is not muted or set at a low level.<br />
    Current Firefox versions use the plugin-container process to run plugins, so you need to check the volume setting for the plugin-container process.<br />
    You will only see the Firefox program or the Plugin Container in the Mixer if you are on a website that plays sound.<br />
    See also:
    * https://support.mozilla.org/kb/No+sound+in+Firefox
    * https://support.mozilla.org/kb/Video+or+audio+does+not+play

  • I would like to read a text file in which the decimal numbers are using dots instead of commas. Is there a way of converting this in labVIEW, or how can I get the program to enterpret the figures in the correct way?

    The program doest enterpret my figures from the text file in the correct way since the numbers contain dots instead of commas. Is there a way to fix this in labVIEW, or do I have to change the files before reading them in the program? Thanks beforehend!

    You must go in the labview option menu, you can select 'use the local
    separator' in the front side submenu (LV6i).
    If you use the "From Exponential/Fract/Eng" vi, you are able to select this
    opton (with a boolean) without changing the labview parameters.
    (sorry for my english)
    Lange Jerome
    FRANCE
    "Nina" a ecrit dans le message news:
    [email protected]..
    > I would like to read a text file in which the decimal numbers are
    > using dots instead of commas. Is there a way of converting this in
    > labVIEW, or how can I get the program to enterpret the figures in the
    > correct way?
    >
    > The program doest enterpret my figures from the text file in the
    > correct way since the numbers contain dots instea
    d of commas. Is there
    > a way to fix this in labVIEW, or do I have to change the files before
    > reading them in the program? Thanks beforehend!

  • I can't get the volume to work when I watch a you tube video, there's no volume slide under the play button, and my volume control on my I pad won't do anything either, but the volume of all my alarms and sounds works perfect, what can I do??

    I can't get the volume to work when I watch a you tube video, there's no volume slide under the play button and my volume control on my I pad don't do anything to help, but yet my volume works perfect on everything else, what can I do???

    do u have your ipad doing airplay because that could happen

  • I purchased Photoshop cs5 a while back in disk form for my old imac. Now my new laptop doesnt have a disc drive... can I get the program onto my new computer? I don't have the box, but have the old computer it's on...

    I purchased Photoshop cs5 a while back in disk form for my old imac. Now my new laptop doesnt have a disc drive... can I get the program onto my new computer? I don't have the box, but have the old computer it's on...
    also had a friend place inD and Ai on my old laptop and am curious to know how to get it to my new one

    As long as you have your serial number, you may download and install
    OLDER previous versions http://www.adobe.com/downloads/other-downloads.html

  • I have just got a iPhone 4s and I can't get the iCloud to work, everytime I turn ato downloads it defaults back to off, can anyone help?

    I have just got a iPhone 4s and I can't get the iCloud to work, everytime I turn on auto downloads it defaults back to off, can anyone help?

    Welcome to the Apple Community.
    Check you are logged into your store account properly (settings > store). Also check there are no restrictions set that might be causing this (settings > general > restrictions)

  • I have just won an iphone 3gs in a raffle but when i put in my sim it tells me that it is not supported how can i get the iphone to work

    I have just won an iphone 3gs in a raffle but when i put in my sim it tells me that it is not supported how can i get the iphone to work?

    In that case the procedure assuming it is a PAYG phone is to get an o2 PAYG sim, put £20 on it and then make a few calls making sure you leave £15 on the sim to pay for the unlock. Then there is an online unlock request form on the o2 site just fill this in. It takes between 1-14 days and you get a message from o2 telling you how to complete the official unlock through iTunes.
    I got my o2 unlock in nov 09 so this is not just opinion.

  • How can i get the speakers to work properly? they have a lot of static and scratchiness from them

    how can i get the speakers to work properly, they have a lot of static and scratchiness coming from them?

    I found my answer in this thread:
    https://discussions.apple.com/message/16646999#16646999

  • How can i get the SSO to work successfully?

    How can i get the SSO to work successfully?  I followed the note for configuring infoview with ad sso using kerveros & .net.
    Adding the AD group into the win ad authentication configuration page creates the user group but the members of the group aren't being pulled in when I go to the group and select / query the users tab

    Bart,
    By default the setting for update options on the Windows AD tab of authentication does not actually create the aliases until the user attempts to login the first time. We set it this way to prevent a huge group of alias's being created when the administrator sets up Windows AD and also so that only user aliases for users actually using the system get created.  You can change this behaviour though if you like.  Simply change the radio button option to 'New Aliases will be added and new users will be created' this will create the accounts for you when you hit the update button.  If you have a large group your adding I would wait until and afterhours time when you have less activity as this will impact CMS performance while it creates all the accounts.

  • I disconnected my Ipod classic from a receiver in "user" mode and now I can't get the Ipod to work via USB in my car or receiver. HELP!!

    I disconnected my Ipod classic from a receiver in "user" mode and now I can't get the Ipod to work via USB in my car or receiver. HELP!!

    See the following for how much you will have to pay for the exchange.
    Apple - Support - iPod - Repair pricing

  • After update to OS4.2.1 I can not get the ringer to work for incoming calls

    after update to OS4.2.1 I can not get the ringer to work for incoming calls. If I set Vibrate on, that's the only notification I get. Tried everything including blowing away ALL my apps and restoring phone to new. Lost all my apps but the ringer still won't ring

    God Bless u! LOL I have an otterbox case on my phone and had no clue that the mute button was there....Thank you so much!! The volume on my movies & everything else worked...even when I would go into "settings" and adjust the volume of the ringtone. I knew it was something simple...Thanks again..

  • Satellite A210-11P - can't get the Camera to work

    Hey
    i have the Satellite A210-11P and i just can't get the Camera to work on it,
    it will yurn on for two seconds and then shut itself off and 'No Preview' Appears.
    Any help on this would be greatly appreciated.
    Kris

    Hi,
    Have you tried you to reinstall/update it? Download camera assistant from [Toshiba driver page|http://eu.computers.toshiba-europe.com/innovation/download_drivers_bios.jsp] Remove the previous one and restart the laptop. Then, install downloaded one

Maybe you are looking for

  • Vendor confirmation

    Hi, Pls clarify in the Po screen me23n in the Item details  and in the confirmation tab what is the external document number. i have created a Po with confirmation key active and i did inbound delivery also after that i need to do migo. but i dont kn

  • How to change the color of Numeric array elements (seperatel​y) programmat​ically using property node??

    For example, i have 3 numeric controls, controlling 3 numeric array elements (Numeric control is connected directly to indicator). Then if i change value in numeric control 1, then the array element No.1 of numeric array should turn red when value ex

  • How can I attach comments to a photo in iPhoto '11 and then have it show when I forwarded it via email?

    I'd like to send photos to friends with comments comments about the photo. How can I do that? I'm using iPhoto '11 with Leopard.

  • Installing a media card

    I recently changed from a 8830 world phone to a 8330 curve.  I've inserted the media card from the 8830 to the Curve and I get the following message under options/media card: (Media card cannot be read.  Verify that the memory card is formatted.) I'v

  • Setting up for the first time

    Hello My father in law has just purchased an iMac and also a Time Capsule, and has asked me to set it for him as he has no idea how to do it. As a graphic designer I know my way around a Mac pretty well but have no experience in Time Capsules at all.