CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2000
    Posts
    34

    Referring java beans in jsp pages

    Dear all,

    I created a java bean and referring that bean in JSP pages.I am getting an error saying class not found.
    Do i have to in any way register the class on the Java web server.The bean file(.class) and jsp file are in the same directory.

    Please suggest me.


  2. #2
    Join Date
    Jun 2000
    Posts
    8

    Re: Referring java beans in jsp pages

    hi,
    keep all your jsp's in javawebserver/public_html directory. Keep all your beans in a package and put this in classpath.
    Hope this helps.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured