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: create a dynamic web service issue

  1. #1
    Junior Member
    Join Date
    Oct 2013
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default create a dynamic web service issue

    Hi , i installes wso2 AS in my system and my bat file wso2 server.bat is located in location C:\wso2as-5.2.0\wso2as-5.2.0\bin .
    But when i tried to create a dynamic web project i am getting error in new server runtime as Missing classpath entry carbon.home.folder\lib . So then i gave the CARBON_HOME variable as C:\wso2as-5.2.0\wso2as-5.2.0\bin . But again the error is coming like Missing classpath entry C:\wso2as-5.2.0\wso2as-5.2.0\bin\lib .
    Then again i created a new folder called lib in that location ...but agin same kind of error is appearing.I got stuck with my work .How can i resolve this


  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: create a dynamic web service issue

    I'm not sure where this goes. I don't see it as a java programming problem.
    It seems like a product setup problem.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Dynamic Web Project in java
    By deepjnp in forum JavaServer Pages: JSP & JSTL
    Replies: 2
    Last Post: September 3rd, 2013, 04:46 AM
  2. dynamic web project run from double-clicking icon
    By softDeveloper in forum What's Wrong With My Code?
    Replies: 2
    Last Post: November 9th, 2011, 04:06 PM
  3. Dynamic Web Project + Tomcat 7.0
    By atul.mathur31 in forum What's Wrong With My Code?
    Replies: 0
    Last Post: January 18th, 2011, 07:01 PM
  4. Java web client - > .NET web service
    By codeJ in forum Web Frameworks
    Replies: 0
    Last Post: July 8th, 2010, 04:34 AM