Chatting messenger

I am final year student. I am making project on instant messenger,I am using Socket programming .I want from my application that when client1 want to chat with any of the online client2,he send that name of the client2 to the server then server send his socket address to the client1,& then client1 connect to the client2 through the socket send by the server.Thus in chatting session betwwen two client's there is no role for server.
But i am facing a many problem in doing these,
1)which java.net class i used to establish connection between to client1
& client2([b]InetSocketAddress;,SocketAddress,SocketImpl,SocketImplFactory)
2)If suppose client1 want to chat client3,then how client1 discriminate that message is coming from client2 or 3 because both send the message to same input stream.
These are the problem i'm facing in my project,plz help me in solving my difficulties,and plz give me some suggestion if i'm going in wrong direction.Also suggest me some java classes which will help me in completing my project.
thank you for suggestions

1)which java.net class i used to establish connection
between to client1
client2([b]InetSocketAddress;,SocketAddress,Soc
ketImpl,SocketImplFactory)java.net.Socket.
2)If suppose client1 want to chat client3,then how
client1 discriminate that message is coming from
client2 or 3 because both send the message to same
input stream.No they don't. Each client is represented by a different Socket and each Socket has its own pair of streams. Where did you get this from?

Similar Messages

  • Requirement for chat messenger : JBOSSMQ or Just JMS

    **what should i use for a chat messenger , just JMS or jboss mq series
    **can i use only one queue for all clients,will it be feasible
    Thanx

    Use JMS to pass messages to a server and from the server to all clients and use MDB on the server side to receive those JMS messages

  • Comparison : JBOSSMQ v/s JMS for a chat messenger

    Thanx
    Actually , I have already started using JMS for the chat messenger.
    But i am facing problem regarding creating dynamic queues or implement this dynamic queue feature anyways.
    Plz tell me the advantages of using JBOSS MQ over jms and comparison b/w the two if you can give.
    Thanx

    I would second that. Separate queues for separate interfaces gives much better control and flexibility. It may not be very important when you have only a few interfaces, but in future as you will keep adding more interfaces it will become important to control each interface independently depending on priority, load etc which you can easily achieve if you are using different queues.
    Some specific advantages of separate queues for separate interfaces:
    1. You can pause/resume consumption of messages for a specific interface. For ex. if your environment is facing performance issues because of overload you may want to pause low priority messages while continue processing high priority or critical messages. Obviously this will be for short term and you may want to look at sizing of your environment as the long term solution to the problem.
    2. You can configure different delivery parameters for different interfaces if you are using separate queue. So you can set one interface to provide reliable messaging by retrying failed messages automatically while you may configure the failed messages to be logged and not retried for another interface.
    3. You can independently do performance tuning for separate interfaces. For ex. you may configure more concurrent processing for an interface which will receive higher load compared to other interfaces.

  • How to make chat messenger

    hiiiiiiiiiiiii freinds?
    I am a beginer and i have to make a project so help me by removing my confusions. how we can make chat messenger on LAN connection so that every one can do chat with each other.
    OR , what is the procedure to do so?

    [http://www.google.com/search?q=java+chat+tutorial]
    ~

  • Clent-Server Chat Messenger TESTING

    HI
    We have developed a Client-Server Chat Messenger.
    Can anyone suggest me a good, free of cost Testing Tool for LOAD TESTING the Messenger.

    i would write a programm which creates as many "client"-threads as i want. so u need to start this tool just one time.
    but remember. on a pc with one cpu only it always will be a simulated parallelity. if u wanna real test, u have to find some users who would it do. just betatesters :)

  • IP Chat Messenger

    Hi, i'm writing an IP Chat messenger that also allows file transferring for our project. I was wondering how I can allow the file sender to show a dialog to the other side asking if he wishes to accept the file or not. Any APIs or steps that I need to look up on or might be helpful. Thanks.

    810623 wrote:
    How do I let the receiving side know that there is a pending file transfer?Well, obviously you have to have a layer above the socket that includes some intelligence about your messages. You're not just sending every character the user types straight to the other end, right? So you define your protocol to include the information you need. For instance, you first indicate whether the message coming in is a user message or a request for file. Then, you indicate which user it's from. Then, if it's a user message, the next piece is the actual text, but if it's a file, it would be things like the file name and size.
    On the receiving end, when you get a "file request" message, you pop up a dialog with the relevant information. You tell the other side yes or no, and then he sends a file message with the contents, or tells his user "refused" if the receiving user said no.

  • Chat messenger

    Hi,
    I want to create a small chat messenger within my small organization of 10 ppl.
    I know it can be done via networking but how to proceed on this i dont know.
    Please throw me some ideas on that
    1. What is the logic behind chat messaging. How Java networking helps in that case?
    2. How to start with the creation of tool?
    Regards
    Aman

    A chat client/server is fairly simple. Java networking helps because Java allows you to manage threads and sockets fairly easily.
    You may want to read http://java.sun.com/docs/books/tutorial/networking/sockets/index.html for more information. For a chat server, you will probably want to create multiple threads since you will have many clients.

  • IPhone Chat/Messenger Options?

    I'm looking for better/cheap (i. e. free) messenger options for my iPhone. Coming from a Blackberry - I quite like Windows Live Messenger - and am slightly horrified how the iPhone app logs you offline when you want to switch what you're doing, or even let your phone 'sleep'.
    Anyone? Oh - and stuff that isn't riddled with ads and offers more than a 2 line view would be sweet.

    It has a bunch of nice features, is available on most mobile phone platforms so you may find that a lot of your friends already use it. .99 seems close enough to free.

  • Worst chat messenger in terms of privacy settings

    I wonder if anyone else has faced the same issues as i have.
    I was trying to delete history of a selct chat and find i am unable to do so, unlike what was available on hotmail or msn chat.
    This is a really dumb way to offer privacy settings and even no help available for thsi particular problemn online or on/in the community.
    I really think Microsoft needs to fix this issue ASAP as more and more users  are going to have this problem i suspect !
    If this continue, i for one would certainly stiop using skype completly. I already lost all my history , and most of it , related to business chats with various custoemrs/suppliers.
    Really Dumb of MS not to have looked at thsi before merging or offering to mergo hotmaila nd skype !!!

    I also am getting a serious amount of emails at the moment, just woke up to 127 in my email account on top of that I have had money scammed from my account and have been overcharged in the not even two months since i have started using skpe. i would like to be CONTACTED  by SKYPE to fix this asap. Especially since I cannot contact Skype  by phone or direct email......and I am not going to sort through 127 emails to find your answer. Please ring me to sort this or i shall have to contact fraud sqad to fix this PROBLEM>

  • Building a simple J2ME chat client (for own J2SE-based server) Threading Qs

    Hi!
    I am making my own simple chat / messenger service to use between a couple of friends over GPRS.
    On the server side i have made a multi threaded TCP server that opens a new thread for each connecting client and stores these socket connections in a hashtable for access to send data between each thread.
    So when a client logs on to the server, the server sends a printwriter message to all other clients informing them of what client connected, and the clients can put the username in its out-database. then the clients can send messages to each others using a simple, self build protocol.
    All connection between clients/server happens over a simple printwriter on in/out streams.
    Problem is: it works perfectly most of the time.... However, sometimes a message is mysteriously lost when transferred from the server to a client. Transfer from client to server works flawlessly. I am thinking that it might have something to do with the client side threading, or slow network transfer casuing a TCP read error.
    Client structure is as following:
    start-> Midlet class -> (press connect to server) -> new Client class (impl runnable) -> new thread(this) -> void run() sets up all connections and writers, waits in a while loop for messages from server and takes action according to message type. -> Button(send) uses output stream to send a message to server.
    Do anyone have any suggestions on what I must consider when making a client that will simultaniously be able to listen for data from server as well as send data to server over 1 socket and slow mobile connection without causing any trouble?
    More info can be provided if necessary.
    Thank you!

    Building a simple J2ME chat client (for own J2SE-based server)a. i would like to say that this is a bl00dy brilliant idea. i mean ~ its been done before but building one yourself is quite thrilling.
    b. are u using java 4 or java 5. ?
    sometimes a message is mysteriously lost when transferred from the server to a client. Transfer from client to server works flawlessly.are you using push registry to recieve incoming connections.
    i recommend using a StreamConnectionNotifier connection instead of just a socket connection. you could send your data (xml/plain text) just like a stream (tcp ofcourse). if you want to know how to use a StreamConnectionNotifier connection, here's how
    try{
    // listen at local port 789
    StreamConnectionNotifier notify = (StreamConnectionNotifier) Connector.open(“http://:789”);
    // infinite loop to get incoming connections
    for(;;)
    StreamConnection stream = notify.acceptandOpen();  // return a stream connection when a connection is made
    InputStrean mystream = stream.openInputStream();
    while(mystream!=-1)
    mystream.read();
    ....cheers

  • Messenger for Nokia X2

    Hi,
    I am in need of a Messenger for my Nokia X2. I want to basically chat with my friends on Gmail. So a basic Gmail Chat Messenger will do the job for me. And if MSN Messenger also gets supported, it will be an added advantage for me.
    I tried downloading few messengers by downloading them via Nokia Ovi Suite, but none of them are working (like What's App, eBuddy, Nimbuzz etc.) The application starts loading and even internet connection is being used, but ultimately they don't work. I don't know why. My Nokia X2 firmware is updated to the latest version and phone's internal memory is almost free. I have not installed any other software and keep my music etc on my 4 GB memory card only.
    Also tell me if there is any trick to work with two applications simulataneously in Nokia X2 like working with Calculator and some other application. Because apart from Music Player or Radio Player, X2 doesn't lets us open two applications.
    Thanks

    Hi abdultauhid,
    Have you already tried using the software recovery tool? This should fix the issue. If you're unable to find the link, here it is: http://nokia.ly/1iniCnP

  • LOCAL CHURCH COMPUTER 'ON THE BLINK'    PLEASE GIVE US ASSISTANCE

    OUR COMPUTER SYSTEM SEEMS TO HAVE A 'BUG' - ON A GIVEN DAY, THE COMPUTER SCREEN LOOSES OUR WORK, AND THEN I FIND THIS MESSAGE, DISPLAYED IN A WORDFILE, WITHIN AN ICON.
    HERE IS THE MESSAGE:
    PLEASE ASSIST WITH INFORMATION. THANK YOU MUCH.
    MRS. D. BOGGS,
    WANDO WOODS BAPTIST CHURCH
    =======================================================
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d707914, pid=1612, tid=1772
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_04-b05 mixed mode, sharing)
    # Problematic frame:
    # V [jvm.dll+0xc7914]
    --------------- T H R E A D ---------------
    Current thread (0x03122758): VMThread [id=1772]
    siginfo: ExceptionCode=0xc0000005, reading address 0xff9c908b
    Registers:
    EAX=0x2298ac90, EBX=0x232fc8e4, ECX=0xff9c908b, EDX=0x6d766010
    ESP=0x0891f9e4, EBP=0x0891fa1c, ESI=0x26ab0328, EDI=0x6d7aa930
    EIP=0x6d707914, EFLAGS=0x00010286
    Top of Stack: (sp=0x0891f9e4)
    0x0891f9e4: 2298ac90 6d723995 00000000 031a65c0
    0x0891f9f4: 03122808 6d723a0e 03122808 00000000
    0x0891fa04: 6d7aa928 6d7aa930 6d7aa904 00000106
    0x0891fa14: 031a65c0 754074c0 00000000 6d723750
    0x0891fa24: 03122808 00000000 00000000 6d7aa930
    0x0891fa34: 6d7aa928 0891fa8c 00000000 6d6ae78d
    0x0891fa44: 00000001 031a1bc8 00000000 00000000
    0x0891fa54: 00000001 00000001 00000001 00000000
    Instructions: (pc=0x6d707914)
    0x6d707904: 08 8b 08 8b 40 08 8b 04 88 50 8b 48 04 83 c1 08
    0x6d707914: 8b 11 ff 52 58 eb de c3 e9 00 00 00 00 c7 05 04
    Stack: [0x08820000,0x08920000), sp=0x0891f9e4, free space=1022k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [jvm.dll+0xc7914]
    VM_Operation (0x12fff3d4): generation collection for allocation, mode: safepoint, requested by thread 0x04d7db10
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x04d7db10 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=1620]
    0x099fe8a0 JavaThread "XFrame Flasher: sogent 296" daemon [_thread_blocked, id=1444]
    0x031635b0 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=1564]
    0x030f99e8 JavaThread "Image Animator 0" daemon [_thread_blocked, id=2008]
    0x04d87750 JavaThread "XFrame Flasher: fizzgig40 295" daemon [_thread_blocked, id=2052]
    0x09971b90 JavaThread "AdInserter Timer" daemon [_thread_blocked, id=1340]
    0x098e0060 JavaThread "AdInserter Timer" daemon [_thread_blocked, id=1064]
    0x04c53888 JavaThread "Image Animator 0" daemon [_thread_blocked, id=1680]
    0x03174f70 JavaThread "AdInserter Timer" daemon [_thread_blocked, id=1356]
    0x04d74790 JavaThread "AdInserter Timer" daemon [_thread_blocked, id=268]
    0x09981210 JavaThread "AdInserter Timer" daemon [_thread_blocked, id=2124]
    0x098fb8c0 JavaThread "RoomListWin: alarm 9" daemon [_thread_blocked, id=1360]
    0x04dbdc68 JavaThread "Messenger 1 UserInfo updater daemon 239" [_thread_blocked, id=1692]
    0x04dba880 JavaThread "Messenger: Ping Daemon" daemon [_thread_blocked, id=1400]
    0x04c63730 JavaThread "K's IRC Connection 8" [_thread_blocked, id=1644]
    0x098fc368 JavaThread "Thread-12" [_thread_in_native, id=876]
    0x0997e838 JavaThread "Status Bar Thread 238" daemon [_thread_blocked, id=1536]
    0x04dd3320 JavaThread "IrcQueuePeriodicDispatchTriggerThread 237" daemon [_thread_blocked, id=1312]
    0x0315c700 JavaThread "AWT-EventQueue-4" [_thread_blocked, id=884]
    0x03183630 JavaThread "thread applet-net.pno.chat.Messenger" [_thread_blocked, id=1508]
    0x098fc558 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=1800]
    0x099975e0 JavaThread "AWT-Shutdown" [_thread_blocked, id=1132]
    0x0319b9b8 JavaThread "traceMsgQueueThread" daemon [_thread_blocked, id=1304]
    0x030e3800 JavaThread "AWT-Windows" daemon [_thread_blocked, id=1316]
    0x03194820 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=1600]
    0x031a66c8 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=1780]
    0x03196610 JavaThread "CompilerThread0" daemon [_thread_blocked, id=1940]
    0x03196f50 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1992]
    0x031a2bb8 JavaThread "Finalizer" daemon [_thread_blocked, id=1740]
    0x0310d820 JavaThread "Reference Handler" daemon [_thread_blocked, id=1616]
    0x031c2a88 JavaThread "main" [_thread_in_native, id=1984]
    Other Threads:
    =>0x03122758 VMThread [id=1772]
    0x030e9bd8 WatcherThread [id=1628]
    VM state:at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x04ce29f8/0x000007cc] Threads_lock - owner thread: 0x03122758
    [0x031aee28/0x00000808] Heap_lock - owner thread: 0x04d7db10
    Heap
    def new generation total 2624K, used 225K [0x20ab0000, 0x20d80000, 0x21210000)
    eden space 2368K, 0% used [0x20ab0000, 0x20ab0000, 0x20d00000)
    from space 256K, 87% used [0x20d00000, 0x20d38480, 0x20d40000)
    to space 256K, 0% used [0x20d40000, 0x20d40000, 0x20d80000)
    tenured generation total 33976K, used 33892K [0x21210000, 0x2333e000, 0x26ab0000)
    the space 33976K, 99% used [0x21210000, 0x233290c8, 0x23329200, 0x2333e000)
    compacting perm gen total 8192K, used 2222K [0x26ab0000, 0x272b0000, 0x2aab0000)
    the space 8192K, 27% used [0x26ab0000, 0x26cdb8b0, 0x26cdba00, 0x272b0000)
    ro space 8192K, 62% used [0x2aab0000, 0x2afb93f0, 0x2afb9400, 0x2b2b0000)
    rw space 12288K, 46% used [0x2b2b0000, 0x2b83fe20, 0x2b840000, 0x2beb0000)
    Dynamic libraries:
    0x00400000 - 0x00419000      C:\Program Files\Internet Explorer\IEXPLORE.EXE
    0x77f80000 - 0x77ffc000      C:\WINNT\system32\ntdll.dll
    0x78000000 - 0x78045000      C:\WINNT\system32\msvcrt.dll
    0x7c570000 - 0x7c623000      C:\WINNT\system32\KERNEL32.dll
    0x77e10000 - 0x77e79000      C:\WINNT\system32\USER32.dll
    0x77f40000 - 0x77f7f000      C:\WINNT\system32\GDI32.dll
    0x70a70000 - 0x70ad6000      C:\WINNT\system32\SHLWAPI.dll
    0x7c2d0000 - 0x7c335000      C:\WINNT\system32\ADVAPI32.dll
    0x77d30000 - 0x77da8000      C:\WINNT\system32\RPCRT4.dll
    0x71700000 - 0x7184a000      C:\WINNT\system32\SHDOCVW.dll
    0x007a0000 - 0x00824000      C:\WINNT\system32\comctl32.dll
    0x7cf30000 - 0x7d186000      C:\WINNT\system32\SHELL32.dll
    0x7ce20000 - 0x7cf21000      C:\WINNT\system32\ole32.dll
    0x71500000 - 0x715fc000      C:\WINNT\system32\BROWSEUI.dll
    0x71960000 - 0x71972000      C:\WINNT\system32\browselc.dll
    0x7c950000 - 0x7c9e0000      C:\WINNT\system32\CLBCATQ.DLL
    0x779b0000 - 0x77a4b000      C:\WINNT\system32\OLEAUT32.dll
    0x63000000 - 0x63095000      C:\WINNT\system32\WININET.dll
    0x7c740000 - 0x7c7cc000      C:\WINNT\system32\CRYPT32.dll
    0x77430000 - 0x77441000      C:\WINNT\system32\MSASN1.dll
    0x77840000 - 0x7787e000      C:\WINNT\system32\cscui.dll
    0x770c0000 - 0x770e3000      C:\WINNT\system32\CSCDLL.DLL
    0x10000000 - 0x1000e000      C:\Program Files\Adobe\Acrobat 7.0\ActiveX\AcroIEHelper.dll
    0x7c340000 - 0x7c396000      C:\WINNT\system32\MSVCR71.dll
    0x745e0000 - 0x748a6000      C:\WINNT\system32\msi.dll
    0x01a90000 - 0x01ac7000      C:\Program Files\Adobe\Acrobat 7.0\Acrobat\AcroIEFavClient.dll
    0x7c120000 - 0x7c139000      C:\WINNT\system32\ATL71.DLL
    0x7c3a0000 - 0x7c41b000      C:\WINNT\system32\MSVCP71.dll
    0x1a400000 - 0x1a47d000      C:\WINNT\system32\urlmon.dll
    0x77820000 - 0x77827000      C:\WINNT\system32\VERSION.dll
    0x759b0000 - 0x759b6000      C:\WINNT\system32\LZ32.DLL
    0x718c0000 - 0x71944000      C:\WINNT\system32\shdoclc.dll
    0x70440000 - 0x704cf000      C:\WINNT\system32\mlang.dll
    0x75050000 - 0x75058000      C:\WINNT\system32\wsock32.dll
    0x75030000 - 0x75044000      C:\WINNT\system32\WS2_32.DLL
    0x75020000 - 0x75028000      C:\WINNT\system32\WS2HELP.DLL
    0x74fd0000 - 0x74fee000      C:\WINNT\system32\msafd.dll
    0x75010000 - 0x75017000      C:\WINNT\System32\wshtcpip.dll
    0x774e0000 - 0x77514000      C:\WINNT\system32\RASAPI32.DLL
    0x774c0000 - 0x774d1000      C:\WINNT\system32\rasman.dll
    0x77530000 - 0x77552000      C:\WINNT\system32\TAPI32.dll
    0x77830000 - 0x7783e000      C:\WINNT\system32\RTUTILS.DLL
    0x75ab0000 - 0x75ab5000      C:\WINNT\system32\sensapi.dll
    0x01e40000 - 0x01ea4000      C:\WINNT\system32\USERENV.DLL
    0x7cdc0000 - 0x7ce13000      C:\WINNT\system32\netapi32.dll
    0x77980000 - 0x779a4000      C:\WINNT\system32\DNSAPI.dll
    0x751c0000 - 0x751c6000      C:\WINNT\system32\NETRAP.dll
    0x77bf0000 - 0x77c01000      C:\WINNT\system32\NTDSAPI.dll
    0x77950000 - 0x7797b000      C:\WINNT\system32\WLDAP32.DLL
    0x01ec0000 - 0x01ecf000      C:\WINNT\system32\SECUR32.DLL
    0x75150000 - 0x75160000      C:\WINNT\system32\SAMLIB.dll
    0x782c0000 - 0x782cc000      C:\WINNT\System32\rnr20.dll
    0x77340000 - 0x77353000      C:\WINNT\system32\iphlpapi.dll
    0x77520000 - 0x77525000      C:\WINNT\system32\ICMP.DLL
    0x77320000 - 0x77337000      C:\WINNT\system32\MPRAPI.DLL
    0x773b0000 - 0x773df000      C:\WINNT\system32\ACTIVEDS.DLL
    0x77380000 - 0x773a3000      C:\WINNT\system32\ADSLDPC.DLL
    0x77880000 - 0x7790e000      C:\WINNT\system32\SETUPAPI.DLL
    0x77360000 - 0x77379000      C:\WINNT\system32\DHCPCSVC.DLL
    0x777e0000 - 0x777e8000      C:\WINNT\System32\winrnr.dll
    0x60300000 - 0x60307000      C:\PROGRA~1\Yahoo!\MESSEN~1\idle.dll
    0x777f0000 - 0x777f5000      C:\WINNT\system32\rasadhlp.dll
    0x63580000 - 0x6381e000      C:\WINNT\system32\mshtml.dll
    0x6b700000 - 0x6b790000      c:\winnt\system32\jscript.dll
    0x75ac0000 - 0x75ae8000      C:\WINNT\system32\MSLS31.DLL
    0x75e60000 - 0x75e7a000      C:\WINNT\system32\IMM32.DLL
    0x32520000 - 0x32532000      C:\Program Files\Microsoft Office\Office10\msohev.dll
    0x76620000 - 0x76631000      C:\WINNT\system32\MPR.DLL
    0x75160000 - 0x7516c000      C:\WINNT\System32\ntlanman.dll
    0x75210000 - 0x75225000      C:\WINNT\System32\NETUI0.dll
    0x751d0000 - 0x75208000      C:\WINNT\System32\NETUI1.dll
    0x032e0000 - 0x032f8000      C:\WINNT\system32\plugin.ocx
    0x77570000 - 0x775a0000      C:\WINNT\system32\WINMM.dll
    0x681a0000 - 0x681a7000      C:\WINNT\system32\serwvdrv.dll
    0x66740000 - 0x66747000      C:\WINNT\system32\umdmxfrm.dll
    0x727f0000 - 0x727f9000      C:\WINNT\System32\ddrawex.dll
    0x51000000 - 0x51049000      C:\WINNT\System32\DDRAW.dll
    0x728a0000 - 0x728a6000      C:\WINNT\System32\DCIMAN32.dll
    0x77560000 - 0x77568000      C:\WINNT\system32\wdmaud.drv
    0x77400000 - 0x77408000      C:\WINNT\system32\msacm32.drv
    0x77410000 - 0x77423000      C:\WINNT\system32\MSACM32.dll
    0x70510000 - 0x7051a000      C:\WINNT\system32\imgutil.dll
    0x6b600000 - 0x6b671000      c:\winnt\system32\vbscript.dll
    0x77800000 - 0x7781e000      C:\WINNT\system32\WINSPOOL.DRV
    0x69b10000 - 0x69c32000      C:\WINNT\system32\msxml3.dll
    0x4ff90000 - 0x4ffe4000      C:\WINNT\system32\WINHTTP.dll
    0x703d0000 - 0x703eb000      C:\WINNT\system32\actxprxy.dll
    0x061d0000 - 0x061db000      C:\WINNT\System32\dispex.dll
    0x6d590000 - 0x6d5a1000      C:\Program Files\Java\jre1.5.0_04\bin\npjpi150_04.dll
    0x695e0000 - 0x69609000      C:\WINNT\system32\OLEPRO32.DLL
    0x6d400000 - 0x6d417000      C:\Program Files\Java\jre1.5.0_04\bin\jpiexp32.dll
    0x6d450000 - 0x6d468000      C:\Program Files\Java\jre1.5.0_04\bin\jpishare.dll
    0x6d640000 - 0x6d7c9000      C:\PROGRA~1\Java\JRE15~1.0_0\bin\client\jvm.dll
    0x6d280000 - 0x6d288000      C:\PROGRA~1\Java\JRE15~1.0_0\bin\hpi.dll
    0x690a0000 - 0x690ab000      C:\WINNT\system32\PSAPI.DLL
    0x6d610000 - 0x6d61c000      C:\PROGRA~1\Java\JRE15~1.0_0\bin\verify.dll
    0x6d300000 - 0x6d31d000      C:\PROGRA~1\Java\JRE15~1.0_0\bin\java.dll
    0x6d630000 - 0x6d63f000      C:\PROGRA~1\Java\JRE15~1.0_0\bin\zip.dll
    0x6d000000 - 0x6d167000      C:\Program Files\Java\jre1.5.0_04\bin\awt.dll
    0x5c000000 - 0x5c0c8000      C:\WINNT\system32\D3DIM700.DLL
    0x6d240000 - 0x6d27d000      C:\Program Files\Java\jre1.5.0_04\bin\fontmanager.dll
    0x6d1f0000 - 0x6d203000      C:\Program Files\Java\jre1.5.0_04\bin\deploy.dll
    0x6d5d0000 - 0x6d5ed000      C:\Program Files\Java\jre1.5.0_04\bin\RegUtils.dll
    0x6d3e0000 - 0x6d3f4000      C:\Program Files\Java\jre1.5.0_04\bin\jpicom32.dll
    0x6d4c0000 - 0x6d4d3000      C:\Program Files\Java\jre1.5.0_04\bin\net.dll
    0x6d1c0000 - 0x6d1e3000      C:\Program Files\Java\jre1.5.0_04\bin\dcpr.dll
    0x6d4e0000 - 0x6d4e9000      C:\Program Files\Java\jre1.5.0_04\bin\nio.dll
    0x76b70000 - 0x76b84000      C:\WINNT\system32\HLINK.DLL
    0x6d3c0000 - 0x6d3df000      C:\Program Files\Java\jre1.5.0_04\bin\jpeg.dll
    0x772b0000 - 0x7731c000      C:\WINNT\system32\RICHED20.DLL
    0x70f30000 - 0x70f9e000      C:\WINNT\system32\mshtmled.dll
    0x0a3e0000 - 0x0a587000      C:\WINNT\system32\macromed\flash\Flash.ocx
    0x76b30000 - 0x76b6e000      C:\WINNT\system32\comdlg32.dll
    VM Arguments:
    jvm_args: -Xbootclasspath/a:C:\PROGRA~1\Java\JRE15~1.0_0\lib\deploy.jar;C:\PROGRA~1\Java\JRE15~1.0_0\lib\plugin.jar -Xmx96m -Djavaplugin.maxHeapSize=96m -Xverify:remote -Djavaplugin.version=1.5.0_04 -Djavaplugin.nodotversion=150_04 -Dbrowser=sun.plugin -DtrustProxy=true -Dapplication.home=C:\PROGRA~1\Java\JRE15~1.0_0 -Djava.protocol.handler.pkgs=sun.plugin.net.protocol -Djavaplugin.vm.options=-Djava.class.path=C:\PROGRA~1\Java\JRE15~1.0_0\classes -Xbootclasspath/a:C:\PROGRA~1\Java\JRE15~1.0_0\lib\deploy.jar;C:\PROGRA~1\Java\JRE15~1.0_0\lib\plugin.jar -Xmx96m -Djavaplugin.maxHeapSize=96m -Xverify:remote -Djavaplugin.version=1.5.0_04 -Djavaplugin.nodotversion=150_04 -Dbrowser=sun.plugin -DtrustProxy=true -Dapplication.home=C:\PROGRA~1\Java\JRE15~1.0_0 -Djava.protocol.handler.pkgs=sun.plugin.net.protocol vfprintf
    java_command: <unknown>
    Environment Variables:
    PATH=C:\PROGRA~1\Java\JRE15~1.0_0\bin;C:\Program Files\Internet Explorer;;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;.
    USERNAME=michael
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 7 Stepping 3, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows 2000 Build 2195 Service Pack 4
    CPU:total 1 family 6, cmov, cx8, fxsr, mmx, sse
    Memory: 4k page, physical 327212k(128188k free), swap 888864k(526024k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_04-b05) for windows-x86, built on Jun 3 2005 02:10:41 by "java_re" with MS VC++ 6.0

    Based on things like:
    0x09981210 JavaThread "AdInserter Timer" daemon [_thread_blocked, id=2124]
    0x098fb8c0 JavaThread "RoomListWin: alarm 9" daemon [_thread_blocked, id=1360]
    0x04dbdc68 JavaThread "Messenger 1 UserInfo updater daemon 239" [_thread_blocked, id=1692]
    0x04dba880 JavaThread "Messenger: Ping Daemon" daemon [_thread_blocked, id=1400]
    0x04c63730 JavaThread "K's IRC Connection 8" [_thread_blocked, id=1644]I'd strongly guess that you have some spyware - AdInserter, K's IRC Connection - these say adware/spyware to me and that it may be doing things you don't want it to.
    I'm afraid that you're going to need some additional assitance. The first is to make sure you have an up to date virus checker. Next, you should have an adware/spyware program installed and run. You very well may find that it is impossible to remove these and that you will have to re-install the operating system. That is the price you pay for being on Windows.
    Good luck, let us know how it went.

  • Uses & syntax of classes

    hi friends,
    I am making a chatting messenger using socket programming in java,I have some problem in establishing chatting session between two clients,where server just provide socket address of the c2 to c1,and then two client connect to each other and then send message without passing that message through server.But i have some problem doing these.
    Will you please tell,is what i had tell above is possible,if yes then plz tell me how to do it;Secondly i learned about (class SocketImpl, SocketAddress,InetSocketAddress),but i dont know how to use it in my application, &will these class be needed in my application.Plz give some good link where i can learned about that classes.
    please help me & thank you for suggession

    You don't need to worry about SocketImpl but you do need to look at ServerSocket and the Java networking tutorial.

  • Adobe Air Popup open from taskbar

    hello frndz
                     please me help out in creating a popup in Adobe Air open from taskbar after regular time interval.similar as we see on yahoomessenger or msn messenger.
    is there any way for this.?
    actually i m making a text chat messenger in Adobe Air and needed this demo for on on-air(live) and off -air users(offline)..
    Thanks and regards
         Vineet osho

    So basically you are talking about a small pop up window as in you see when your friends are online on yahoo/msn.
    If that's the case you can get the visible screen bounds &
    nativeWindow.x=screenBounds.width - nativewindow.width
    nativeWindow.y=screenBounds.height - nativewindow.height
    This should place the window at thebottom right corner of your screen (next to system tray)
    You can change the transparency/alpha of the window to have that fadeIn/fadeOut effect.
    Let me know if you were looking for something else.

  • Installation issues for 10.1 on WinXPsp2

         I have been trying to troubleshoot this myself to the best of my ability and I am just about at my wits end.  I have the uninstaller downloaded as well as the two different versions of installers(IE and Firefox).  I have repeatedly ran the uninstaller and it has only affected my IE flash information.  Help plz?
    OS:          WinXPsp2 (32 bit)
    Browser:   Firefox 3.6.10, IE 7.0.5730.11
    Flash Ver: "You have version 9,0,28,0 installed" - FF
                    No image - IE

    First,
    Run the uninstaller with -uninstall flag, like:
    uninstall_flash_player -uninstall
    Second,
    Ensure that there is no Flash directory inside C:\Windows\System32\Macromed\ (delete it if it is there even after uninstallation)
    Restart the machine.
    Run the Flash Player ActiveX or Plugin installer ensuring no browser, chat messenger etc are open.
    Cheers
    --Vikas

Maybe you are looking for

  • Goods Issue (SIngle issue of Diff. FInished Goods)

    HI Dears, I am in a Pharma Company and i have two diffrent f.g. with same raw material but in a diff. pack means i have a material said A with raw material AA & Packing Material BB and second one said G with raw material AA & Packing Material GG. My

  • Bug in 5.1: cant open links to audio files in Safari anymore.

    Before, if click a link to an mp3 file in safari it would play it with the quicktime. After upgrade to 5.1 i see just a black page for about 30s (even no usual "downloading" wheel in upper corner), and then nothing. Connecting via 3G, but as said, be

  • How retrive data

    hai, i am new for java.i dont know how use preparedstatement to instal data in to database.please help how to data in to database

  • Some websites i use do not load... Even when it suggests Google search?

    It doesn't seem to be working properly. Some sites i use are not loading in the search history

  • Tiff files save as sgi

    In Photoshop CS6 when I save a TIFF file it saves with the .sgi extension. When I save a png it saves it with the .raw extension. I haven't had this problem with previous versions of PS. I'm on a Mac with OSX 10.6.8. I also noticed that I have a plug