CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2009
    Posts
    3

    java application connecting to a server

    I don't know how or where to start so ill present you with a scenario and hopefully youll tell me how i can do this using java.
    i start my java application. the application manages pictures. lets say i change the name of hte picture or even edit the pic itself. then i press upload. a small pop up window appears asking me to enter my login info. i do so and press CONNECT. the application connects me to a server and uploads the picture to it.
    thts it.
    how do i do this? i already wrote the code that handles the pictures. searching sorting etc. but how do i do the connection part. the server is a new pc that ill b buying next week. ill read on how to turn a pc to a server. but after that im totally clueless.
    Help?

  2. #2
    dlorde is offline Elite Member Power Poster
    Join Date
    Aug 1999
    Location
    UK
    Posts
    10,163

    Re: java application connecting to a server

    You'll find what you need here.

    One can think effectively only when one is willing to endure suspense and to undergo the trouble of searching...
    J. Dewey
    Please use [CODE]...your code here...[/CODE] tags when posting code. If you get an error, please post the full error message and stack trace, if present.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured