Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Problem with restful web services

  1. #1
    Junior Member
    Join Date
    Sep 2013
    Posts
    20
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Problem with restful web services

    Hi all, Im having problems with this web services using restful on eclipse.

    When I use the debug the program start working fine, but when is going to create the socket (DatagramSocket socket = new DatagramSocket(pnum) ; ) the program stop and dont give me any error.
    Last edited by weichsel; December 13th, 2013 at 10:23 AM. Reason: solved


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Problem with restful web services

    Sorry, I know nothing about restful or eclipse. I'm only a java programmer.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. java web services
    By dizki in forum Java Servlet
    Replies: 3
    Last Post: February 1st, 2014, 11:30 AM
  2. java web services
    By dizki in forum What's Wrong With My Code?
    Replies: 0
    Last Post: July 14th, 2013, 01:13 PM
  3. security solutions used in web services
    By algyptalian in forum Object Oriented Programming
    Replies: 5
    Last Post: January 7th, 2012, 08:15 PM
  4. Java web services ws
    By Samashti in forum Web Frameworks
    Replies: 0
    Last Post: August 20th, 2011, 12:10 PM
  5. web services
    By RAMNATH S in forum Web Frameworks
    Replies: 4
    Last Post: June 20th, 2011, 01:56 AM