Hi, im a newbye on java programming and i've been experimenting with netbeans ide and i succesfully make a little chat. I've been using SSL without knowing really good how it works but everything went ok. Today was the great day, the chat was fully functionable with a pretty good stability and even can handle private messages on different windows.. time to test!
But if i try to run directly the code from the this folder.. the server isn't capable of connect. I thought it could be that the jar can find the key of the SSL connection, but don't know where to store it or that's not the problem... :S
Any clue of what are the steps i must follow to find my problem?

Thank you