Fractal Softworks Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

Starsector 0.97a is out! (02/02/24); New blog post: Simulator Enhancements (03/13/24)

Author Topic: I need some Java help  (Read 2201 times)

sdmike1

  • Admiral
  • *****
  • Posts: 820
  • Dyslexics of the world, untie!
    • View Profile
I need some Java help
« on: January 14, 2013, 07:41:38 AM »

My friends and i are going to make a basic messing server and client for a semester project in our AP computer science class, we believe we know how we are going to handle sending the information but we have absolutely now idea how to receive the information. :-[  Any help would be nice, even if it is just pointing me towards the right class in the comm package :)
« Last Edit: January 14, 2013, 09:38:30 PM by sdmike1 »
Logged

TJJ

  • Admiral
  • *****
  • Posts: 1905
    • View Profile
Re: I need some Java help (again :p) (again :P :P)
« Reply #1 on: January 14, 2013, 11:03:55 AM »

Logged

BillyRueben

  • Admiral
  • *****
  • Posts: 1406
    • View Profile
Logged

sdmike1

  • Admiral
  • *****
  • Posts: 820
  • Dyslexics of the world, untie!
    • View Profile
Re: I need some Java help
« Reply #3 on: January 14, 2013, 09:36:05 PM »

You don't think that i already did that :P we still have basically no idea what to do but thanks for the humor internet

I dont mean to be annoying with this stuff, you guys just seem to know alot
« Last Edit: January 14, 2013, 09:38:14 PM by sdmike1 »
Logged

Dr.Noid

  • Lieutenant
  • **
  • Posts: 79
    • View Profile
Re: I need some Java help
« Reply #4 on: January 15, 2013, 05:07:18 AM »

Well, your question was so generic that lmgtfy is just about the only answer that can be given. The first result (the official Java socket tutorial) is the best place to start when dipping your toes into client/server programming for the first time.

So I suggest you start by working through this:
http://docs.oracle.com/javase/tutorial/networking/sockets/index.html

And then come back with more specific questions.
Logged

sdmike1

  • Admiral
  • *****
  • Posts: 820
  • Dyslexics of the world, untie!
    • View Profile
Re: I need some Java help
« Reply #5 on: January 15, 2013, 07:05:37 AM »

Thanks sorry for being so obtuse :P