I want to write an IM program. Can u walk me through?

I want to write my own IM program. Can you walk me through?

No, we can't "walk you through". If we did that, it would be us writing the program, not you.
Read up on basic Java things such as Swing UI, Threading and Networking. Then in about a year you might be able to create your IM (earlier if you just learn networking and do a simple console based messenger).

Similar Messages

  • I want to write a java program that can add a user to a role or sub role to the Profile Database in iPlanet Portal Server 3.0. Does anyone has any idea or a sample program do such thing. Thanks, Tommy

    I want to write a java program that can add a user to a role or sub role to the Profile Database in iPlanet Portal Server 3.0. Does anyone has any idea or a sample program do such thing? Thanks, Tommy

    // create the user profile, get the handle back,
    // and set the membership profile attributes.
    ProfileAdmin newProfile = null;
    try {
    // the users profile name is the domain      
    // he belongs to plus their userName
    // you will request.domain if your doing this from a servlet, domain_name is the domain_name the user belongs too
    String profileName = domain_name + "/" + user;
         if (debug.messageEnabled()) {
    debug.message("creating profile for " + profileName);
    // create the user profile object
    newProfile = ProfileManager.createProfile(
    getSession(), profileName ,Profile.USER);
    UserProfile userProfile = (UserProfile)newProfile;
         // set the role the user is a member of. Default is to set
         // the users to the default role of the domain they surfed to
         StringBuffer roleName = new StringBuffer(64);
    // request.domain instead of domain_name if your doing this from a servlet ..
    Profile dp = getDomainProfile(domain_name);
    roleName.append(dp.getAttributeString("iwtAuth-defaultRole"));
         if (debug.messageEnabled()) {
    debug.message("setting role for " + user + " = " + roleName);
    userProfile.setRole(roleName.toString());
    newProfile.store(false);
    } catch (ProfileException pe) {
         debug.error("profile exception occured: ",pe);
    return;
    } catch (ProfileException pe) {
         debug.error("login exception occured: ",le);
    return;
    HTH ..

  • I can't get my pictures into the public folder on the iPad 3.  Can anyone walk me through the steps?

    I can't get my pictures into the public folder on the iPad 3.  Can someone walk me through the steps?

    Ok, I'll give it a try.
    Presuming you already have a Dropbox account, and you have the app on your pad.
    Open the app, navigate to public folder.  Touch the upload icon at the bottom.  It will show you everything you have already uploaded.  To upload a new picture, then touch the plus sign at the top right.     You can create one or more subfolders to organize it however you want.
    Hit the plus sign again if needed, and the photo listing will show up.  Find the photos you want and mark them by touching them.  Then touch the blue word upload in the upper right.
    ( the directions assume the pad is in the landscape mode.)
    That's really all there is to it.  As I typed this I opened and uploaded a couple of pics to get the steps right.

  • I don't know much about computers can anyone walk me through this ? How Do I Change The Software Update Server Address On A Client  ? what do I open and how do i put it in the right spot?

    I don't know much about computers can anyone walk me through this ? How Do I Change The Software Update Server Address On A Client  ? what do I open and how do i put it in the right spot?

    The simplest method is to run a defaults command on the client Macs (easily pushed via Apple Remote Desktop):
    defaults write com.apple.SoftwareUpdate CatalogURL 'HTTP_URL_FOR_CATALOG'
    for a user. If you run it via sudo it will set it for whenever you use softwareupdate as root.
    The HTTP_URL_FOR_CATALOG has been changed with Mac OS X 10.6.  If you use MCX it will automatically pick the new catalog – however if  doing it manually the following URLs need to be used for whichever  client version is in question:
    Mac OS X 10.4: http://mysus.example.com:8088/index.sucatalog
    Mac OS X 10.5: http://mysus.example.com:8088/index-leopard.merged-1.sucatalog.sucatalog
    Mac OS X 10.6: http://mysus.example.com:8088/index-leopard-snowleopard.merged-1.sucatalog
    Mac OS X 10.7: http://mysus.example.com:8088/index-lion-snowleopard-leopard.merged-1.sucatalog
    Mac OS X 10.8: index-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog
    To double check this applied you can run the following command:
    /usr/libexec/PlistBuddy -c Print /Library/Preferences/com.apple.SoftwareUpdate.plist
    and /usr/libexec/PlistBuddy -c Print ~/Library/Preferences/com.apple.SoftwareUpdate.plist
    to see what settings are for the computer and user appropriately.
    If  this is working correctly when running Software Update (GUI) you should  see the server address appear in parenthesis in the title of the  window.
    MCX
    Another alternative is to use Workgroup  Manager to manage the preferences via MCX from your server. This can be  done for users, or for computers if they are bound to your Open Directory.
    If you are using 10.5 Server or newer: you can simply use the Software Update section under Preferences.
    Manually:
    Choose the accounts, computers, or groups to have the preference applied to.
    Click on Preferences, and then the Details tab
    Press the Add… button and navigate to /Library/Preferences/com.apple.SoftwareUpdate.plist
    Press Edit…
    Under Often, add a New Key and enter the name CatalogURL
    Make sure the type is string and then enter your SUS URL (eg. http://mysus.example.com:8088/index.sucatalog or if using 10.6: http://mysus.examle.com:8088/ – see above from the defaults section)
    Press  Apply Now, then Done. Once users/computers have refreshed their MCX  settings (usually the next login or restart) the new settings will take  over.
    If this is working correctly when running Software  Update (GUI) you should see the server address appear in parenthesis in  the title of the window.
    In order to have a system-wide configuration one has to run the following:
    sudo defaults write /Library/Preferences/com.apple.SoftwareUpdate CatalogURL "http://your.updates-server.lan:8088/index.sucatalog"
    In order to correctly work both on Leopard and Snow Leopard the right command to issue is:
    defaults write /Library/Preferences/com.apple.SoftwareUpdate CatalogURL "http://your.updates-server.lan:8088/index-leopard-snowleopard.merged-1.sucatalog"
    Happily used and tested on my network
    The DNS trick that Chealion points out is fantastic. I use it at our office, and every computer on our LAN  will automatically pull the updates from the local repository at high  speed without any configuration.
    Create the swscan.apple.com DNS zone on your internal DNS server, and have it resolve via an A record to your Mac
    Tags: automaticupdates mac clients macosx setting as default software update
    Category: Serverfault
    Share
    0
    0
    Google +
    0
    0
    0
    5
    You might also like:
    Can I Update My Jb 4s To 6.1.2 Without Restore? Tue. Jan 21st, 2014
    Iphone 4 Not Charging After Update To IOS6 
    IPad 2 Not Updating To IOS 5.1 
    How To Resolve The â€âunable To Install Update” Error For OTA IOS Updates? 
    What Is â€âSoftware Update” Doing When It Says â€âChecking For New Software”? 
    Advertisement
    Comment
    - See more at:  http://www.eonlinegratis.com/2013/how-do-i-change-the-software-update-server-add ress-on-a-client-mac-to-use-my-own-server/#sthash.YhHp5zWk.dpuf

  • Downgrading (for the time being), can someone walk me through it

    I'm going to downgrade macbooks for a while.  Going to sell my 13" macbook pro, (will probably buy a 15 or something soon).   But in the meantime I'm going to use my white macbook that just sits around.     
    The problem is,  my pro has a 250 gig HD and my macbook has a 160 (I think).   I want to put only certain things on the macbook (iTunes music (not movies that take up about 60-80 gigs)), address book,  maybe my pictures??
    Both machines are running Lion,  and I have a 500 gig external HD that I've done a few TIme Machine backups on.   But I cant just do a restore on the white macbook cause it would be too much stuff.
    How do I put just certian things on the macbook and leave the rest on a time machine backup for a future macbook pro?
    Can anyone walk me through it?
    Thank you.

    I didnt think so either.   But can I just copy those certian things manually to the external?  Then back to the white macbook?   If so how do I do that?
    Then obviously if I get a new one I can just do a restore.

  • 6103-Help! can someone walk me through steps to ac...

    Hi- I was dogsitting and the dog chewed on my 6103. He broke the screen but otherwise the phone seems to be working fine... However I cannot see the screen/menu in order to turn Bluetooth ON so that I can get my phone numbers and pictures of my dog (who passed away in Feb. I kid you not)
    If someone has this phone, can you "walk" me through the steps-- in other words if you write down which buttons to push in what order I can turn on bluetooth (My phone is already paired with my Mac so I should have no problem once the Bluetooth is on)
    Just write out steps like;
    - hit middle button
    - hit left arrow twice
    - hit the top left blue button
    etc
    I would so so so so so so appreciate it!!!
    Thank you!

    Sorry you have to wait so long for your answer, but this is the Nokia forums, and if it is not for me, then no one answers any questions.
    Middle (menu)
    4 (settings)
    7 (connectivity)
    1 (bluetooth)
    1 (bluetooth)
    Middle (select)
    Up (go from off to on)
    Middle (select)

  • When opening my lightroom 5- It pops up Lightroom encountered an error when reading its preview Cache and needs to quit.... Can someone walk me through the steps!?

    Opening my lightroom 5.. I get a message that Lightroom encountered an error when reading its preview Cacge and needs to quit.
    Can someone walk me through the steps. Im dealing with MAC computer

    Go to the folder containing your catalog and delete the folder with the extension .lrdata. Then start Lightroom, and it will begin creating a new cache file.
    If you need to know where the files are: Preference and other file locations in Lightroom 5

  • A family member gave our kids their old iphone with music already loaded for them.  How do we add the music to our library? It won't transfer purchases from the phone and if I sync it, the music is erased.  Can someone walk me through this?

    A family member gave our kids their old iphone with music already loaded for them.  How do we add the music to our library? It won't transfer purchases from the phone and if I sync it, the music is erased.  Can someone walk me through this?

    No one here will help you violate iTunes terms of service or steal music.

  • TS1843 I am getting the following error messages- No DNS Server and Double SAT.  Can anyone walk me through a fix?

    Airport Express- No internet connection. I am getting the following error messages- No DNS Server and Double SAT.  Can anyone walk me through a fix

    Try putting these numbers in Network>TCP/IP>DNS Servers, for the Interface you connect with...
    208.67.222.222
    208.67.220.220
    Then Apply. For 10.5/10.6 Network, highlight Interface>Advanced button>DNS tab>little + icon.
    Might also put them in the Airport Express, no idea what Double SAT is!?

  • My logic board has failed, and I'm having to buy an external hard drive. Can someone walk me through thr process of how to do this?

    My logic board failed, and I need to buy an external hard drive. Can someone walk me through the process of doing this? Will the Genius Bar do it for free?
    Also, I have a borrowed Mac right now. If I put the new hard drive on this computer will it erase the computer's current hard drive? Do I have to put the hard drive on another Mac?
    Any help is greatly appreciated!

    if your logic board failed then connecting an ext. drive will be non productive.
    if you take your hdd out of the failed mac and replace it into the borrowed mac you can then extract everything from that hdd. simply connect the external hdd, go into time machine preferences select your new ext. drive as the destination.
    the external drive has to be formatted to mac os extended journaled. however you can purchase ext. drives already formatted for mac.
    if you are having the logic board replaced then just put the old hdd back in, it will boot up normally.
    you can rest easy knowing that if anything goes wrong, you have the ability to use your fresh backup to produce the same operating environment that you were using before things went wrong.

  • Can someone walk me through a step by step process to boot camp OS X 10.9.2 to install Windows 7 (I have the physical disk for Windows 7)?

    Can someone walk me through a step by step process to boot camp OS X 10.9.2 to install Windows 7 (I have the physical disk for Windows 7)?
    I've been reading many forums and watching tutorial videos but still very confused as to what to do...I'm afraid to mess things up.
    Thanks!

    Mac Basics- Using Windows on your Mac with Boot Camp
    Boot Camp 5.1- Frequently asked questions
    Boot Camp Help- Overview of Boot Camp setup
    10.8 Boot Camp Manual

  • I don't want to lose all my data...Can someone walk me through???

    OK, so I got the 8800 (actually 8820) about November of 2007.Love it!! Wish it had a camera but not bothered.  For over the last year and 5 months I've stored everyone's birthday, addresses, cell, home, work, email, notes, etc and it's so great.  I got stuff on my calendar for next April.
    I just got an Acer laptop with Office 2007 and Outlook, Contacts, Calendar.  I've never been a "syncher" and right now I'm taking baby-steps, but I've got a PC 100 miles away, a laptop at home and my BB everywhere. The very FIRST and easiest thing I want to do is simply put all my addresses, birthdays, phone numbers I've gathered over 15 months and put them on my laptop in Outlook 2007.  I've downloaded a DesktopManager and I just need to know that it won't wipe it clear.  Everything I read is from PC-BB very little from BB-PC. 
    I lost 2000 songs on an iphod because I hit synch and it synched alright with nothing!  I've got 150 contacts on my BB and 15 on my new Acer, but I know there's a way to put them all on there.  
    If this has been addressed post a link or walk me through ez style then will get to the other PC, transfering via Bluetooth, how to work apps on a PC.....this is just step one.
    great phone just have to feel "safe".  Thank you all!!
    Kyle 

    I can provide the steps with pictures, i can imagine you have a new version of Blackberry Desktop Manager ( only have different interface, but the procedure is the same)
      Be sure you have the BlackBerry Desktop Software installed on your desktop computer already.
    Start the BlackBerry Desktop Manager.
    Connect your BlackBerry with your computer via USB.
    Click on Synchronize.
    Activate the Synchronize organizer data checkbox.
    Click on the Configuration tab and click on the Configure synch… button.
    Select all data checkboxes you want your BlackBerry being synchronized to.
    By selecting the data you have to select the program that stores your data on your desktop computer. As I am using Outlook from Microsoft I have selected this program. But you can select another one as well. It just depends on the program you are running.
    That’s it. Now go back and you can select the Synchronize now button at the synchronize dialog.
    If you want your BlackBerry being synchronized every time you connect it to your desktop computer you better selectSynchronize the items selected above… checkbox.
    If I help you with any inquire, thank you for click kudos in my post.
    If your issue has been solved, please mark the post was solved.

  • Can someone walk me through AVCHD transcoding on Mac

    I'm using 2-3 Canon AVCHD camcorders and editing in Premiere Pro CS4. Here's what I'd been doing until recently:
    I connected my camera via usb to iMovie '08 and imported footage from the flash memory and sdhc cards.
    I learned iMovie changes the imported avchd into Apple's Intermediate Codec. I have resorted to using the setting right below full HD (iMovie claims that the lower setting will be smaller in size but show similar quality, and that the full HD import setting will have playback issues on slower Macs like my mbp), import the footage, then close iMovie and open Premiere. I set up the project as avchd 1080i or 1080p, depending on how I taped, then import the files. Premiere used to crash or freeze when I would try to edit 2-3 tracks, and I was not familiar enough with importing through Premiere's Media Browser. Also, I couldn't use the multi-cam edit function as the avchd files are too cpu-intensive, so I have to sync my clips, then cut each track and playback every now and again. I don't bother rendering because it would take too long and eat up hard drive space.
    I export via Adobe Dynamic Link when I need a simple DVD and don't have time to mess with bitrate and other settings (that's another issue that I will be working on after I get the initial issues resolved, and perhaps is the third biggest area where I'm losing quality; the first area might be that I am operating the 32-bit software on an old macbook pro with 256GB video ram where the software is limiting the ram and causing slowdowns; the second being that I wasn't importing footage in iMovie with the Full HD setting).
    The dvd quality hasn't been as good as I expected, and I wondered if Premiere was degrading iMovie's intermediate codec, or if I was messing things up on export by not knowing enough about bitrates and gaussian blurs to offset camera noise.
    I'm in the middle of big projects that I have to complete and I won't be ready to try Final Cut until AFTER I've completed this project (deadlines!).
    Can someone properly walk me through the process of transferring footage from the camera or sdhc card to my Mac, to avchd folder/file structures to transcoding in PavTube's MTS Converter for Mac (or StreamClip or something else)?
    I have since bought more hard drives; have learned that although Premiere handles avchd natively, it's not the easiest format to edit and may be killing my cpu. I have also learned that, in Premiere, you don't have to worry about sequence setting as much as I thought, that it will take just about anything you throw at it even if the load is killing the cpu. I just bought a new iMac and have not yet chosen an editing program because I want to correct my errors before making another expensive purchase. I have been leaning toward Adobe Production Premium CS6 as it's 64-bit, has a great graphics engine (so I've heard), and is taking the lead against Avid and Final Cut.
    Pardon my long post, but I need detail and am giving you details. Thanks in advance!

    hello, first please understand that like most free software we cannot provide support via telephone, so let's continue here in the forum.
    from the troubleshooting information that you have provided it appears that there is some adware/malware that is present on your system. so please perform these steps:
    # [[Reset Firefox – easily fix most problems|reset firefox]] (this will keep your bookmarks and passwords)
    # afterwards go to the firefox menu ≡ > addons > extensions and in case there are still extensions listed there, disable them.
    # finally run a full scan of your system with different security tools like the [http://www.malwarebytes.org/products/malwarebytes_free free version of malwarebytes] and [http://www.bleepingcomputer.com/download/adwcleaner/ adwcleaner] to make sure that adware isn't present in other places of your system as well.
    [[Troubleshoot Firefox issues caused by malware]]
    if you'd like us to take a closer look on your crashes in particular, then please provide your latest few submitted crash reports? please enter '''about:crashes''' into the location bar (see screenshot), copy the latest few report ids from there starting with '''bp-''' & paste them here into a forum reply. this will give us a better understanding what may be triggering those crashes.

  • HT5622 I would like to sync my newer ipad 12/12 to my epson stylus NX515 printer. Is this possible? Can someone walk me through the proccess?

    I would like to know if I can sync my ipad with my wireless EPSON stylusNX515 printer? If so would someone walk me through it.

    Is this possible? do you know how I can do this?

  • I have a 24 In iMac 7,1. I want to update my software to Mountain Lion, but I do not have enough RAM to do so. Can you walk me through steps to upgrade my memory. I am new to this and would like to add at least 6 GB of memory in preparation for new update

    I would like to do this, but I just want you to know that I am not an expert so some things I would like you to be clear on.

    Please watch this movie for instructions:
    http://eshop.macsales.com/installvideos/imac_mid_2007_mem_m/

Maybe you are looking for

  • Saving a TGA from an Export plug-in

    I am new to Photoshop plug-in development and I'm still finding my way around the API.  I am writing an Export plugin, I would like to first save the current image as a TGA file, if possible I would like to let everything run just as if the user sele

  • Photoshop CS5 still chooses wrong monitor profile in dual monitor case?

    The folk lore has it that if you go to EDIT/COLOR SETTINGS and open the Working Spaces RGB drop down, then what it says near the top on the "Monitor RGB" line is the monitor profile that photoshop is actually using. If that is true, then I would expe

  • JSP forward issue

    I have a web application deployed on weblogic 8 server. I have a jsp (AddNewUser.jsp) which forwards to a servlet (CreateUserServlet.class) with the following code : <jsp:forward page="/admin/CreateUser?userID=new"/>In the CreateUserServlet class, I

  • Making a subform appear when Digitally Signed

    Hi, how would i get a hidden subform to appear when the pdf is digitally signed, what i need to appear is: form1.page1.subform6.SubmitForm.presence = "visable"; form1.page1.subform6.presence = "visable";

  • URGENT : Emplyement Verification WF WS01000045

    Hi Forum, I am working with the Standard WF for Employement Verification , I activated the WF and everything works fine except the FAX part of the WF. The Standard Task Assoicaited is TS1000166, when I treid to check the binding, I am getting the fol