facebook

Code Completion for imported classes in JSP?

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #196264 Reply

    dcane
    Member

    Howdy,

    Should the code completion work for java objects imported into the JSP page?

    Something like:

    <%@ page import=”com.mystuff.myclasses.*”%>

    MyObject obj = new Obj();
    obj.<code complete?>

    I cant seem to get that to work… What do I need to do?

    Thanks!

    Daniel Cane
    dec8@cornell.edu

    #196265 Reply

    Scott Anderson
    Participant

    Daniel,

    Yes, code completion for Java objects in a JSP page works quite well. Your project must be set up properly to enable all the features of MyEclipse. Is your JSP page in a MyEclipse Web Project under the web root directory?

    There’s a tutorial on setting up a project available here:
    http://myeclipseide.com/enterpriseworkbench/help/index.jsp

    –Scott
    MyEclipse Support

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Code Completion for imported classes in JSP?

You must be logged in to post in the forum log in