• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

unable to access classes in other projects

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I'm having a problem trying to access class files from another project.
I'm using RSA and here are my projects:

Test - contains general java files. added to TestEAP as jar file(Test.jar)
TestEAP
TestWeb - contains all web related files

I'm trying to create a custom tag w/c is on the Test project. Basically what i want to happen is to be able to access classes in the Test project from my TestWeb project. I.ve already added the Test.jar as module dependency in TestWeb. Test is also in TestWeb's build path.

Below is the error i'm getting:
com.ibm.ws.jsp.translator.JspTranslationException: JSPG0227E: Exception caught while translating /WEB-INF/jsp/header.jsp: /WEB-INF/jsp/header.jsp(5,1) --> JSPG0009E: Unable to load tag handler class com.tags.MyTag

Thanks in advance! Hope you guys can help me.
 
author
Posts: 3285
13
Mac OS X Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there and welcome to Javaranch!

Could you please change your name in accordance with our Naming Policy

Thanks!
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is RSA?
 
reply
    Bookmark Topic Watch Topic
  • New Topic