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 3 of 3

Thread: how to open jsp project in netbeans

  1. #1
    Junior Member
    Join Date
    Dec 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question how to open jsp project in netbeans

    hi i have a web application developed in jsp and backend mysql. i can run it by installing/using tomcat and easy php software. however i want to open this project on netbeans. but i dont know how to open it..pls help


  2. #2
    Think of me.... Mr.777's Avatar
    Join Date
    Mar 2011
    Location
    Pakistan
    Posts
    1,136
    My Mood
    Grumpy
    Thanks
    20
    Thanked 82 Times in 78 Posts
    Blog Entries
    1

    Default Re: how to open jsp project in netbeans

    JSP files when bunched together do not create a project. You create a Java Web Project and you import the whole project into. By the way what do you really mean?
    Anyone who stops learning is old, whether at twenty or eighty. Anyone who keeps learning stays young. The greatest thing in life is to keep your mind young.

    - Henry Ford

  3. #3
    Junior Member
    Join Date
    Dec 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Re: how to open jsp project in netbeans

    Quote Originally Posted by Mr.777 View Post
    JSP files when bunched together do not create a project. You create a Java Web Project and you import the whole project into. By the way what do you really mean?
    i mean i already have a project developed in jsp and mysql. i works fine as i run it using easy php and tomcat. it appropriately opens up on local host(web browser). I now want to run this project on netbeans. how do i do it?

Similar Threads

  1. An Open Data Project - AccessTaiwan
    By kevingo in forum The Cafe
    Replies: 0
    Last Post: February 8th, 2012, 04:10 AM
  2. jsp/java based open source project
    By the light in forum JavaServer Pages: JSP & JSTL
    Replies: 2
    Last Post: July 17th, 2011, 03:24 AM
  3. Invitation for Open Source Project
    By rcbandit2 in forum Web Frameworks
    Replies: 3
    Last Post: June 9th, 2011, 08:05 AM
  4. how to open a jsp in a new jsp
    By ajincoep in forum JavaServer Pages: JSP & JSTL
    Replies: 1
    Last Post: February 7th, 2011, 05:45 AM
  5. Java program to open jsp page on client side instead of server side
    By khanshakil in forum JavaServer Pages: JSP & JSTL
    Replies: 1
    Last Post: July 8th, 2009, 06:26 AM