facebook

Trouble with exporting JAR

đź’ˇ
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

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

    Hi.

    I have two project one is a Java Project and the other is a Web Project. I have export from the Java project the JAR file to “C:\Web\Tomcat 5.5\webapps\wwwOficinasComerciales\src” to be used in my Web Project but when i use in my JSP

    <%@ import=”com.gtdmanquehue.*” %>

    I obtain the following message “com.gtdmanquehue cannot be resolved”

    Can some one please tell me what I’m doing wrong?

    Thnx.

    #265587

    Riyad Kalla
    Member

    Your JAR needs to be exported to the WEB-INF/lib directory, not the source directory.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Trouble with exporting JAR

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